Skip to content

Commit

Permalink
add DAMN on PAH and Hydration, fix icon for BASTI (#3292)
Browse files Browse the repository at this point in the history
* add DAMN on PAH and Hydration, fix icon for BASTI

* update BASTI decimals on Hydration
  • Loading branch information
leohar authored Dec 18, 2024
1 parent 0d020d0 commit 00b21a3
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions chains/v21/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4780,10 +4780,20 @@
"symbol": "BASTI",
"precision": 12,
"type": "statemine",
"icon": "BASTI.svg",
"icon": "Default.svg",
"typeExtras": {
"assetId": "22222015"
}
},
{
"assetId": 21,
"symbol": "DAMN",
"precision": 12,
"type": "statemine",
"icon": "Default.svg",
"typeExtras": {
"assetId": "22222012"
}
}
],
"nodes": [
Expand Down Expand Up @@ -5965,15 +5975,28 @@
{
"assetId": 46,
"symbol": "BASTI",
"precision": 18,
"precision": 12,
"type": "orml",
"icon": "BASTI.svg",
"icon": "Default.svg",
"typeExtras": {
"currencyIdScale": "0x64430f00",
"currencyIdType": "u32",
"existentialDeposit": "1",
"transfersEnabled": true
}
},
{
"assetId": 47,
"symbol": "DAMN",
"precision": 12,
"type": "orml",
"icon": "Default.svg",
"typeExtras": {
"currencyIdScale": "0x5e430f00",
"currencyIdType": "u32",
"existentialDeposit": "1",
"transfersEnabled": true
}
}
],
"nodes": [
Expand Down

0 comments on commit 00b21a3

Please sign in to comment.