Skip to content

Commit ed4c8e1

Browse files
committed
Add eETH address to addresses list
1 parent 8cb7d0b commit ed4c8e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/addresses.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const USDS_ADDRESS = '0xdc035d45d973e3ec169d2276ddab16f1e407384f'
1717
export const WETH_ADDRESS = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
1818
export const STETH_ADDRESS = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
1919
export const WSTETH_ADDRESS = '0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0'
20+
export const EETH_ADDRESS = '0x35fa164735182de50811e8e2e824cfb9b6118ac2'
2021
export const RETH_ADDRESS = '0xae78736cd615f374d3085123a210448e74fc6393'
2122
export const FRXETH_ADDRESS = '0x5e8422345238f34275888049021821e8e08caa1f'
2223
export const SFRXETH_ADDRESS = '0xac3e018457b222d93114458476f3e3416abbe38f'
@@ -123,6 +124,7 @@ export const mainnetTokens = {
123124
WETH: WETH_ADDRESS,
124125
stETH: STETH_ADDRESS,
125126
wstETH: WSTETH_ADDRESS,
127+
eETH: EETH_ADDRESS,
126128
rETH: RETH_ADDRESS,
127129
frxETH: FRXETH_ADDRESS,
128130
sfrxETH: SFRXETH_ADDRESS,

0 commit comments

Comments
 (0)