Skip to content

Commit 14811b0

Browse files
Fixed token address of pool and added poolMeta (#1361)
Co-authored-by: Jenelyn Castil Contillo <jenelyncontillo02141995@gmail.com>
1 parent 5305654 commit 14811b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/adaptors/wise-lending-v2/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ const tokenAddresses = {
2525
WETH: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2'
2626
},
2727
arbitrum: {
28-
WETH: '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
28+
WETH: '0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8',
2929
USDC: "0x724dc807b04555b71ed48a6896b6F41593b8C637",
3030
USDT: "0x6ab707Aca953eDAeFBc4fD23bA73294241490620",
31-
DAI: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
31+
DAI: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
3232
wstETH: "0x5979D7b546E38E414F7E9822514be443A4800529",
3333
}
3434
};
@@ -106,7 +106,8 @@ const getTokenData = async (chain, token, address, wiseSecurity, wiseLending) =>
106106
pool: `${address[token]}-${projectSlug}-${chain}`,
107107
chain: ChainName[chain],
108108
project: projectSlug,
109-
symbol: usdPrice.symbol,
109+
symbol: token,
110+
poolMeta: usdPrice.symbol,
110111
tvlUsd,
111112
apyBase: lendingRate,
112113
// apyReward: lendingRate,

0 commit comments

Comments
 (0)