Skip to content

Commit

Permalink
feat: add support for berachain
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriliumircea committed Feb 6, 2025
1 parent bce46d0 commit 20af8ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added chains/bera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chains/bera.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import IconArbitrum from "./arbitrum.webp";
import IconAvalanche from "./avalanche.webp";
import IconBase from "./base.webp";
import IconBaseSepolia from "./base-sepolia.webp";
import IconBerachain from "./bera.webp";
import IconBlast from "./blast.webp";
import IconBinanceSmartChain from "./bsc.webp";
import IconTestnet from "./ethereum-gray.webp";
Expand Down Expand Up @@ -30,6 +31,7 @@ const CHAIN_ARBITRUM_ID = 42161;
const CHAIN_AVALANCHE_ID = 43114;
const CHAIN_BASE_ID = 8453;
const CHAIN_BASE_SEPOLIA_ID = 84532;
const CHAIN_BERACHAIN_ID = 80094;
const CHAIN_BLAST_ID = 81457;
const CHAIN_BSC_ID = 56;
const CHAIN_ETHEREUM_ID = 1;
Expand All @@ -52,6 +54,7 @@ const chains: Record<number, IImage> = {
[CHAIN_AVALANCHE_ID]: IconAvalanche,
[CHAIN_BASE_ID]: IconBase,
[CHAIN_BASE_SEPOLIA_ID]: IconBaseSepolia,
[CHAIN_BERACHAIN_ID]: IconBerachain,
[CHAIN_BSC_ID]: IconBinanceSmartChain,
[CHAIN_BLAST_ID]: IconBlast,
[CHAIN_ETHEREUM_ID]: IconEthereum,
Expand Down
Binary file added tokens/weETH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20af8ad

Please sign in to comment.