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 f98ad54 commit f473c7aCopy full SHA for f473c7a
projects/oro-finance/index.js
@@ -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