Skip to content

Commit

Permalink
Add holesky support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpmitsch committed Jan 22, 2024
1 parent 1445046 commit 166a248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/libs/sdk/src/core/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
fantom,
gnosis,
goerli,
holesky,
harmonyOne,
mainnet,
optimism,
Expand Down Expand Up @@ -48,6 +49,7 @@ const qnChainToViemChain: Record<string, Chain> = {
'zkevm-mainnet': polygonZkEvm,
'zkevm-testnet': polygonZkEvmTestnet,
'ethereum-sepolia': sepolia,
'ethereum-holesky': holesky,
};

function chainNameFromEndpoint(endpointUrl: string): string {
Expand Down

0 comments on commit 166a248

Please sign in to comment.