Skip to content

Commit

Permalink
Merge pull request #15 from rain-zxn/main
Browse files Browse the repository at this point in the history
update HSC testnet chainId
  • Loading branch information
wuyachi authored Feb 28, 2022
2 parents 689741b + 7afce29 commit 9a276a7
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 @@ -35,7 +35,7 @@ const (
METIS uint64 = 300
PIXIE uint64 = 316
RINKEBY uint64 = 402
HSC uint64 = 600
HSC uint64 = 601

SWITCHEO uint64 = 1000
HARMONY uint64 = 2000001
Expand Down
2 changes: 1 addition & 1 deletion base/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
BOBA uint64 = 400
RINKEBY uint64 = 402
OASIS uint64 = 500
HSC uint64 = 600
HSC uint64 = 601

SWITCHEO uint64 = 1000
HARMONY uint64 = 2000001
Expand Down

0 comments on commit 9a276a7

Please sign in to comment.