Skip to content

Commit

Permalink
add base to local cached blockchain info
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkunz committed Nov 8, 2024
1 parent aa85cd8 commit 0222bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/helpers/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const chains = [
{ id: 1, slug: 'ethereum', name: 'Ethereum', explorer: 'https://etherscan.io', gas: 'ETH' },
{ id: 56, slug: 'binance', name: 'BNB Smart Chain', explorer: 'https://bscscan.com', gas: 'BNB' },
{ id: 137, slug: 'polygon', name: 'Polygon', explorer: 'https://polygonscan.com', gas: 'POL' },
{ id: 8453, slug: 'base', name: 'Base', explorer: 'https://basescan.org', gas: 'ETH' },
{ id: 43114, slug: 'avalanche', name: 'Avalanche C-chain', explorer: 'https://snowtrace.io', gas: 'AVAX' },
{ id: 42161, slug: 'arbitrum', name: 'Arbitrum One', explorer: 'https://arbiscan.io', gas: 'ETH' }
] as const;
Expand Down

0 comments on commit 0222bd5

Please sign in to comment.