-
Notifications
You must be signed in to change notification settings - Fork 446
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
Add support for deploying erc20-based rollup #1683
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sync with Nitro
Alternative token fees
Add support for deploying ERC20 based rollup
ERC20-based rollup integration tests
Update native fee token flow
cla-bot
bot
added
the
s
Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
label
Jun 7, 2023
Codecov Report
@@ Coverage Diff @@
## master #1683 +/- ##
===========================================
+ Coverage 29.88% 55.89% +26.01%
===========================================
Files 210 217 +7
Lines 31263 32684 +1421
===========================================
+ Hits 9342 18269 +8927
+ Misses 20906 12196 -8710
- Partials 1015 2219 +1204 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
s
Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commit adds support to deploy ERC20-based rollup (rollup which uses custom fee token). If param
--nativeERC20TokenAddress
with the fee token's address is provided to rollup deployerdeploy.go
it will deploy an ERC20-based rollup.There is also support in
test-node.bash
to quickly spin up ERC20-based rollup - flag--erc20-rollup
should be provided (without an address). Test script will then create ERC20 token and configure it as rollup's native token. Address of the new token will be written among other rollup's parameters in json config file asnative-erc20-token
.Ie.
./test-node.bash --init --dev --erc20-rollup --no-tokenbridge