Skip to content

Commit

Permalink
fix(cosmos)!: use core bootstrap by default
Browse files Browse the repository at this point in the history
Separate demo/test bootstrap from production.

BREAKING CHANGE: RUN protocol etc. is not started by default.

To start RUN protocol, Pegasus, etc., use:

CHAIN_BOOTSTRAP_VAT_CONFIG=@agoric/vats/decentral-demo-config.json \
  agoric start local-chain

Stay tuned for a mechanism to turn them on via governance.
  • Loading branch information
dckc committed Feb 22, 2022
1 parent d90251d commit 2cbf293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/cosmos/x/swingset/types/default-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ var (
NewStringBeans(BeansPerXsnapComputron, DefaultBeansPerXsnapComputron),
}

DefaultBootstrapVatConfig = "@agoric/vats/decentral-config.json"
DefaultBootstrapVatConfig = "@agoric/vats/decentral-core-config.json"
)

0 comments on commit 2cbf293

Please sign in to comment.