Skip to content

Commit

Permalink
track bybit sol
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Sep 25, 2024
1 parent be1d01e commit 79860a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/bybitSOL/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

const { getSolBalanceFromStakePool } = require('../helper/solana')

async function tvl(api) {
await getSolBalanceFromStakePool('2aMLkB5p5gVvCwKkdSo5eZAL1WwhZbxezQr1wxiynRhq', api)
}

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

0 comments on commit 79860a1

Please sign in to comment.