Skip to content

Commit ec705b6

Browse files
rellyxxrellyxxxrelly8426
authored
blend add arbitrum and base chain (DefiLlama#13416)
Co-authored-by: relly <[email protected]> Co-authored-by: relly <[email protected]>
1 parent b5ecdb9 commit ec705b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/blend-finance/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ module.exports = {
1414
getAllATokens: "function getAllBTokens() view returns (tuple(string symbol, address tokenAddress)[])",
1515
}
1616
}),
17+
arbitrum: aaveExports('arbitrum', '0xD489a9cc2eF0b990c6a30Ed9AfF6EC63A2765F25', undefined, ['0xBB7cF099BAfc69a30D4f21878F2FE3Ac10e768fA'], {
18+
v3: true, abis: {
19+
getAllATokens: "function getAllBTokens() view returns (tuple(string symbol, address tokenAddress)[])",
20+
}
21+
}),
22+
base: aaveExports('base', '0xD489a9cc2eF0b990c6a30Ed9AfF6EC63A2765F25', undefined, ['0xBB7cF099BAfc69a30D4f21878F2FE3Ac10e768fA'], {
23+
v3: true, abis: {
24+
getAllATokens: "function getAllBTokens() view returns (tuple(string symbol, address tokenAddress)[])",
25+
}
26+
}),
1727
}

0 commit comments

Comments
 (0)