Skip to content

Commit

Permalink
track hemi.xyz bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Mar 3, 2025
1 parent 8e4bda0 commit 8c6ee57
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const fixBalancesTokens = {
},
hemi: {
[ADDRESSES.null]: { coingeckoId: "ethereum", decimals: 18 },
'0x4200000000000000000000000000000000000006': { coingeckoId: "ethereum", decimals: 18 },
'0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA': { coingeckoId: "hemi", decimals: 6 },
},
}

Expand Down
15 changes: 15 additions & 0 deletions projects/hemi-l2/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: [
"0x5eaa10F99e7e6D177eF9F74E519E319aa49f191e",
"0x39a0005415256B9863aFE2d55Edcf75ECc3A4D7e",
],
fetchCoValentTokens: true,
}),
},
};

0 comments on commit 8c6ee57

Please sign in to comment.