-
Notifications
You must be signed in to change notification settings - Fork 4
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
New chainIds #21
New chainIds #21
Conversation
selectors.yml
Outdated
@@ -44,6 +62,9 @@ selectors: | |||
84532: | |||
selector: 10344971235874465080 | |||
name: "ethereum-testnet-sepolia-base-1" | |||
10200: | |||
selector: 8871595565390010547 | |||
name: "gnosis-testnet-chiado" |
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.
Please, refer to prior art when adding any network which some product may already support!
name: "gnosis-testnet-chiado" | |
name: "gnosis_chain-testnet-chiado" |
@@ -1,11 +1,17 @@ | |||
selectors: | |||
# Testnets | |||
31: | |||
selector: 8953668971247136127 | |||
name: "bitcoin-testnet-rootstock" |
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.
Is this evm?
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.
they have their own VM that is compatible with EVM
No description provided.