Skip to content

Commit

Permalink
Merge pull request #17 from rain-zxn/main
Browse files Browse the repository at this point in the history
update HSC testnet chainId 603
  • Loading branch information
wuyachi authored Mar 1, 2022
2 parents 2374043 + 29b668b commit b2e0698
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 = 601
HSC uint64 = 603

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 = 601
HSC uint64 = 603

SWITCHEO uint64 = 1000
HARMONY uint64 = 2000001
Expand Down

0 comments on commit b2e0698

Please sign in to comment.