Skip to content

Commit

Permalink
add BASTI token on PAH and Hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar committed Dec 17, 2024
1 parent b62325e commit d2b8f3d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
31 changes: 27 additions & 4 deletions chains/v21/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4731,7 +4731,7 @@
"palletName": "ForeignAssets"
}
},
{
{
"assetId": 16,
"symbol": "MYTH-Snowbridge",
"precision": 18,
Expand All @@ -4742,7 +4742,7 @@
"palletName": "ForeignAssets"
}
},
{
{
"assetId": 17,
"symbol": "USDC-Snowbridge",
"precision": 6,
Expand All @@ -4753,7 +4753,7 @@
"palletName": "ForeignAssets"
}
},
{
{
"assetId": 18,
"symbol": "USDT-Snowbridge",
"precision": 6,
Expand All @@ -4764,7 +4764,7 @@
"palletName": "ForeignAssets"
}
},
{
{
"assetId": 19,
"symbol": "DAI-Snowbridge",
"precision": 18,
Expand All @@ -4774,6 +4774,16 @@
"assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f",
"palletName": "ForeignAssets"
}
},
{
"assetId": 20,
"symbol": "BASTI",
"precision": 12,
"type": "statemine",
"icon": "BASTI.svg",
"typeExtras": {
"assetId": "22222015"
}
}
],
"nodes": [
Expand Down Expand Up @@ -5951,6 +5961,19 @@
"existentialDeposit": "59084194977843",
"transfersEnabled": true
}
},
{
"assetId": 46,
"symbol": "BASTI",
"precision": 18,
"type": "orml",
"icon": "BASTI.svg",
"typeExtras": {
"currencyIdScale": "0x64430f00",
"currencyIdType": "u32",
"existentialDeposit": "1",
"transfersEnabled": true
}
}
],
"nodes": [
Expand Down
15 changes: 15 additions & 0 deletions icons/tokens/colored/BASTI.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/tokens/white/v1/BASTI.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2b8f3d

Please sign in to comment.