-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: initial config for Ronin network #20
base: main
Are you sure you want to change the base?
feat: initial config for Ronin network #20
Conversation
@mikeshultz realizing there's a script for this.. will update the PR with the generated config later this morning |
dependent on ethereum-lists/chains#3219 to correct 2020 chain ID |
@@ -1115,6 +1115,7 @@ | |||
"https://sepolia.gateway.tenderly.co", | |||
"https://ethereum-sepolia-rpc.publicnode.com", | |||
"https://sepolia.drpc.org", | |||
"https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-", |
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.
lol weird there would be one with an API in key...
@@ -2242,6 +2243,64 @@ | |||
"slip44": None, | |||
}, | |||
}, | |||
"ronin": { | |||
"mainnet": { | |||
"chain": "PublicMint", |
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.
wow this is the first time we have had a clashing of chain IDs... weird
What I did
Adds the Ronin network to chains
Checklist