Skip to content

Commit c91843a

Browse files
g1nt0kiAmir0uch
authored andcommitted
track sega DefiLlama#17104
1 parent 70a6a4e commit c91843a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/sega-swap/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { sumTokens2 } = require('../helper/solana');
2+
3+
module.exports = {
4+
timetravel: false,
5+
solana: {
6+
tvl: (api) => sumTokens2({ api, owner: '7PxeEreoLLMewXcGMivzhiWJjgJgA1LcRWBtQEEjwVcr', blacklistedTokens: [
7+
'yUhpNw2z3Czu7ZgS71eskRaefjTKFPPshgPQuXoJTe6',
8+
'9csnYtcZ2BysFmtZV52jxQcbbqyfcpn3ubXwdAXrJNuH',
9+
]}),
10+
},
11+
}

0 commit comments

Comments
 (0)