Skip to content

Commit

Permalink
chore: add PSM exportStorageSubtrees to bootstrap swingset config
Browse files Browse the repository at this point in the history
refs #7480
  • Loading branch information
dckc authored and gibson042 committed May 9, 2023
1 parent 7a3d605 commit 0af343e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vats/decentral-devnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@
"vats": {
"bootstrap": {
"sourceSpec": "@agoric/vats/src/core/boot-chain.js",
"parameters": {
"exportStorageSubtrees": [
"published.psm.IST"
]
},
"creationOptions": {
"critical": true
}
Expand Down
5 changes: 5 additions & 0 deletions packages/vats/decentral-test-vaults-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
"vats": {
"bootstrap": {
"sourceSpec": "@agoric/vats/src/core/boot-chain.js",
"parameters": {
"exportStorageSubtrees": [
"published.psm.IST"
]
},
"creationOptions": {
"critical": true
}
Expand Down

0 comments on commit 0af343e

Please sign in to comment.