Skip to content

Commit

Permalink
promote Snowbridge tokens on PAH, add prices (#3290)
Browse files Browse the repository at this point in the history
* add priced to Snowbridge tokens

* promote Snowbridge tokens

* fix

* update price position
  • Loading branch information
leohar authored Dec 24, 2024
1 parent 5ccb5d6 commit a5fa50b
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
52 changes: 52 additions & 0 deletions chains/v21/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -4073,6 +4073,7 @@
"assetId": 9,
"symbol": "WETH-Snowbridge",
"precision": 18,
"priceId": "ethereum-wormhole",
"type": "statemine",
"icon": "WETH-Snowbridge.svg",
"typeExtras": {
Expand All @@ -4085,6 +4086,7 @@
"assetId": 10,
"symbol": "WBTC-Snowbridge",
"precision": 8,
"priceId": "wrapped-bitcoin",
"type": "statemine",
"icon": "WBTC-Snowbridge.svg",
"typeExtras": {
Expand Down Expand Up @@ -4143,6 +4145,54 @@
"assetId": "0x010100a534",
"palletName": "ForeignAssets"
}
},
{
"assetId": 16,
"symbol": "MYTH-Snowbridge",
"precision": 18,
"priceId": "mythos",
"type": "statemine",
"icon": "MYTH-Snowbridge.svg",
"typeExtras": {
"assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003",
"palletName": "ForeignAssets"
}
},
{
"assetId": 17,
"symbol": "USDC-Snowbridge",
"precision": 6,
"priceId": "usd-coin",
"type": "statemine",
"icon": "USDC-Snowbridge.svg",
"typeExtras": {
"assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"palletName": "ForeignAssets"
}
},
{
"assetId": 18,
"symbol": "USDT-Snowbridge",
"precision": 6,
"priceId": "tether",
"type": "statemine",
"icon": "USDT-Snowbridge.svg",
"typeExtras": {
"assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7",
"palletName": "ForeignAssets"
}
},
{
"assetId": 19,
"symbol": "DAI-Snowbridge",
"precision": 18,
"priceId": "dai",
"type": "statemine",
"icon": "DAI-Snowbridge.svg",
"typeExtras": {
"assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f",
"palletName": "ForeignAssets"
}
}
],
"nodes": [
Expand Down Expand Up @@ -5366,6 +5416,7 @@
"assetId": 37,
"symbol": "WETH-Snowbridge",
"precision": 18,
"priceId": "ethereum-wormhole",
"type": "orml",
"icon": "WETH-Snowbridge.svg",
"typeExtras": {
Expand All @@ -5379,6 +5430,7 @@
"assetId": 38,
"symbol": "WBTC-Snowbridge",
"precision": 8,
"priceId": "wrapped-bitcoin",
"type": "orml",
"icon": "WBTC-Snowbridge.svg",
"typeExtras": {
Expand Down
8 changes: 8 additions & 0 deletions chains/v21/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4660,6 +4660,7 @@
"assetId": 9,
"symbol": "WETH-Snowbridge",
"precision": 18,
"priceId": "ethereum-wormhole",
"type": "statemine",
"icon": "WETH-Snowbridge.svg",
"typeExtras": {
Expand All @@ -4672,6 +4673,7 @@
"assetId": 10,
"symbol": "WBTC-Snowbridge",
"precision": 8,
"priceId": "wrapped-bitcoin",
"type": "statemine",
"icon": "WBTC-Snowbridge.svg",
"typeExtras": {
Expand Down Expand Up @@ -4735,6 +4737,7 @@
"assetId": 16,
"symbol": "MYTH-Snowbridge",
"precision": 18,
"priceId": "mythos",
"type": "statemine",
"icon": "MYTH-Snowbridge.svg",
"typeExtras": {
Expand All @@ -4746,6 +4749,7 @@
"assetId": 17,
"symbol": "USDC-Snowbridge",
"precision": 6,
"priceId": "usd-coin",
"type": "statemine",
"icon": "USDC-Snowbridge.svg",
"typeExtras": {
Expand All @@ -4757,6 +4761,7 @@
"assetId": 18,
"symbol": "USDT-Snowbridge",
"precision": 6,
"priceId": "tether",
"type": "statemine",
"icon": "USDT-Snowbridge.svg",
"typeExtras": {
Expand All @@ -4768,6 +4773,7 @@
"assetId": 19,
"symbol": "DAI-Snowbridge",
"precision": 18,
"priceId": "dai",
"type": "statemine",
"icon": "DAI-Snowbridge.svg",
"typeExtras": {
Expand Down Expand Up @@ -5861,6 +5867,7 @@
"assetId": 37,
"symbol": "WETH-Snowbridge",
"precision": 18,
"priceId": "ethereum-wormhole",
"type": "orml",
"icon": "WETH-Snowbridge.svg",
"typeExtras": {
Expand All @@ -5874,6 +5881,7 @@
"assetId": 38,
"symbol": "WBTC-Snowbridge",
"precision": 8,
"priceId": "wrapped-bitcoin",
"type": "orml",
"icon": "WBTC-Snowbridge.svg",
"typeExtras": {
Expand Down

0 comments on commit a5fa50b

Please sign in to comment.