Skip to content

Commit

Permalink
chore: copy decentral-core-config for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc authored and michaelfig committed Jan 26, 2022
1 parent 690775d commit 98e5c94
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions packages/vats/decentral-demo-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"bootstrap": "bootstrap",
"vats": {
"bootstrap": {
"sourceSpec": "./src/core/boot.js"
}
},
"bundles": {
"zcf": {
"sourceSpec": "@agoric/zoe/contractFacet.js"
},
"bank": {
"sourceSpec": "./src/vat-bank.js"
},
"board": {
"sourceSpec": "./src/vat-board.js"
},
"distributeFees": {
"sourceSpec": "./src/vat-distributeFees.js"
},
"ibc": {
"sourceSpec": "./src/vat-ibc.js"
},
"mints": {
"sourceSpec": "./src/vat-mints.js"
},
"network": {
"sourceSpec": "./src/vat-network.js"
},
"priceAuthority": {
"sourceSpec": "./src/vat-priceAuthority.js"
},
"provisioning": {
"sourceSpec": "./src/vat-provisioning.js"
},
"sharing": {
"sourceSpec": "./src/vat-sharing.js"
},
"walletManager": {
"sourceSpec": "./src/vat-walletManager.js"
},
"zoe": {
"sourceSpec": "./src/vat-zoe.js",
"parameters": {
"zcfBundleName": "zcf"
}
}
},
"defaultManagerType": "xs-worker"
}

0 comments on commit 98e5c94

Please sign in to comment.