-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: l2-bridge-base moved 🚨🚨🚨 Base bridge balance mismatch 🚨🚨🚨from l… #527
Conversation
37a7e4a
to
c30f342
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only a few nitpicks
WSTETH_ADDRESS: string | ||
BASE_L1ERC20_TOKEN_BRIDGE: string | ||
GOV_BRIDGE_ADDRESS: string | ||
L2_ERC20_TOKEN_GATEWAY_ADDRESS: string | ||
BASE_WST_ETH_BRIDGED_ADDRESS: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WSTETH_ADDRESS: string | |
BASE_L1ERC20_TOKEN_BRIDGE: string | |
GOV_BRIDGE_ADDRESS: string | |
L2_ERC20_TOKEN_GATEWAY_ADDRESS: string | |
BASE_WST_ETH_BRIDGED_ADDRESS: string | |
L1_WSTETH_ADDRESS: string | |
BASE_L1ERC20_TOKEN_BRIDGE: string | |
GOV_BRIDGE_ADDRESS: string | |
L2_ERC20_TOKEN_GATEWAY_ADDRESS: string | |
L2_WSTETH_ADDRESS: string |
756ffde
to
085fed7
Compare
085fed7
to
8b9b15f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Part of #526