Skip to content

Commit 6b02ca0

Browse files
authored
Add SolanaHub Staked SOL (hubSOL) (DefiLlama#12221)
1 parent 0d666e5 commit 6b02ca0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/solanahub-sol/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)