Skip to content

Commit a7c02ab

Browse files
committed
dexfi: enable manta
1 parent 8d22448 commit a7c02ab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

projects/dexfinance-vault/index.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const CONFIG = {
1010
},
1111
pulse: {
1212
factory: "0xac297968C97EF5686c79640960D106f65C307a37",
13-
USDEX_PLUS: "0xaA2C47a35C1298795B5271490971Ec4874C8e53d",
13+
USDEX_PLUS: "0xaa2c47a35c1298795b5271490971ec4874c8e53d",
1414
},
1515
base: {
1616
factory: "0x714c94b9820d7d73e61510e4c18b91f995a895c1",
@@ -26,9 +26,10 @@ const CONFIG = {
2626
bsc: {
2727
factory: "0x3ace08b10b5c08a17d1c46277d65c81249e65f44",
2828
},
29-
// manta: {
30-
// factory: "0x714C94B9820D7D73e61510e4C18B91F995A895C1",
31-
// },
29+
manta: {
30+
factory: "0x714C94B9820D7D73e61510e4C18B91F995A895C1",
31+
USDEX_PLUS: '0x6da9ebd271a0676f39c088a2b5fd849d5080c0af',
32+
},
3233
};
3334

3435
const getVaults = async (api, factory) => {
@@ -121,10 +122,10 @@ const tvl = async (api) => {
121122
lpv2Balances(api, lpv2Farms),
122123
addERC721Data(api, lpv3Farms)
123124
])
124-
125+
126+
await sumTokens2({ api, resolveLP: true });
125127
if (USDEX_PLUS) api.removeTokenBalance(USDEX_PLUS);
126128
if (gDEX) api.removeTokenBalance(gDEX);
127-
return sumTokens2({ api, resolveLP: true });
128129
};
129130

130131
Object.keys(CONFIG).forEach((chain) => {

0 commit comments

Comments
 (0)