Skip to content

Commit

Permalink
build(run-protocol): generated gov-startPSM-permit.json
Browse files Browse the repository at this point in the history
generated with:

yarn build:eval-permit:psm
  • Loading branch information
dckc committed Apr 23, 2022
1 parent 10a9e8a commit 5e5e213
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions packages/run-protocol/scripts/gov-startPSM-permit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"consume": {
"bankManager": "bank",
"zoe": "zoe",
"feeMintAccess": "zoe",
"economicCommitteeCreatorFacet": "economicCommittee",
"chainTimerService": "timer",
"agoricNamesAdmin": true,
"board": true
},
"issuer": {
"produce": {
"AUSD": true
},
"consume": {
"AUSD": "bank"
}
},
"brand": {
"produce": {
"AUSD": true
},
"consume": {
"AUSD": "bank",
"RUN": "zoe"
}
},
"produce": {
"psmCreatorFacet": "psm",
"psmGovernorCreatorFacet": "psmGovernor"
},
"installation": {
"consume": {
"contractGovernor": "zoe",
"psm": "zoe"
}
},
"instance": {
"consume": {
"economicCommittee": "economicCommittee"
},
"produce": {
"psm": "psm",
"psmGovernor": "psm"
}
}
}

0 comments on commit 5e5e213

Please sign in to comment.