-
Notifications
You must be signed in to change notification settings - Fork 402
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 chain 295 (Hedera Mainnet) #1009
Conversation
Hey @svienot, first of all thanks for the contribution! 🙏 I see you added new sources for the tests. Existing contracts sources didn't work for some reason? Just for context, I see you followed point 5.ii in Sourcify's documentation, my question is: why points 5.i.a or 5.i.b or 5.i.c didn't work for you? Same question also for #1008 |
Hey @marcocastignoli! Regarding #1008 I think I will actually need to close it, unless you can confirm there is a way to reset repository data for a test chain? |
I have tried to sync my fork with
|
In theory I fixed this problem, try to delete all node_modules (at least the main one and the one in
|
You can deploy the already existing contracts with your Hedera accounts, you just need to follow one of the 3 available options described at point 5.i EDIT: from my point of view, the easiest option is to use the script:
|
|
I have re-deployed the test contracts using the exact byte code found in 1_Storage.json and WithImmutables.json of the |
I see that Hedera Mainnet is still not listed in the available chains on the repository UI page: |
We just did a release. You should see it now |
I was just wondering... are you aware of any test chains integrated with Sourcify which have the need to regularly reset their data? How do they deal with their verification data ? |
Not that I know of. I don't know any chains that do this or if it is considered common practice. Usually, testnets are not reset but rotated with new ones, old ones being deprecated.
This is because the tests run weekly and Hedera tests haven't run yet. They'll run on Monday |
Adds support for chain 295 - Hedera mainnet
View in Huly HI-719