Skip to content

Commit

Permalink
Add TonPools (#11545)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuhbye authored Sep 9, 2024
1 parent e200002 commit d983125
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/tonpools/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { sumTokensExport } = require('../helper/chain/ton')
const ADDRESSES = require("../helper/coreAssets.json");

const tonpoolsContractAddress = "EQA7y9QkiP4xtX_BhOpY4xgVlLM7LPcYUA4QhBHhFZeL4fTa";

module.exports = {
methodology: "Ton Pools's TVL includes all deposited supported assets",
ton: {
tvl: sumTokensExport({ owner: tonpoolsContractAddress, tokens: [ADDRESSES.null] }),
},
}

0 comments on commit d983125

Please sign in to comment.