-
Notifications
You must be signed in to change notification settings - Fork 28
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
[WIP] Feat/169 - Testnet implemented on hardhat node #195
Conversation
92bc816
to
4d09a41
Compare
…dy deployed Zkopru contracts
docker-compose file description
|
@sifnoc Thx Jin for the hard work and your first PR to the project :) Do u have any recommended testing sequence? |
Nothing changed existing testing, yet. I removed So If you asked about the 'testing sequence', I can say we should run both at least.
|
blockGasLimit: 12000000, | ||
forking: { | ||
url: "https://zkopru-testnet.sifnoc.net", | ||
blockNumber: 95 // Migration step 19 complete as 'testnet' network. |
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.
blockNumber | migration file | description |
63 | 18_setup | deployed Zkopru Contract |
64 | 18_setup | setChallengePeriod as 30 |
65 | 18_setup | register account to BurnAuction contract |
93 | 19_migration_dest | Deployed Zkopru2 contract as migration dest |
94 | 19_migration_dest | setChallengePeriod as 30 |
95 | 19_migration_dest | register account to BurnAuction contract |
Should wait for fix this issue #205 before merge this PR |
@sifnoc would you please add [WIP] to the title or mark it as a draft? |
It seems fix |
This PR is going to move Create issue zkopru-network/stress-test#8 for this PR. |
Not fully implemented hardhat into zkopru.
Related issue #169