Skip to content

Commit

Permalink
weth favorite
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Dec 18, 2024
1 parent 67cbd3f commit 93d525e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/references/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const APEUSD_APECHAIN_ADDRESS =

// ink
export const ETH_INK_ADDRESS = AddressZero;
export const WETH_INK_ADDRESS = '0x4200000000000000000000000000000000000006';

export const OVM_GAS_PRICE_ORACLE =
'0x420000000000000000000000000000000000000F';
Expand Down
3 changes: 2 additions & 1 deletion src/core/state/favorites/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import {
WBTC_POLYGON_ADDRESS,
WETH_BASE_ADDRESS,
WETH_BLAST_ADDRESS,
WETH_INK_ADDRESS,
WETH_OPTIMISM_ADDRESS,
WETH_POLYGON_ADDRESS,
WETH_ZORA_ADDRESS,
Expand Down Expand Up @@ -118,7 +119,7 @@ const defaultFavorites = {
APEETH_APECHAIN_ADDRESS,
APEUSD_APECHAIN_ADDRESS,
],
[ChainId.ink]: [ETH_INK_ADDRESS],
[ChainId.ink]: [ETH_INK_ADDRESS, WETH_INK_ADDRESS],
} satisfies FavoritesState['favorites'];

const mergeNewOfficiallySupportedChainsState = (
Expand Down

0 comments on commit 93d525e

Please sign in to comment.