Skip to content

Commit

Permalink
fix(vats)!: prune bootstrap config that mixed prod with test/demo
Browse files Browse the repository at this point in the history
fixes #4165

BREAKING CHANGE: decentral-config.json config file is no longer
available. Use decentral-core-config.js, which starts core
services by not RUN protocol etc., or decentral-demo-config.js,
which does start the RUN protocol and provides demo funds in
wallets, AMM.
  • Loading branch information
dckc committed Feb 17, 2022
1 parent 3b67a58 commit b00f746
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,154 deletions.
50 changes: 0 additions & 50 deletions packages/vats/decentral-config.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/vats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.5.1",
"description": "Agoric's Vat library",
"type": "module",
"main": "./src/bootstrap.js",
"main": "./src/core/boot.js",
"repository": "https://github.com/Agoric/agoric-sdk",
"scripts": {
"build": "exit 0",
Expand Down
Loading

0 comments on commit b00f746

Please sign in to comment.