Skip to content
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
wants to merge 121 commits into from

Conversation

gvladika
Copy link
Collaborator

@gvladika gvladika commented Jun 7, 2023

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 deployer deploy.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 as native-erc20-token.
Ie. ./test-node.bash --init --dev --erc20-rollup --no-tokenbridge

PlasmaPower and others added 30 commits January 10, 2023 09:53
@cla-bot 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
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #1683 (bdf832e) into master (d6a5090) will increase coverage by 26.01%.
The diff coverage is 36.88%.

@@             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     

@gvladika gvladika closed this Aug 21, 2023
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants