We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4634af7 commit b94b3d4Copy full SHA for b94b3d4
projects/magma/index.js
@@ -5,6 +5,8 @@ const sdk = require('@defillama/sdk')
5
module.exports = {
6
iotex: {
7
tvl: sdk.util.sumChainTvls([
8
+ getLiquityTvl('0x21d81DABF6985587CE64C2E8EB12F69DF2178fe2'),
9
+ getLiquityTvl('0xAeB0B38040aDdc4a2b520919f13944D9bC944435'),
10
getLiquityTvl('0x4315BcE6076953571caf1903d15D682727FBD935'),
11
getLiquityTvl('0xFF5F4bA96586EDae7E7D838D8770dFB3376Ec245', { nonNativeCollateralToken: true, collateralToken: "0x236f8c0a61dA474dB21B693fB2ea7AAB0c803894" })
12
]),
0 commit comments