Skip to content

Commit

Permalink
ronin bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Apr 4, 2024
1 parent ffa817d commit 1d35c12
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/ronin-bridge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: (api) =>
sumTokens2({
api,
owners: ["0x64192819Ac13Ef72bF6b5AE239AC672B43a9AF08"],
fetchCoValentTokens: true,
blacklistedTokens: [],
}),
},
};

0 comments on commit 1d35c12

Please sign in to comment.