Skip to content

Commit

Permalink
Merge pull request #49 from rain-zxn/feat_add_ontevm
Browse files Browse the repository at this point in the history
update ONTEVM chainId(mainnet)
  • Loading branch information
tanZiWen authored Dec 19, 2023
2 parents 3d34796 + a37403f commit 16d8afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ const (
CLOUDTX uint64 = 44
ZKSYNC uint64 = 45
XINFIN uint64 = 46
ONTEVM uint64 = 47

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

Expand Down
2 changes: 1 addition & 1 deletion base/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
BYTOM uint64 = 701
HARMONY uint64 = 800
KCC uint64 = 900
ONTEVM uint64 = 333
ONTEVM uint64 = 334
MILKO uint64 = 810
FLOW uint64 = 910
KAVA uint64 = 920
Expand Down

0 comments on commit 16d8afd

Please sign in to comment.