-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cosmic-swingset):
coreProposals.steps
demo
- Loading branch information
1 parent
2958515
commit 3ff691e
Showing
2 changed files
with
285 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,138 +1,146 @@ | ||
[ | ||
"@agoric/builders/scripts/vats/init-core.js", | ||
"@agoric/builders/scripts/vats/init-network.js", | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/init-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
{ | ||
"steps": [ | ||
[ | ||
"@agoric/builders/scripts/vats/init-core.js" | ||
], | ||
[ | ||
"@agoric/builders/scripts/vats/init-network.js", | ||
"@agoric/builders/scripts/pegasus/init-core.js" | ||
], | ||
[ | ||
{ | ||
"econCommitteeOptions": { | ||
"committeeSize": 1 | ||
}, | ||
"minInitialPoolLiquidity": "0" | ||
} | ||
] | ||
}, | ||
"@agoric/builders/scripts/pegasus/init-core.js", | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/init-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
{ | ||
"econCommitteeOptions": { | ||
"committeeSize": 1 | ||
}, | ||
"minInitialPoolLiquidity": "0" | ||
} | ||
] | ||
}, | ||
{ | ||
"interchainAssetOptions": { | ||
"denom": "ibc/toyatom", | ||
"decimalPlaces": 4, | ||
"keyword": "ATOM", | ||
"oracleBrand": "ATOM", | ||
"proposedName": "ATOM" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
{ | ||
"interchainAssetOptions": { | ||
"denom": "ibc/toyatom", | ||
"decimalPlaces": 4, | ||
"keyword": "ATOM", | ||
"oracleBrand": "ATOM", | ||
"proposedName": "ATOM" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/toyusdc", | ||
"decimalPlaces": 6, | ||
"keyword": "USDC_axl", | ||
"proposedName": "USD Coin" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/toyusdc", | ||
"decimalPlaces": 6, | ||
"keyword": "USDC_axl", | ||
"proposedName": "USD Coin" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/usdc5678", | ||
"decimalPlaces": 6, | ||
"keyword": "USDC_grv", | ||
"proposedName": "USC Coin" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/usdc5678", | ||
"decimalPlaces": 6, | ||
"keyword": "USDC_grv", | ||
"proposedName": "USC Coin" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/usdt1234", | ||
"decimalPlaces": 6, | ||
"keyword": "USDT_axl", | ||
"proposedName": "Tether USD" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/usdt1234", | ||
"decimalPlaces": 6, | ||
"keyword": "USDT_axl", | ||
"proposedName": "Tether USD" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/toyollie", | ||
"decimalPlaces": 6, | ||
"keyword": "USDT_grv", | ||
"proposedName": "Tether USD" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/toyollie", | ||
"decimalPlaces": 6, | ||
"keyword": "USDT_grv", | ||
"proposedName": "Tether USD" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/toyellie", | ||
"decimalPlaces": 6, | ||
"keyword": "AUSD", | ||
"proposedName": "Anchor USD" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/price-feed-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js", | ||
"entrypoint": "psmProposalBuilder", | ||
"args": [ | ||
{ | ||
"anchorOptions": { | ||
"denom": "ibc/toyellie", | ||
"decimalPlaces": 6, | ||
"keyword": "AUSD", | ||
"proposedName": "Anchor USD" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"AGORIC_INSTANCE_NAME": "ATOM-USD price feed", | ||
"oracleAddresses": [ | ||
"@PRIMARY_ADDRESS@", | ||
"agoric1dy0yegdsev4xvce3dx7zrz2ad9pesf5svzud6y" | ||
], | ||
"IN_BRAND_LOOKUP": [ | ||
"agoricNames", | ||
"oracleBrand", | ||
"ATOM" | ||
], | ||
"IN_BRAND_DECIMALS": 6, | ||
"OUT_BRAND_LOOKUP": [ | ||
"agoricNames", | ||
"oracleBrand", | ||
"USD" | ||
], | ||
"OUT_BRAND_DECIMALS": 4 | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "@agoric/builders/scripts/inter-protocol/invite-committee-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
"module": "@agoric/builders/scripts/inter-protocol/price-feed-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
{ | ||
"AGORIC_INSTANCE_NAME": "ATOM-USD price feed", | ||
"oracleAddresses": [ | ||
"@PRIMARY_ADDRESS@", | ||
"agoric1dy0yegdsev4xvce3dx7zrz2ad9pesf5svzud6y" | ||
], | ||
"IN_BRAND_LOOKUP": [ | ||
"agoricNames", | ||
"oracleBrand", | ||
"ATOM" | ||
], | ||
"IN_BRAND_DECIMALS": 6, | ||
"OUT_BRAND_LOOKUP": [ | ||
"agoricNames", | ||
"oracleBrand", | ||
"USD" | ||
], | ||
"OUT_BRAND_DECIMALS": 4 | ||
} | ||
] | ||
}, | ||
{ | ||
"voterAddresses": { | ||
"someone": "@PRIMARY_ADDRESS@" | ||
} | ||
"module": "@agoric/builders/scripts/inter-protocol/invite-committee-core.js", | ||
"entrypoint": "defaultProposalBuilder", | ||
"args": [ | ||
{ | ||
"voterAddresses": { | ||
"someone": "@PRIMARY_ADDRESS@" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
] | ||
} |
Oops, something went wrong.