Skip to content

Commit

Permalink
add oxb sdk adapter (#9716)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxbio authored Apr 6, 2024
1 parent bea308d commit 4aa5ed4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/oxb/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { staking } = require("../helper/staking");

module.exports = {
bsc: {
tvl: () => ({}),
staking: staking(
"0x2281f53a583b00cb80814ccdffe1544a5274dad2",
"0x7536c00711E41df6aEBCCa650791107645b6bc52"
),
},
};

0 comments on commit 4aa5ed4

Please sign in to comment.