Skip to content

Commit 0244f16

Browse files
hfnoleg1nt0ki
andauthored
create index.js (DefiLlama#11399)
* Create index.js * code refactor --------- Co-authored-by: g1nt0ki <[email protected]>
1 parent a370bd3 commit 0244f16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/taoline/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const { sumTokensExport } = require('../helper/solana');
2+
3+
module.exports = {
4+
timetravel: false,
5+
solana: {
6+
tvl: () => ({}),
7+
staking: sumTokensExport({ owner: '55UhbArZh8WBNM6dbjo93bdiUxnyznX1ivFQNgRhopJN' }),
8+
},
9+
};

0 commit comments

Comments
 (0)