Skip to content

Commit

Permalink
Add base sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpmitsch committed Feb 24, 2024
1 parent ea148f6 commit 16b065d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"directory": "packages/libs/sdk"
},
"license": "MIT",
"version": "2.1.1",
"version": "2.1.2",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./index.d.ts",
Expand Down
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 @@ -5,6 +5,7 @@ import {
avalanche,
avalancheFuji,
baseGoerli,
baseSepolia,
bsc,
bscTestnet,
celo,
Expand Down Expand Up @@ -32,6 +33,7 @@ const qnChainToViemChain: Record<string, Chain> = {
'avalanche-mainnet': avalanche,
'avalanche-testnet': avalancheFuji,
'base-goerli': baseGoerli,
'base-sepolia': baseSepolia,
['bsc']: bsc,
'bsc-testnet': bscTestnet,
'celo-mainnet': celo,
Expand Down

0 comments on commit 16b065d

Please sign in to comment.