Skip to content

Commit 9e427e1

Browse files
Add adrastea project (DefiLlama#11533)
1 parent 2eaf45d commit 9e427e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

projects/adrastea/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)