We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1878c28 commit f65b8ebCopy full SHA for f65b8eb
projects/gaspump/index.js
@@ -4,7 +4,7 @@ const { fetchURL } = require('../helper/utils');
4
async function fetchTvl(api) {
5
const response = await fetchURL("https://api.gas111.com/api/v1/internal/tokens/balances-list")
6
for (const pool of response.data) {
7
- api.add(ADDRESSES.ton.TON, pool.bonding_curve_balance/2) // we include only the TON part of the pool
+ api.add(ADDRESSES.ton.TON, pool.bonding_curve_balance)
8
}
9
10
0 commit comments