Skip to content

Commit

Permalink
Merge pull request #204 from hashcloak/add-holesky-testnet
Browse files Browse the repository at this point in the history
plugin: add holesky testnet
  • Loading branch information
sc0Vu authored Oct 19, 2023
2 parents 19a9b11 + 2ec9b25 commit 0629f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/pkg/chain/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ func GetChain(ticker string) (IChain, error) {
return &ETHChain{ticker: "KOT", chainID: 6}, nil
case "SEP":
return &ETHChain{ticker: "SEP", chainID: 11155111}, nil
case "HOL":
return &ETHChain{ticker: "HOL", chainID: 17000}, nil
case "TBC":
return &CosmosChain{ticker: "TBNB", chainID: 0}, nil
case "BC":
Expand Down

0 comments on commit 0629f3e

Please sign in to comment.