Skip to content

Commit

Permalink
Add script to upgrade a live parachain (testnet) with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Jun 23, 2024
1 parent f750138 commit 2b16239
Show file tree
Hide file tree
Showing 11 changed files with 1,355 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions scripts/js/runtime-upgrade-sudo/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"endpoint": "wss://fullnode.development.cntrfg.com",
"wasmFile": "./development.wasm",
"privateKeyUri": "//Alice",
"sudo": true,
"councilMembers": []
}
7 changes: 7 additions & 0 deletions scripts/js/runtime-upgrade-sudo/configs/demo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"endpoint": "wss://fullnode.demo.k-f.dev",
"wasmFile": "./demo.wasm",
"privateKey": "",
"sudo": true,
"councilMembers": []
}
7 changes: 7 additions & 0 deletions scripts/js/runtime-upgrade-sudo/configs/development.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"endpoint": "wss://fullnode.development.cntrfg.com",
"wasmFile": "./development.wasm",
"privateKey": "//Alice",
"sudo": true,
"councilMembers": []
}
Loading

0 comments on commit 2b16239

Please sign in to comment.