Skip to content

Commit

Permalink
feat(run-protocol): add all contracts to deploy-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 24, 2022
1 parent 5da53bd commit 46a7c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/run-protocol/scripts/deploy-contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ import { getCopyMapEntries, makeCopyMap } from '@agoric/store';

// TODO: CLI options to choose contracts
const contractRefs = [
'../../governance/bundles/bundle-contractGovernor.js',
'../../governance/bundles/bundle-committee.js',
'../../governance/bundles/bundle-binaryVoteCounter.js',
'../bundles/bundle-runStake.js',
'../bundles/bundle-amm.js',
'../bundles/bundle-vaultFactory.js',
'../bundles/bundle-liquidateMinimum.js',
'../bundles/bundle-reserve.js',
'../bundles/bundle-psm.js',
'../../vats/bundles/bundle-mintHolder.js',
];
Expand Down

0 comments on commit 46a7c8b

Please sign in to comment.