Skip to content

Commit 5b7ee64

Browse files
authored
[release] upgrade on chain (#452)
1 parent 5b238d9 commit 5b7ee64

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

publish/mainnet.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,16 @@
195195
"lastUpdate": "Tue, 21 May 2024 22:09:56 GMT"
196196
},
197197
"RewardsBooster": {
198-
"innerAddress": "0xF265b1B3526FE55138a86dc299e559e76960020f",
198+
"innerAddress": "0x5391935FF85a062ADF8087E3deeee05e66D4db49",
199199
"address": "0x7F138D57A5e05b6FBF3bCAdDa9a1252354245464",
200-
"bytecodeHash": "10ded472cbfa2afbcfd1ac3a8b44414e12339fdd8018fcfd4c47a5b338e08af9",
201-
"lastUpdate": "Mon, 14 Oct 2024 21:42:35 GMT"
200+
"bytecodeHash": "024bc32b1c971607259b8f89791c5d0c6eb936ea39c5df0924681fc583cae040",
201+
"lastUpdate": "Sat, 31 Jan 2026 06:13:07 GMT"
202202
},
203203
"StakingAllocation": {
204-
"innerAddress": "0x0270Cb6607550E0001eD78Fa7fDf55180B41DbB1",
204+
"innerAddress": "0xF01E9D5AEC5BE9a149362628cC5B4d20F05473A1",
205205
"address": "0x20E4B978b930ce17a499C33BbF958b5b920F70E1",
206-
"bytecodeHash": "9178c0893a33861572bc79ace784f0d07041cd57b33c19bf34a034a02ddf0396",
207-
"lastUpdate": "Tue, 18 Mar 2025 03:16:58 GMT"
206+
"bytecodeHash": "5b7a4526cd014752bfb043183847be9fc0e458704e7429e857b5f8c3befeadde",
207+
"lastUpdate": "Sat, 31 Jan 2026 06:13:17 GMT"
208208
},
209209
"Airdropper": {
210210
"innerAddress": "0xbdF10CE01BE0d0d51c733800382b7A300f9273e4",

publish/testnet.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,16 @@
195195
"lastUpdate": "Tue, 21 May 2024 22:04:33 GMT"
196196
},
197197
"RewardsBooster": {
198-
"innerAddress": "0x2106495Cfe4c9E6857970CD458F6Ba3dF2a97E0e",
198+
"innerAddress": "0x1EcC4CFF42F62821E49e29AAc4CB38Be4AE82562",
199199
"address": "0x4f6A1045A56EeD1D2795b5f6F6713972B67C09C2",
200-
"bytecodeHash": "63f4764276f728e8a3afe784074d7468f5a0294fa56c36bf8bd802ba3d62162c",
201-
"lastUpdate": "Fri, 24 Jan 2025 06:59:19 GMT"
200+
"bytecodeHash": "024bc32b1c971607259b8f89791c5d0c6eb936ea39c5df0924681fc583cae040",
201+
"lastUpdate": "Sat, 31 Jan 2026 06:11:45 GMT"
202202
},
203203
"StakingAllocation": {
204-
"innerAddress": "0xB1Fef4f8CE597684257E524139A48388f6FB05e6",
204+
"innerAddress": "0xA15C74F72143ba9910921494b9ecBfe1Da64B1B8",
205205
"address": "0x505B8fD4331080e5130A21349E5438951D4d2e4a",
206-
"bytecodeHash": "9178c0893a33861572bc79ace784f0d07041cd57b33c19bf34a034a02ddf0396",
207-
"lastUpdate": "Tue, 18 Mar 2025 03:34:53 GMT"
206+
"bytecodeHash": "5b7a4526cd014752bfb043183847be9fc0e458704e7429e857b5f8c3befeadde",
207+
"lastUpdate": "Sat, 31 Jan 2026 06:12:14 GMT"
208208
},
209209
"Airdropper": {
210210
"innerAddress": "0xbE33E2433Fa9640e3B027D84FC6864C1F2D82AF3",

scripts/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const setup = async (network?: string) => {
109109
config.network.child.rpcUrls = [process.env.CHILD_ENDPOINT];
110110
}
111111

112-
let confirms = 1;
112+
let confirms = 3;
113113
if (['Polygon'].includes(config.network.child.chainName)) {
114114
confirms = 20;
115115
}

0 commit comments

Comments
 (0)