Skip to content
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

Merged
merged 7 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions generated_chains.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions selectors.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
selectors:
# Testnets
31:
selector: 8953668971247136127
name: "bitcoin-testnet-rootstock"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this evm?

Copy link
Collaborator Author

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

97:
selector: 13264668187771770619
name: "binance_smart_chain-testnet"
280:
selector: 6802309497652714138
name: "ethereum-testnet-goerli-zksync-1"
300:
selector: 6898391096552792247
name: "ethereum-testnet-sepolia-zksync-1"
420:
selector: 2664363617261496610
name: "ethereum-testnet-goerli-optimism-1"
Expand All @@ -27,12 +33,24 @@ selectors:
2358:
selector: 5990477251245693094
name: "ethereum-testnet-sepolia-kroma-1"
4002:
selector: 4905564228793744293
name: "fantom-testnet"
4202:
selector: 5298399861320400553
name: "ethereum-testnet-sepolia-lisk-1"
5001:
selector: 4168263376276232250
name: "ethereum-testnet-goerli-mantle-1"
andrevmatos marked this conversation as resolved.
Show resolved Hide resolved
5003:
selector: 8236463271206331221
name: "ethereum-testnet-sepolia-mantle-1"
43113:
selector: 14767482510784806043
name: "avalanche-testnet-fuji"
44787:
selector: 3552045678561919002
name: "celo-testnet-alfajores"
76578:
selector: 781901677223027175
80001:
Expand All @@ -44,6 +62,9 @@ selectors:
84532:
selector: 10344971235874465080
name: "ethereum-testnet-sepolia-base-1"
10200:
selector: 8871595565390010547
name: "gnosis-testnet-chiado"
Copy link
Contributor

@andrevmatos andrevmatos Feb 15, 2024

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!

Suggested change
name: "gnosis-testnet-chiado"
name: "gnosis_chain-testnet-chiado"

421613:
selector: 6101244977088475029
name: "ethereum-testnet-goerli-arbitrum-1"
Expand All @@ -53,12 +74,18 @@ selectors:
534351:
selector: 2279865765895943307
name: "ethereum-testnet-sepolia-scroll-1"
595581:
selector: 7837562506228496256
name: "avalanche-testnet-nexon"
11155111:
selector: 16015286601757825753
name: "ethereum-testnet-sepolia"
11155420:
selector: 5224473277236331295
name: "ethereum-testnet-sepolia-optimism-1"
168587773:
selector: 2027362563942762617
name: "ethereum-testnet-sepolia-blast-1"

# Mainnets
1:
Expand Down
Loading