Skip to content

Commit

Permalink
Add Aqua Protocol (#11672)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymart committed Sep 18, 2024
1 parent 01e2d93 commit 53b650d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/aquaprotocol/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { sumTokensExport } = require('../helper/sumTokens')
const ADDRESSES = require("../helper/coreAssets.json");

const AQUA_ADDRESS = 'EQAWDyxARSl3ol2G1RMLMwepr3v6Ter5ls3jiAlheKshgg0K'

module.exports = {
methodology: 'Total amount of collateral locked in the Aqua Protocol (EQAWDyxARSl3ol2G1RMLMwepr3v6Ter5ls3jiAlheKshgg0K)',
start: 1726506000,
ton: {
tvl: sumTokensExport({ owner: AQUA_ADDRESS, tokens: [ADDRESSES.null]}),
}
}

0 comments on commit 53b650d

Please sign in to comment.