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

update ONTEVM chainId(mainnet) #49

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
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