Skip to content

Commit

Permalink
chore: add sonic and zksync to alchemy chains
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Jan 21, 2025
1 parent 04051d0 commit a00cd6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/alchemy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ export const ALCHEMY_NETWORKS: Record<ChainId, { key: string; rpc: { tier: 'free
[Chains.MANTLE.chainId]: { key: 'mantle-mainnet', rpc: { tier: 'free' }, price: { supported: false } },
[Chains.ROOTSTOCK.chainId]: { key: 'rootstock-mainnet', rpc: { tier: 'free' }, price: { supported: false } },
[Chains.LINEA.chainId]: { key: 'linea-mainnet', rpc: { tier: 'free' }, price: { supported: true } },
[Chains.SONIC.chainId]: { key: 'sonic-mainnet', rpc: { tier: 'free' }, price: { supported: false } },
[Chains.ZK_SYNC_ERA.chainId]: { key: 'zksync-mainnet', rpc: { tier: 'free' }, price: { supported: true } },
};

0 comments on commit a00cd6a

Please sign in to comment.