Skip to content

Commit

Permalink
update CONFLUX mainet chainId(38)
Browse files Browse the repository at this point in the history
  • Loading branch information
rain-zxn authored Jul 20, 2022
1 parent 14a5b3a commit fc6cc35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ const (
ZKSYNC uint64 = 100940
CELO uint64 = 36
CLOVER uint64 = 37
CONFLUX uint64 = 38

// Invalid chain IDs
RINKEBY uint64 = 1000000
PIXIE uint64 = 2000000
BCSPALETTE uint64 = 1001001
ONTEVM uint64 = 1001333
FLOW uint64 = 1000444
CONFLUX uint64 = 1000980


ENV = "mainnet"
)
Expand Down

0 comments on commit fc6cc35

Please sign in to comment.