-
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 New Chain 6119 (SK) #1063
Add New Chain 6119 (SK) #1063
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## staging #1063 +/- ##
===========================================
- Coverage 77.65% 70.04% -7.62%
===========================================
Files 31 40 +9
Lines 1450 2270 +820
Branches 266 432 +166
===========================================
+ Hits 1126 1590 +464
- Misses 188 465 +277
- Partials 136 215 +79
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Hello It seems you didn't add a test. Can you please add a chain test? |
Added the test and its failing but this is the right data |
The file you're adding is not the metadata but the hardhat artifact. Also please remove the changes the the |
For some reason, exit 1 command was not killing the container as expected. Instead first gracefully stop ipfs daemon and then terminate the conatiner with `pkill entrypoint.sh`. This will cause a restart as `restart: always` is set.
Rebased and tests passing 👍 |
Add New Chain
Thanks for your pull request to add a new support in Sourcify.
If you haven't done so, please follow the instructions on how to request chain support in docs.
Please check the following items before submitting your pull request.
Checklist
add-chain-<chainId>
.supported: true
.monitored: false
.rpc
field but the one in chains.json is used (if not, please explain why).test-new-chain
test in Circle CI is passing.View in Huly HI-651