Skip to content

Commit

Permalink
Merge pull request #19 from rain-zxn/main
Browse files Browse the repository at this point in the history
update bytom testnet chainid 701
  • Loading branch information
wuyachi authored Mar 8, 2022
2 parents d98a3b5 + 6dd7aa1 commit 4119f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/devnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
PIXIE uint64 = 316
RINKEBY uint64 = 402
HSC uint64 = 603
BYTOM uint64 = 700
BYTOM uint64 = 701

SWITCHEO uint64 = 1000
HARMONY uint64 = 801
Expand Down
2 changes: 1 addition & 1 deletion base/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
RINKEBY uint64 = 402
OASIS uint64 = 500
HSC uint64 = 603
BYTOM uint64 = 700
BYTOM uint64 = 701
HARMONY uint64 = 800

SWITCHEO uint64 = 1000
Expand Down

0 comments on commit 4119f29

Please sign in to comment.