File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1983,6 +1983,7 @@ export enum UnderlyingAsset {
19831983 'polygon:geod' = 'polygon:geod' ,
19841984 'polygon:heth' = 'polygon:heth' ,
19851985 'polygon:copm' = 'polygon:copm' ,
1986+ 'polygon:gmt' = 'polygon:gmt' ,
19861987 // Polygon NFTs
19871988 // generic NFTs
19881989 'erc721:polygontoken' = 'erc721:polygontoken' ,
Original file line number Diff line number Diff line change @@ -12992,7 +12992,6 @@ export const coins = CoinMap.fromCoins([
1299212992 18 ,
1299312993 UnderlyingAsset [ 'polygon:moca' ]
1299412994 ) ,
12995-
1299612995 tofcPolygonErc20 (
1299712996 '62f4329d-11cd-4875-b91b-9ceae66c9439' ,
1299812997 'ofctpolygon:link' ,
@@ -18123,6 +18122,14 @@ export const coins = CoinMap.fromCoins([
1812318122 '0x12050c705152931cfee3dd56c52fb09dea816c23' ,
1812418123 UnderlyingAsset [ 'polygon:copm' ]
1812518124 ) ,
18125+ polygonErc20 (
18126+ 'ef57b1c1-8fd0-4aba-8e20-b7a13fcf0921' ,
18127+ 'polygon:gmt' ,
18128+ 'GMT' ,
18129+ 8 ,
18130+ '0x714db550b574b3e927af3d93e26127d15721d4c2' ,
18131+ UnderlyingAsset [ 'polygon:gmt' ]
18132+ ) ,
1812618133 erc721 (
1812718134 'dd743064-09e6-4028-9e61-ebf7c24ff40b' ,
1812818135 'erc721:polygontoken' ,
You can’t perform that action at this time.
0 commit comments