Skip to content

Commit c2be0f4

Browse files
NovaCrafterNovaCrafter
andauthored
track Marlin Protocol TVL (DefiLlama#13029)
Co-authored-by: NovaCrafter <[email protected]>
1 parent 654df7b commit c2be0f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/marlinprotocol/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { staking } = require('../helper/staking');
2+
3+
module.exports = {
4+
arbitrum: {
5+
tvl: () => ({}),
6+
staking: staking(
7+
"0xf90490186F370f324DEF2871F077668455f65253",
8+
"0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD"
9+
)
10+
},
11+
};

0 commit comments

Comments
 (0)