Skip to content

Commit

Permalink
feat: add testnet HOL
Browse files Browse the repository at this point in the history
  • Loading branch information
m-cote committed Nov 30, 2023
1 parent bc9af4f commit 2f82236
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export enum ChainSymbol {
*/
SPL = "SPL",

/**
* The Holešky testnet.
*/
HOL = "HOL",

/**
* The BNB Smart Chain main network.
*/
Expand Down Expand Up @@ -89,6 +94,12 @@ export const chainProperties: Record<string, BasicChainProperties> = {
name: "Sepolia",
chainType: ChainType.EVM,
},
[ChainSymbol.HOL]: {
chainSymbol: ChainSymbol.HOL,
chainId: "0x4268",
name: "Holešky",
chainType: ChainType.EVM,
},
[ChainSymbol.BSC]: {
chainSymbol: ChainSymbol.BSC,
chainId: "0x38",
Expand Down

0 comments on commit 2f82236

Please sign in to comment.