-
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 #122
base: main
Are you sure you want to change the base?
Conversation
@arsen3d can you please review this document: https://www.notion.so/lilypadnetwork/Git-flow-conventions-98606ed2291b45fba6916dbf6ccab98f, it outlines the naming conventions we should follow for branches and the conventions for git commit messages |
Thanks
…________________________________
From: Gorka Ludlow ***@***.***>
Sent: Friday, May 24, 2024 1:17 PM
To: Lilypad-Tech/lilypad ***@***.***>
Cc: arsen3d ***@***.***>; Mention ***@***.***>
Subject: Re: [Lilypad-Tech/lilypad] Configuration update for Arbitrum (PR #122)
@arsen3d<https://github.com/arsen3d> can you please review this document: https://www.notion.so/lilypadnetwork/Git-flow-conventions-98606ed2291b45fba6916dbf6ccab98f, it outlines the naming conventions we should follow for branches and the conventions for git commit messages
—
Reply to this email directly, view it on GitHub<#122 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AACIZ664RZWDBJZA6XD4IM3ZD6N5BAVCNFSM6AAAAABIH7IKMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZQGI4TIMJXGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
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.
Looks good to me! Thanks for switching over to using getAccount('admin')
🙏
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.
The end goal here is to move our whole system from using geth to using arbitrum in the different environments: local development, devnet (our one node infra) and incentivized tesnet (deployment to arbitrum testnet).
The expectation from this PR is to inlcude all the changes (or point to changes in other repos like faucet) for us to:
- run things locally in arbitrum instead of geth
- verify the newly created continuous deployment flow for contracts works for arbitrum
- if there are changes to the local flow, we need those document in the proper readmes, not just a link to arbitrum's docs.
It is not the end goal here, for you to deploy to Arbitrum, we will plan for that in parallel to the work here.
71ad575
to
2ef7251
Compare
@AquiGorka Deployment documentation has been added. |
7660be1
to
d9aa9f1
Compare
@arsen3d hopefully this is helpful- when using Arbitrum, Ive noticed that tx fees on Arbitrum Nova are typically far lower than on Arb One. |
The fee issue was in context of testnet. |
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.
This looks great, nice helpful guide! Left a few initial comments. Will keep testing this once I get funds from a faucet into my wallet.
|
7a5525c
to
021ef23
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.
Added a few more comments and note about the embedded configuration files. Looking good!
@arsen let's rebase and update this PR before merging, there's a couple of outstanding comments to be addressed |
fdd5114
to
9c2dd78
Compare
9c2dd78
to
b190c75
Compare
@AquiGorka, not sure what needs to be done to complete this pull request. Does it require you approval? |
There's 2 things that have not been addressed:
With these 2 things addressed I'll approve for us to merge. |
@alvin-reyes this PR aimed at documenting the deploy to arbitrum process, can you also take over here? You can decide whether to use this PR as base or close and open up a new PR with any documentation that should be part of the code base. |
@arsen3d. Re-assigning this to @kquirapas so you can work on the phase 1.2 incentivenet improvement. |
Added to engineering board assigned to me |
Glance - superficial check (from domain experts)
Summary
Deploys LP contracts to local l2 Arbitrum Node, Arbitrum Sepolia, Arbitrum One or Arbitrum Nova
How to test locally
./stack chain-deploy dev_personal
local l2 dev node must be setup
https://docs.arbitrum.io/run-arbitrum-node/run-local-dev-node