Skip to content

Commit 4aa5ed4

Browse files
authored
add oxb sdk adapter (DefiLlama#9716)
1 parent bea308d commit 4aa5ed4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/oxb/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+
bsc: {
5+
tvl: () => ({}),
6+
staking: staking(
7+
"0x2281f53a583b00cb80814ccdffe1544a5274dad2",
8+
"0x7536c00711E41df6aEBCCa650791107645b6bc52"
9+
),
10+
},
11+
};

0 commit comments

Comments
 (0)