-
Notifications
You must be signed in to change notification settings - Fork 19
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
Configuration update for Arbitrum #154
Conversation
b335569
to
544f9c2
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.
@arsen3d we need to review your workflow for stacking changes and committing changes when you have more than one PR open.
9432e5e
to
2b466d6
Compare
be40f26
to
5268b9d
Compare
5268b9d
to
5c998a0
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.
🎉 🎉 🍸 (margarita!)
Thanks @arsen3d !
@@ -34,7 +34,11 @@ const config: HardhatUserConfig = { | |||
chainId: CHAIN_ID, | |||
accounts: [getAccount('admin').privateKey], | |||
}, | |||
|
|||
devnet: { | |||
url: 'http://0.0.0.0:8547', |
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.
Summary
Deployment of Devnet with Arbitrum Nitro as standalone L2.
Task/Issue reference
https://github.com/Lilypad-Tech/web3/issues/3
How to test this code? (optional)
To redeploy the chain run this workflow:
https://github.com/Lilypad-Tech/lilypad/actions/workflows/devnet_deploy_chain.yml
This will reset the current deployment.