Skip to content

Commit

Permalink
chore(cosmic-swingset): use decentral-demo-config.json for sim-chain
Browse files Browse the repository at this point in the history
 - update CHAIN_BOOTSTRAP_VAT_CONFIG docs in env.md
  • Loading branch information
dckc authored and dtribble committed Feb 22, 2022
1 parent 54a4d04 commit 4532ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Affects: `ag-chain-cosmos`, `ag-solo`

Purpose: to set the specifier for the chain/sim-chain's `vatconfig.json`

Description: defaults to `@agoric/vats/decentral-config.json`
Description: defaults to `@agoric/vats/decentral-core-config.json`

Lifetime: until we don't want to allow user control of the chain's vat config

Expand Down
3 changes: 2 additions & 1 deletion packages/cosmic-swingset/src/sim-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export const defaultFeeUnitPrice = [
},
];

export const defaultBootstrapVatConfig = '@agoric/vats/decentral-config.json';
export const defaultBootstrapVatConfig =
'@agoric/vats/decentral-demo-config.json';

export const DEFAULT_SIM_SWINGSET_PARAMS = {
beans_per_unit: defaultBeansPerUnit,
Expand Down

0 comments on commit 4532ce0

Please sign in to comment.