Skip to content

Commit f473c7a

Browse files
authored
feat: Add Oro-finance (#16664)
1 parent f98ad54 commit f473c7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/oro-finance/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { getTokenSupplies } = require("../helper/solana")
2+
3+
const GOLD = "GoLDppdjB1vDTPSGxyMJFqdnj134yH6Prg9eqsGDiw6A"
4+
5+
module.exports = {
6+
methodology: 'The TVL corresponds to the amount of Gold tokens minted',
7+
solana: { tvl: async (api) => getTokenSupplies([GOLD], { api }) }
8+
}

0 commit comments

Comments
 (0)