Skip to content

Commit

Permalink
chains
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Jan 30, 2025
1 parent db517f6 commit 660c81d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/chain-mapping/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ const chainMapping: Record<string, string> = {
SUI: "Sui Devnet",
FUSET: "Fuse Testnet",
UNION: "Union Mainnet",
FUSE: "Fuse Mainnet"
FUSE: "Fuse Mainnet",
ARBITRUM: "Arbitrum Mainnet",
ARBITRUMT: "Arbitrum Testnet",
ARBITRUMSP: "Arbitrum Sepolia Testnet",
ARBITRUMS: "Arbitrum Sepolia Testnet",
BASESP: "Base Sepolia Testnet",
};

/**
Expand Down

0 comments on commit 660c81d

Please sign in to comment.