Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(protocol): update tier_router address in L1RollupAddressManager #17717

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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