From 79860a16bb0d67d1a4d2a6353bafed43b66dd201 Mon Sep 17 00:00:00 2001 From: g1ntoki <99907941+g1nt0ki@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:23:21 +0200 Subject: [PATCH] track bybit sol --- projects/bybitSOL/index.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 projects/bybitSOL/index.js diff --git a/projects/bybitSOL/index.js b/projects/bybitSOL/index.js new file mode 100644 index 00000000000..d1c4d1c48ff --- /dev/null +++ b/projects/bybitSOL/index.js @@ -0,0 +1,13 @@ + +const { getSolBalanceFromStakePool } = require('../helper/solana') + +async function tvl(api) { + await getSolBalanceFromStakePool('2aMLkB5p5gVvCwKkdSo5eZAL1WwhZbxezQr1wxiynRhq', api) +} + +module.exports = { + timetravel: false, + solana: { + tvl + } +} \ No newline at end of file