Skip to content

Commit

Permalink
feat(protocol): update tier_router address in `L1RollupAddressManag…
Browse files Browse the repository at this point in the history
…er` (#17717)
  • Loading branch information
davidtaikocha authored Jul 2, 2024
1 parent bf593ee commit 57c8dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract L1RollupAddressManager is AddressManager {
return 0x8d7C954960a36a7596d7eA4945dDf891967ca8A3;
}
if (_name == LibStrings.B_TIER_ROUTER) {
return 0xa8e5D3a2E2052bea7f10bE6a0386454b721d1f9F;
return 0x6E997f1F22C40ba37F633B08f3b07E10Ed43155a;
}
}
return address(0);
Expand Down

0 comments on commit 57c8dc0

Please sign in to comment.