@quicknode/sdk
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -272,2 +272,3 @@ 'use strict'; | ||
'base-goerli': chains.baseGoerli, | ||
'base-sepolia': chains.baseSepolia, | ||
['bsc']: chains.bsc, | ||
@@ -274,0 +275,0 @@ 'bsc-testnet': chains.bscTestnet, |
import { QNInvalidEndpointUrl } from '../lib/errors/QNInvalidEnpointUrl.js'; | ||
import { QNChainNotSupported } from '../lib/errors/QNChainNotSupported.js'; | ||
import { arbitrum, arbitrumGoerli, avalanche, avalancheFuji, baseGoerli, bsc, bscTestnet, celo, fantom, gnosis, goerli, harmonyOne, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, sepolia, holesky } from 'viem/chains'; | ||
import { arbitrum, arbitrumGoerli, avalanche, avalancheFuji, baseGoerli, baseSepolia, bsc, bscTestnet, celo, fantom, gnosis, goerli, harmonyOne, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, sepolia, holesky } from 'viem/chains'; | ||
@@ -12,2 +12,3 @@ const ETH_MAINNET_NETWORK = 'ethereum-mainnet'; | ||
'base-goerli': baseGoerli, | ||
'base-sepolia': baseSepolia, | ||
['bsc']: bsc, | ||
@@ -14,0 +15,0 @@ 'bsc-testnet': bscTestnet, |
@@ -9,3 +9,3 @@ { | ||
"license": "MIT", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"main": "./cjs/index.js", | ||
@@ -12,0 +12,0 @@ "module": "./esm/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69199
1814