Skip to content

Commit

Permalink
add terraport tvl from factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Man12C authored and Man12C committed Nov 17, 2023
1 parent f61471d commit 1aeb6ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/terraport-classic/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { getFactoryTvl } = require('../terraswap/factoryTvl')

module.exports = {
timetravel: false,
misrepresentedTokens: true,
methodology: "Liquidity on the DEX",
terra: {
tvl: getFactoryTvl("terra1n75fgfc8clsssrm2k0fswgtzsvstdaah7la6sfu96szdu22xta0q57rqqr",)
},
} // node test.js projects/terraport-classic/index.js

0 comments on commit 1aeb6ac

Please sign in to comment.