Skip to content

Commit

Permalink
node version & migration
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Dec 7, 2023
1 parent e672855 commit cc4298f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 35 deletions.
10 changes: 0 additions & 10 deletions releases/1.2.10/mumbai/config/propose-admin.json

This file was deleted.

13 changes: 13 additions & 0 deletions releases/1.2.10/mumbai/config/upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,18 @@
]
}
}
},
"ScannerPoolRegistry": {
"impl": {
"opts": {
"unsafe-allow": [
"delegatecall"
],
"constructor-args": [
"deployment.forwarder", "deployment.stake-allocator"
]
}

}
}
}
26 changes: 1 addition & 25 deletions releases/1.2.10/mumbai/output/prepared-upgrades.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
{
"slashing-controller": {
"impl": {
"address": "0xC43E5C075e4081209F337f0431D8c488Cd61B522",
"constructor-args": [
"0x4E29Cea6D64be860f5eAba110686DcB585f393D6",
"0x107Ac13567b1b5D84691f890A5bA07EdaE1a11c3"
],
"init-args": [],
"name": "SlashingController",
"timeout": 1200000,
"version": "0.1.1"
}
},
"scanner-node-version": {
"impl": {
"address": "0xAA42d92242eA0a6195452C6B64B4Dc5D4282e0a5",
"constructor-args": [
"0x4E29Cea6D64be860f5eAba110686DcB585f393D6"
],
"init-args": [],
"name": "ScannerNodeVersion",
"timeout": 1200000,
"version": "0.1.1"
}
}

}

0 comments on commit cc4298f

Please sign in to comment.