-
Notifications
You must be signed in to change notification settings - Fork 25
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: SuperchainETHWrapper
contract
#167
Conversation
Deploying supersim with Cloudflare Pages
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @tremarkley and the rest of your teammates on Graphite |
cd11ab8
to
2177e9d
Compare
dfdc930
to
ed60757
Compare
2177e9d
to
556ab8b
Compare
ed60757
to
213ffef
Compare
556ab8b
to
4b1f0e8
Compare
213ffef
to
0287404
Compare
aed2920
to
b46dabb
Compare
0287404
to
551af9f
Compare
e62e3d1
to
4484eb9
Compare
551af9f
to
e50c7c3
Compare
dc865d8
to
26bdc7e
Compare
3a57c36
to
ca52ac7
Compare
OH LETS GOOOOOO |
1e9f92c
to
09291d7
Compare
a2394ee
to
812cacd
Compare
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
f60a964
to
1ba6884
Compare
1ba6884
to
bce53f5
Compare
bce53f5
to
c5d49fb
Compare
Closes #135
This contract facilitates sending ETH across chains within the Superchain by wrapping ETH into
SuperchainWETH
, relaying theSuperchainWETH
to the destination chain usingL2ToL2CrossDomainMessenger
, and then unwrapping it back to ETH and sending it to the specified recipient on the destination chain. This is not meant to be used in production and should only be used in testnet or for prototypes.