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 0d666e5 commit 6b02ca0Copy full SHA for 6b02ca0
projects/solanahub-sol/index.js
@@ -0,0 +1,12 @@
1
+const { getSolBalanceFromStakePool } = require('../helper/solana')
2
+
3
+async function tvl(api) {
4
+ await getSolBalanceFromStakePool('ECRqn7gaNASuvTyC5xfCUjehWZCSowMXstZiM5DNweyB', api)
5
+}
6
7
+module.exports ={
8
+ timetravel: false,
9
+ doublecounted: true,
10
+ methodology: "SolanaHub Staked SOL (hubSOL) is a tokenized representation on your staked SOL + stake rewards",
11
+ solana: { tvl },
12
+};
0 commit comments