Skip to content

Commit

Permalink
Add xdai chain id for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
devfans committed Oct 28, 2021
1 parent 7ed300f commit 6cc85f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ var (
ZILLIQA uint64 = 18
ARBITRUM uint64 = 19
NEO3 uint64 = 88
XDAI uint64 = 206
OPTIMISM uint64 = 207
FANTOM uint64 = 208
XDAI uint64 = 20
OPTIMISM uint64 = 200007
FANTOM uint64 = 200008

ENV = "mainnet"
)
Expand Down

0 comments on commit 6cc85f4

Please sign in to comment.