Skip to content

Commit

Permalink
polygon - node version & migration
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Dec 7, 2023
1 parent 427ac08 commit 840d68d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
2 changes: 1 addition & 1 deletion releases/1.2.10/index.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Release
network: mumbai
network: polygon
deploy: prepare-upgrade 1.2.10
verify: verify-deployed
finish: propose-admin
Expand Down
4 changes: 2 additions & 2 deletions releases/1.2.10/mumbai/config/upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
}
}
},
"ScannerPoolRegistry": {
"ScannerToScannerPoolMigration": {
"impl": {
"opts": {
"unsafe-allow": [
"delegatecall"
],
"constructor-args": [
"deployment.forwarder", "deployment.stake-allocator"
"deployment.forwarder", "deployment.scanner-registry", "deployment.scanner-pool-registry", "deployment.forta-staking"
]
}

Expand Down
13 changes: 0 additions & 13 deletions releases/1.2.10/mumbai/output/prepared-upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,5 @@
"timeout": 1200000,
"version": "0.1.1"
}
},
"scanner-pool-registry": {
"impl": {
"address": "0x72eaaBB3f5908D5Ac4Fce00285B5af120BA3EcAC",
"constructor-args": [
"0x4E29Cea6D64be860f5eAba110686DcB585f393D6",
"0x698A6400dE3865fC9E8A6dB22302AAb3372Cebd9"
],
"init-args": [],
"name": "ScannerPoolRegistry",
"timeout": 1200000,
"version": "0.1.0"
}
}
}
4 changes: 2 additions & 2 deletions releases/1.2.10/polygon/config/upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
}
}
},
"ScannerPoolRegistry": {
"ScannerToScannerPoolMigration": {
"impl": {
"opts": {
"unsafe-allow": [
"delegatecall"
],
"constructor-args": [
"deployment.forwarder", "deployment.stake-allocator"
"deployment.forwarder", "deployment.scanner-registry", "deployment.scanner-pool-registry", "deployment.forta-staking"
]
}

Expand Down
13 changes: 0 additions & 13 deletions releases/1.2.10/polygon/output/prepared-upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,5 @@
"timeout": 1200000,
"version": "0.1.1"
}
},
"scanner-pool-registry": {
"impl": {
"address": "0x92FA117c7c071cC11b544931c46c9e3096d6FcB1",
"constructor-args": [
"0xff771084D7C2e54C0F9cA79dA23656514D2c5dd2",
"0x5B73756e637A77Fa52e5Ce71EC6189A4C775c6FA"
],
"init-args": [],
"name": "ScannerPoolRegistry",
"timeout": 1200000,
"version": "0.1.0"
}
}
}

0 comments on commit 840d68d

Please sign in to comment.