Skip to content

Commit 3f526b3

Browse files
jimboevansg1nt0ki
andauthored
fix: felix usdhl tvl should track M holdings (#16983)
Co-authored-by: g1nt0ki <[email protected]>
1 parent a6b8fd1 commit 3f526b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

projects/felix-usdhl/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const { staking } = require("../helper/staking");
33
module.exports = {
44
ethereum: {
55
tvl: staking('0x36f586A30502AE3afb555b8aA4dCc05d233c2ecE', '0x866a2bf4e572cbcf37d5071a7a58503bfb36be1b')
6-
7-
}
6+
},
7+
hyperliquid: {
8+
tvl: staking('0xb50a96253abdf803d85efcdce07ad8becbc52bd5', '0x866a2bf4e572cbcf37d5071a7a58503bfb36be1b')
9+
},
810
}

0 commit comments

Comments
 (0)