Skip to content

Commit 478e316

Browse files
authored
chore: update MulticallHandler address on BSC (#1191)
* update bsc multicallHandler deployment addr Signed-off-by: Ihor Farion <[email protected]> * bump version Signed-off-by: Ihor Farion <[email protected]> --------- Signed-off-by: Ihor Farion <[email protected]>
1 parent a18740f commit 478e316

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

broadcast/deployed-addresses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@
229229
"block_number": 49157612
230230
},
231231
"MulticallHandler": {
232-
"address": "0xAC537C12fE8f544D712d71ED4376a502EEa944d7",
233-
"block_number": 48762440
232+
"address": "0x0F7Ae28dE1C8532170AD4ee566B5801485c13a0E",
233+
"block_number": 54800640
234234
},
235235
"SpokePoolPeriphery": {
236236
"address": "0x89415a82d909a7238d69094C3Dd1dCC1aCbDa85C",

broadcast/deployed-addresses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ This file contains the latest deployed smart contract addresses from the broadca
304304

305305
#### MulticallHandler
306306

307-
- **MulticallHandler**: `0xAC537C12fE8f544D712d71ED4376a502EEa944d7`
308-
- Block Number: `48762440`
307+
- **MulticallHandler**: `0x0F7Ae28dE1C8532170AD4ee566B5801485c13a0E`
308+
- Block Number: `54800640`
309309

310310
#### SpokePoolPeriphery
311311

deployments/deployments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"56": {
5959
"SpokePool": { "address": "0x4e8E101924eDE233C13e2D8622DC8aED2872d505", "blockNumber": 48762335 },
6060
"SpokePoolVerifier": { "address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A", "blockNumber": 49157612 },
61-
"MulticallHandler": { "address": "0xAC537C12fE8f544D712d71ED4376a502EEa944d7", "blockNumber": 48762440 },
61+
"MulticallHandler": { "address": "0x0F7Ae28dE1C8532170AD4ee566B5801485c13a0E", "blockNumber": 54800640 },
6262
"SpokePoolPeriphery": { "address": "0x89415a82d909a7238d69094C3Dd1dCC1aCbDa85C", "blockNumber": 52135703 },
6363
"Helios": { "address": "0xE58480CA74f1A819faFd777BEDED4E2D5629943d", "blockNumber": 59344945 }
6464
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.1.14",
3+
"version": "4.1.15",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

0 commit comments

Comments
 (0)