Skip to content

Commit

Permalink
add Orbs TVL adapter (#12878)
Browse files Browse the repository at this point in the history
Co-authored-by: alexcarterdev <alexcarter@yahoo.com>
  • Loading branch information
alexcarterdev and alexcarterdev authored Dec 26, 2024
1 parent e464026 commit 94c810c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/orbs/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { staking } = require('../helper/staking');

module.exports = {
ethereum: {
tvl: () => ({}),
staking: staking(
'0x01d59af68e2dcb44e04c50e05f62e7043f2656c3',
'0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA'
),
},
};

0 comments on commit 94c810c

Please sign in to comment.