Skip to content

Commit

Permalink
fuel bridge (#11939)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x authored Oct 17, 2024
2 parents 875ac9b + e9028a4 commit 4e85619
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/fuel/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

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

0 comments on commit 4e85619

Please sign in to comment.