File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2202,6 +2202,7 @@ export enum UnderlyingAsset {
22022202 'tpolygon:pme' = 'tpolygon:pme' ,
22032203 'tpolygon:xsgd' = 'tpolygon:xsgd' ,
22042204 'tpolygon:terc18dp' = 'tpolygon:terc18dp' ,
2205+ 'tpolygon:terc10dp' = 'tpolygon:terc10dp' ,
22052206 'tpolygon:terc6dp' = 'tpolygon:terc6dp' ,
22062207 'tpolygon:usdt' = 'tpolygon:usdt' ,
22072208 'tpolygon:usdc' = 'tpolygon:usdc' ,
Original file line number Diff line number Diff line change @@ -19547,6 +19547,15 @@ export const coins = CoinMap.fromCoins([
1954719547 UnderlyingAsset [ 'tpolygon:terc18dp' ] ,
1954819548 POLYGON_TOKEN_FEATURES
1954919549 ) ,
19550+ tpolygonErc20 (
19551+ 'fdc9e362-490e-4a4c-92d1-90fde39a0304' ,
19552+ 'tpolygon:terc10dp' ,
19553+ 'Test ERC20 Token 10 Decimals' ,
19554+ 10 ,
19555+ '0x58a3cd99e4955af8935fd68a4f5036d43fd155ea' ,
19556+ UnderlyingAsset [ 'tpolygon:terc10dp' ] ,
19557+ POLYGON_TOKEN_FEATURES
19558+ ) ,
1955019559 tpolygonErc20 (
1955119560 '00bc4884-8c13-4b71-90b2-73e8ef4ebda4' ,
1955219561 'tpolygon:terc6dp' ,
You can’t perform that action at this time.
0 commit comments