From 8af55027b484cdf2b442f411e3535b5d8f9a1482 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 19 Jun 2024 11:13:33 +0200 Subject: [PATCH] add DOT, USDT, USDC on Polimec (#2807) --- chains/v20/chains_dev.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/chains/v20/chains_dev.json b/chains/v20/chains_dev.json index b166e04f2..d67ab3720 100644 --- a/chains/v20/chains_dev.json +++ b/chains/v20/chains_dev.json @@ -10033,6 +10033,42 @@ "staking": [ "parachain" ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "10", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1984", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1337", + "palletName": "ForeignAssets" + } } ], "nodes": [