Skip to content

Commit

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

module.exports = {
ethereum: {
tvl: (_, _b, _c, { api, logArray }) =>
sumTokens2({
api,
owners: [
"0xa3A7B6F88361F48403514059F1F16C8E78d60EeC",
"0x8315177aB297bA92A06054cE80a67Ed4DBd7ed3a",
"0xcEe284F754E854890e311e3280b767F80797180d",
],
fetchCoValentTokens: true,
}),
},
};

0 comments on commit bf6fb2f

Please sign in to comment.