-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update Symphony chain.json chain-id to testnet-4 #5692
base: master
Are you sure you want to change the base?
Conversation
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.
The edits as-is are fine but there can be some improvements:
- The chain.json file typically contains URLs to genesis file. I can see this in the Github repo, but the chain.json currently provides it as
https://rpc.testnet.symphonychain.org/genesis
. This is not a static URL to the genesis file, and did in fact time our with an error. (Hence why the static URL to that that file is better, than a proxy endpoint like it currently has.) - Take a look at the associated version.json file as well and update accordingly.
Thank you for the review - all should be addressed now. |
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.
Thank you for correcting this, I appreciate your help and feedback.
Sorry - I thought I'd made the changes requested already, my apologies. |
No description provided.