Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 6, 2025
1 parent 5c67264 commit 63473a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/primestaking-xyz/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const xdcStakeRewardTokenAddress = '0x7f115F68A789F819047b94EFA0114AA9829b83d8'

const tvl = async (api) => {
const totalSupply = await api.call({ abi: 'erc20:totalSupply', target: xdcStakeRewardTokenAddress, })
api.addGasToken(totalSupply)
}

module.exports = {
xdc: { tvl }
}

0 comments on commit 63473a0

Please sign in to comment.