Skip to content

Commit

Permalink
feat(protocol): update RollupAddressCache with new `MainnetTierRout…
Browse files Browse the repository at this point in the history
…er` address (taikoxyz#18619)
  • Loading branch information
davidtaikocha authored Dec 20, 2024
1 parent 431435e commit b2ca63c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b2ca63c

Please sign in to comment.