Skip to content

Commit

Permalink
fix: use 'local' worker, not xsnap, on both solo and chain
Browse files Browse the repository at this point in the history
closes #3403
  • Loading branch information
warner committed Jun 24, 2021
1 parent 960b013 commit a061a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/solo/solo-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bootstrap": "bootstrap",
"defaultManagerType": "xs-worker",
"defaultManagerType": "local",
"vats": {
"spawner": {
"sourceSpec": "./src/vat-spawner.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/vats/decentral-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sourceSpec": "@agoric/zoe/contractFacet"
}
},
"defaultManagerType": "xs-worker",
"defaultManagerType": "local",
"vats": {
"bank": {
"sourceSpec": "./src/vat-bank.js"
Expand Down

0 comments on commit a061a3e

Please sign in to comment.