Skip to content

Commit

Permalink
add DOT, USDT, USDC on Polimec (#2807)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar authored Jun 19, 2024
1 parent 1e61dcd commit 8af5502
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 8af5502

Please sign in to comment.