Skip to content

Commit

Permalink
starknet dai
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Dec 19, 2023
1 parent 7f8930b commit eb1bdad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/starknet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ async function tvl(_, _b, _c, { api, logArray }) {
: t.l1_token_address,
t.l1_bridge_address,
]);
tokensAndOwners.push([
"0x6B175474E89094C44Da98b954EedeAC495271d0F",
"0x0437465dfb5B79726e35F08559B0cBea55bb585C",
]);
return sumTokens2({
api,
tokensAndOwners,
Expand Down

0 comments on commit eb1bdad

Please sign in to comment.