-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(protocol): revert impl deployment V2 #14621
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Will attempt today and confirm if this one also works. |
@adaki2004 it worked. |
Amazing! Thanks Jeff! Will proceed then with the others tomorrow! |
Updated the other vaults. The test with deployed FE turned out to be a FE issue (not enough gas was sent to deploy). @dantaik I addressed one Otherwise it works, thanks Jeff for confirming! |
Co-authored-by: Daniel Wang <[email protected]> Co-authored-by: Daniel Wang <[email protected]>
Almost same as #14611 but this is now a combined version so that we can make it TransparentProxyUpgradeable.
Please @cyberhorsey or @davidtaikocha confirm if this is also a working solution (
invokeMessageCall()
succeeds when bridging erc20 from L1 to L2) and then we can go forward with this type of solution and abandon the other.