Skip to content

Commit

Permalink
fix: update install-on-chain to use RUN instead of SCONES (#2815)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert authored Apr 6, 2021
1 parent 3fc6c5e commit 6ba74e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/treasury/bundles/install-on-chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export async function installOnChain({ agoricNames, board, centralName, chainTim
const boardIdValue = [
['INSTANCE_BOARD_ID', instance],
['INSTALLATION_BOARD_ID', stablecoinMachineInstall],
['SCONE_ISSUER_BOARD_ID', centralIssuer],
['SCONE_BRAND_BOARD_ID', centralBrand],
['RUN_ISSUER_BOARD_ID', centralIssuer],
['RUN_BRAND_BOARD_ID', centralBrand],
['AMM_INSTALLATION_BOARD_ID', autoswapInstall],
['LIQ_INSTALLATION_BOARD_ID', liquidationInstall],
['AMM_INSTANCE_BOARD_ID', ammInstance],
Expand Down

0 comments on commit 6ba74e9

Please sign in to comment.