|
1 | 1 | import { Chains } from '@chains'; |
2 | 2 | import { ChainId } from '@types'; |
3 | 3 |
|
4 | | -export const ALCHEMY_NETWORKS: Record<ChainId, { key: string; price: { supported: boolean }; blocks: { supported: boolean } }> = { |
5 | | - [Chains.ETHEREUM.chainId]: { key: 'eth-mainnet', price: { supported: true }, blocks: { supported: true } }, |
6 | | - [Chains.ETHEREUM_SEPOLIA.chainId]: { key: 'eth-sepolia', price: { supported: false }, blocks: { supported: false } }, |
7 | | - [Chains.OPTIMISM.chainId]: { key: 'opt-mainnet', price: { supported: true }, blocks: { supported: true } }, |
8 | | - [Chains.ARBITRUM.chainId]: { key: 'arb-mainnet', price: { supported: true }, blocks: { supported: true } }, |
9 | | - [Chains.POLYGON.chainId]: { key: 'polygon-mainnet', price: { supported: true }, blocks: { supported: true } }, |
10 | | - [Chains.POLYGON_MUMBAI.chainId]: { key: 'polygon-mumbai', price: { supported: false }, blocks: { supported: false } }, |
11 | | - [Chains.ASTAR.chainId]: { key: 'astar-mainnet', price: { supported: false }, blocks: { supported: false } }, |
12 | | - [Chains.BLAST.chainId]: { key: 'blast-mainnet', price: { supported: true }, blocks: { supported: true } }, |
13 | | - [Chains.BNB_CHAIN.chainId]: { key: 'bnb-mainnet', price: { supported: true }, blocks: { supported: true } }, |
14 | | - [Chains.AVALANCHE.chainId]: { key: 'avax-mainnet', price: { supported: true }, blocks: { supported: true } }, |
15 | | - [Chains.FANTOM.chainId]: { key: 'fantom-mainnet', price: { supported: true }, blocks: { supported: false } }, |
16 | | - [Chains.METIS_ANDROMEDA.chainId]: { key: 'metis-mainnet', price: { supported: true }, blocks: { supported: false } }, |
| 4 | +export const ALCHEMY_NETWORKS: Record<ChainId, { key: string; price: { supported: boolean } }> = { |
| 5 | + [Chains.ETHEREUM.chainId]: { key: 'eth-mainnet', price: { supported: true } }, |
| 6 | + [Chains.ETHEREUM_SEPOLIA.chainId]: { key: 'eth-sepolia', price: { supported: false } }, |
| 7 | + [Chains.OPTIMISM.chainId]: { key: 'opt-mainnet', price: { supported: true } }, |
| 8 | + [Chains.ARBITRUM.chainId]: { key: 'arb-mainnet', price: { supported: true } }, |
| 9 | + [Chains.POLYGON.chainId]: { key: 'polygon-mainnet', price: { supported: true } }, |
| 10 | + [Chains.POLYGON_MUMBAI.chainId]: { key: 'polygon-mumbai', price: { supported: false } }, |
| 11 | + [Chains.ASTAR.chainId]: { key: 'astar-mainnet', price: { supported: false } }, |
| 12 | + [Chains.BLAST.chainId]: { key: 'blast-mainnet', price: { supported: true } }, |
| 13 | + [Chains.BNB_CHAIN.chainId]: { key: 'bnb-mainnet', price: { supported: true } }, |
| 14 | + [Chains.AVALANCHE.chainId]: { key: 'avax-mainnet', price: { supported: true } }, |
| 15 | + [Chains.FANTOM.chainId]: { key: 'fantom-mainnet', price: { supported: true } }, |
| 16 | + [Chains.METIS_ANDROMEDA.chainId]: { key: 'metis-mainnet', price: { supported: true } }, |
17 | 17 | [Chains.POLYGON_ZKEVM.chainId]: { |
18 | 18 | key: 'polygonzkevm-mainnet', |
19 | 19 | price: { supported: true }, |
20 | | - blocks: { supported: false }, |
21 | 20 | }, |
22 | | - [Chains.BASE.chainId]: { key: 'base-mainnet', price: { supported: true }, blocks: { supported: true } }, |
23 | | - [Chains.GNOSIS.chainId]: { key: 'gnosis-mainnet', price: { supported: true }, blocks: { supported: false } }, |
24 | | - [Chains.SCROLL.chainId]: { key: 'scroll-mainnet', price: { supported: true }, blocks: { supported: false } }, |
25 | | - [Chains.opBNB.chainId]: { key: 'opbnb-mainnet', price: { supported: true }, blocks: { supported: false } }, |
26 | | - [Chains.MANTLE.chainId]: { key: 'mantle-mainnet', price: { supported: false }, blocks: { supported: false } }, |
27 | | - [Chains.ROOTSTOCK.chainId]: { key: 'rootstock-mainnet', price: { supported: false }, blocks: { supported: false } }, |
28 | | - [Chains.LINEA.chainId]: { key: 'linea-mainnet', price: { supported: true }, blocks: { supported: false } }, |
29 | | - [Chains.SONIC.chainId]: { key: 'sonic-mainnet', price: { supported: false }, blocks: { supported: false } }, |
30 | | - [Chains.ZK_SYNC_ERA.chainId]: { key: 'zksync-mainnet', price: { supported: true }, blocks: { supported: true } }, |
31 | | - [Chains.CELO.chainId]: { key: 'celo-mainnet', price: { supported: false }, blocks: { supported: true } }, |
32 | | - [Chains.PLASMA.chainId]: { key: 'plasma-mainnet', price: { supported: false }, blocks: { supported: false } }, |
33 | | - [Chains.UNICHAIN.chainId]: { key: 'unichain-mainnet', price: { supported: false }, blocks: { supported: false } }, |
| 21 | + [Chains.BASE.chainId]: { key: 'base-mainnet', price: { supported: true } }, |
| 22 | + [Chains.GNOSIS.chainId]: { key: 'gnosis-mainnet', price: { supported: true } }, |
| 23 | + [Chains.SCROLL.chainId]: { key: 'scroll-mainnet', price: { supported: true } }, |
| 24 | + [Chains.opBNB.chainId]: { key: 'opbnb-mainnet', price: { supported: true } }, |
| 25 | + [Chains.MANTLE.chainId]: { key: 'mantle-mainnet', price: { supported: false } }, |
| 26 | + [Chains.ROOTSTOCK.chainId]: { key: 'rootstock-mainnet', price: { supported: false } }, |
| 27 | + [Chains.LINEA.chainId]: { key: 'linea-mainnet', price: { supported: true } }, |
| 28 | + [Chains.SONIC.chainId]: { key: 'sonic-mainnet', price: { supported: false } }, |
| 29 | + [Chains.ZK_SYNC_ERA.chainId]: { key: 'zksync-mainnet', price: { supported: true } }, |
| 30 | + [Chains.CELO.chainId]: { key: 'celo-mainnet', price: { supported: false } }, |
| 31 | + [Chains.PLASMA.chainId]: { key: 'plasma-mainnet', price: { supported: false } }, |
| 32 | + [Chains.UNICHAIN.chainId]: { key: 'unichain-mainnet', price: { supported: false } }, |
34 | 33 | }; |
0 commit comments