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 mhofman committed May 3, 2023
1 parent c14f7df commit 1fd3bc9
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 @@ -135,6 +135,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 @@ -150,6 +150,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 1fd3bc9

Please sign in to comment.