Skip to content

Commit c47b09a

Browse files
feat(statics): add hETH POL token
2 parents 0c5d4ca + e9033e7 commit c47b09a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,7 @@ export enum UnderlyingAsset {
19651965
'polygon:volt' = 'polygon:volt',
19661966
'polygon:euroe' = 'polygon:euroe',
19671967
'polygon:geod' = 'polygon:geod',
1968+
'polygon:heth' = 'polygon:heth',
19681969

19691970
// Polygon NFTs
19701971
// generic NFTs

modules/statics/src/coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17954,6 +17954,14 @@ export const coins = CoinMap.fromCoins([
1795417954
'0xac0f66379a6d7801d7726d5a943356a172549adb',
1795517955
UnderlyingAsset['polygon:geod']
1795617956
),
17957+
polygonErc20(
17958+
'fd5f6faf-0a77-4bf0-b678-8979f5addad2',
17959+
'polygon:heth',
17960+
'ETH Hop Token',
17961+
18,
17962+
'0x1fdeaf938267ca43388ed1fdb879eaf91e920c7a',
17963+
UnderlyingAsset['polygon:heth']
17964+
),
1795717965
erc721(
1795817966
'dd743064-09e6-4028-9e61-ebf7c24ff40b',
1795917967
'erc721:polygontoken',

0 commit comments

Comments
 (0)