Skip to content

Commit

Permalink
chore: remove fantom chain id (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu authored Mar 22, 2024
1 parent 65fef8d commit d9aace5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 37 deletions.
67 changes: 31 additions & 36 deletions schema/filter/ethereum_chain_string.go

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

1 change: 0 additions & 1 deletion schema/filter/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const (
EthereumChainIDOptimism EthereumChainID = 10 // optimism
EthereumChainIDPolygon EthereumChainID = 137 // polygon
EthereumChainIDArbitrum EthereumChainID = 42161 // arbitrum
EthereumChainIDFantom EthereumChainID = 250 // fantom
EthereumChainIDBase EthereumChainID = 8453 // base
EthereumChainIDCrossbell EthereumChainID = 3737 // crossbell
EthereumChainIDAvalanche EthereumChainID = 43114 // avax
Expand Down

0 comments on commit d9aace5

Please sign in to comment.