Skip to content

Commit

Permalink
feat: add more chains to alchemy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Jul 15, 2024
1 parent 76291cf commit 747c5fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/providers/provider-sources/alchemy-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ const ALCHEMY_NETWORKS: Record<ChainId, string> = {
[Chains.POLYGON.chainId]: 'polygon-mainnet',
[Chains.POLYGON_MUMBAI.chainId]: 'polygon-mumbai',
[Chains.ASTAR.chainId]: 'astar-mainnet',
[Chains.BLAST.chainId]: 'blast-mainnet',
[Chains.BNB_CHAIN.chainId]: 'bnb-mainnet',
[Chains.AVALANCHE.chainId]: 'avax-mainnet',
[Chains.METIS_ANDROMEDA.chainId]: 'metis-mainnet',
[Chains.POLYGON_ZKEVM.chainId]: 'polygonzkevm-mainnet',
// [Chains.POLYGON_ZKEVM_TESTNET.chainId]: 'polygonzkevm-testnet',
[Chains.BASE.chainId]: 'base-mainnet',
Expand Down

0 comments on commit 747c5fd

Please sign in to comment.