Skip to content

Commit 94c810c

Browse files
alexcarterdevalexcarterdev
andauthored
add Orbs TVL adapter (DefiLlama#12878)
Co-authored-by: alexcarterdev <[email protected]>
1 parent e464026 commit 94c810c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/orbs/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+
ethereum: {
5+
tvl: () => ({}),
6+
staking: staking(
7+
'0x01d59af68e2dcb44e04c50e05f62e7043f2656c3',
8+
'0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA'
9+
),
10+
},
11+
};

0 commit comments

Comments
 (0)