Skip to content

Commit bdb23e2

Browse files
committed
fix nile-v1 tvl
1 parent 799d051 commit bdb23e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/nile-exchange-v1/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { staking } = require('../helper/staking')
44
module.exports = {
55
misrepresentedTokens: true,
66
linea:{
7-
tvl: getUniTVL({ factory: '0xAAA16c016BF556fcD620328f0759252E29b1AB57', useDefaultCoreAssets: true, hasStablePools: true, stablePoolSymbol: 'crAMM' }),
7+
tvl: getUniTVL({ factory: '0xAAA16c016BF556fcD620328f0759252E29b1AB57', useDefaultCoreAssets: true, hasStablePools: true, stablePoolSymbol: 'cAMM' }),
88
staking: staking("0xAAAEa1fB9f3DE3F70E89f37B69Ab11B47eb9Ce6F", "0xAAAac83751090C6ea42379626435f805DDF54DC8"),
99
},
1010
}

0 commit comments

Comments
 (0)