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 2eaf45d commit 9e427e1Copy full SHA for 9e427e1
projects/adrastea/index.js
@@ -0,0 +1,6 @@
1
+const { sumTokensExport } = require('../helper/solana')
2
+module.exports = {
3
+ solana: {
4
+ tvl: sumTokensExport({ owners: ['Ec5tJ1H24iVSM2L8Yd7SHf7bjtD7FUWDiYSeESpFYynM'] })
5
+ }
6
+}
0 commit comments