Skip to content

Commit 1398da2

Browse files
Pavan SoraturPavan Soratur
Pavan Soratur
authored and
Pavan Soratur
committed
chore: add Ethereum mainnet routes
1 parent 4e77c54 commit 1398da2

File tree

5 files changed

+168
-0
lines changed

5 files changed

+168
-0
lines changed

components/TokenContracts.tsx

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ const CHAIN_CONFIGS = {
5252
explorerLink: "https://polygonscan.com/",
5353
icon: "/icons/chains/polygon.svg",
5454
},
55+
ETHEREUM: {
56+
name: "Ethereum",
57+
explorerLink: "https://etherscan.io/",
58+
icon: "/icons/chains/ethereum.svg",
59+
},
5560
};
5661

5762
const CHAIN_OPTIONS = Object.values(CHAIN_CONFIGS);
@@ -259,6 +264,71 @@ const TOKENS: Token[] = [
259264
},
260265
],
261266
},
267+
{
268+
name: "Eigen",
269+
symbol: "EIGEN",
270+
address: "0x322CCb93C99BDDD78eC7cc6cA55eeceF1268BC16",
271+
icon: "/icons/tokens/eigen.svg",
272+
chains: [
273+
{
274+
...CHAIN_CONFIGS.ETHEREUM,
275+
address: "0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",
276+
isNative: false,
277+
},
278+
],
279+
},
280+
{
281+
name: "Hord ETH Staking",
282+
symbol: "hETH",
283+
address: "0xcFeb82B9a9C7791683C846a69311A6885eD29A03",
284+
icon: "/icons/tokens/heth.svg",
285+
chains: [
286+
{
287+
...CHAIN_CONFIGS.ETHEREUM,
288+
address: "0x5bBe36152d3CD3eB7183A82470b39b29EedF068B",
289+
isNative: false,
290+
},
291+
],
292+
},
293+
{
294+
name: "ether.fi ETH",
295+
symbol: "eETH",
296+
address: "0x69cC6D7da66752B267C9F6B157F0643F54654233",
297+
icon: "/icons/tokens/eeth.svg",
298+
chains: [
299+
{
300+
...CHAIN_CONFIGS.ETHEREUM,
301+
address: "0x35fA164735182de50811E8e2E824cFb9B6118ac2",
302+
isNative: false,
303+
},
304+
],
305+
},
306+
{
307+
name: "ether.fi BTC",
308+
symbol: "eBTC",
309+
address: "0x8360830C2BCE22a7Dd15d9350C81d8E573B563eE",
310+
icon: "/icons/tokens/ebtc.svg",
311+
chains: [
312+
{
313+
...CHAIN_CONFIGS.ETHEREUM,
314+
address: "0x657e8C867D8B37dCC18fA4Caead9C45EB088C642",
315+
isNative: false,
316+
},
317+
],
318+
},
319+
{
320+
name: "Avail",
321+
symbol: "AVAIL",
322+
address: "0x4A68525B31F8C67761e0429f6e4766a55f15b7A5",
323+
icon: "/icons/tokens/avail.svg",
324+
chains: [
325+
{
326+
...CHAIN_CONFIGS.ETHEREUM,
327+
address: "0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8",
328+
isNative: false,
329+
},
330+
],
331+
},
262332
{
263333
name: "Lido DAO Token",
264334
symbol: "LDO",

public/icons/tokens/ebtc.svg

Lines changed: 27 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)