Skip to content

Commit 4634af7

Browse files
committed
update the contracts of Magma to v3
1 parent 7c44ac0 commit 4634af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/magma/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const sdk = require('@defillama/sdk')
55
module.exports = {
66
iotex: {
77
tvl: sdk.util.sumChainTvls([
8-
getLiquityTvl('0x21d81DABF6985587CE64C2E8EB12F69DF2178fe2'),
9-
getLiquityTvl('0xAeB0B38040aDdc4a2b520919f13944D9bC944435')
8+
getLiquityTvl('0x4315BcE6076953571caf1903d15D682727FBD935'),
9+
getLiquityTvl('0xFF5F4bA96586EDae7E7D838D8770dFB3376Ec245', { nonNativeCollateralToken: true, collateralToken: "0x236f8c0a61dA474dB21B693fB2ea7AAB0c803894" })
1010
]),
1111
// staking: staking('0x037a2e9a464fbA409D0E55600836864B410d6Dd8', '0x6C0bf4b53696b5434A0D21C7D13Aa3cbF754913E'), // disabled as backing of WEN is already counted towards tvl
1212
},

0 commit comments

Comments
 (0)