Skip to content

Commit

Permalink
Add SundaeSwap V3 Contract TVL (#10154)
Browse files Browse the repository at this point in the history
* chore: v3 tvl

* chore: add v3 contract tvl
  • Loading branch information
cjkoepke authored May 10, 2024
1 parent 8ad33a0 commit a5abfc7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/sundaeswap-v3/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const { getAdaInAddress } = require('../helper/chain/cardano')

async function tvl(){
const ammLocked = await getAdaInAddress("addr1x8srqftqemf0mjlukfszd97ljuxdp44r372txfcr75wrz26rnxqnmtv3hdu2t6chcfhl2zzjh36a87nmd6dwsu3jenqsslnz7e")
// const orderBookLocked = await getAdaInAddress("addr1w8ax5k9mutg07p2ngscu3chsauktmstq92z9de938j8nqacprc9mw")
return {
"cardano": ammLocked * 2
}
}

module.exports={
timetravel: false,
cardano:{
tvl
}
}

0 comments on commit a5abfc7

Please sign in to comment.