From 6e1b060213e5ac05369fba7cac40ec13a9c45f9c Mon Sep 17 00:00:00 2001 From: David Date: Fri, 20 Dec 2024 09:08:06 +0800 Subject: [PATCH] feat(protocol): update `RollupAddressCache` with new `MainnetTierRouter` address --- .../contracts/layer1/mainnet/addrcache/RollupAddressCache.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/contracts/layer1/mainnet/addrcache/RollupAddressCache.sol b/packages/protocol/contracts/layer1/mainnet/addrcache/RollupAddressCache.sol index 3f92804e7e..003cc333e5 100644 --- a/packages/protocol/contracts/layer1/mainnet/addrcache/RollupAddressCache.sol +++ b/packages/protocol/contracts/layer1/mainnet/addrcache/RollupAddressCache.sol @@ -37,7 +37,7 @@ contract RollupAddressCache is AddressCache { return (true, 0x06a9Ab27c7e2255df1815E6CC0168d7755Feb19a); } if (_name == LibStrings.B_TIER_ROUTER) { - return (true, 0x394E30d83d020469a1F8b16E89D7fD5FdB1935b0); + return (true, 0x8a4c692F12d3a9750E744A4CE24a1d351bE52E66); } if (_name == LibStrings.B_TIER_SGX) { return (true, 0xb0f3186FC1963f774f52ff455DC86aEdD0b31F81);