Skip to content

Commit

Permalink
Add Bitget Staked SOL (BGSOL) (DefiLlama#12207)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
JoshuaSum and g1nt0ki committed Nov 8, 2024
1 parent 278701b commit 6bf5195
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/bgsol/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { sumTokens2 } = require("../helper/solana");

async function tvl() {
return sumTokens2({ tokenAccounts: ['Ejg5vqsthntG8wJDijzgEWvdvhoAh8pzu4Q4r4MqsdkR'] })
}

module.exports = {
timetravel: false,
doublecounted: true,
methodology: "Bitget Staked SOL (BGSOL) is a tokenized representation on your staked sSOL",
solana: { tvl },
};

0 comments on commit 6bf5195

Please sign in to comment.