Skip to content

Commit

Permalink
[Auto] XCM Assets/Registry Updates (2023-12-23 01:31-commit.524ece8c)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 23, 2023
1 parent 524ece8 commit cc4b9c3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 72 deletions.
27 changes: 0 additions & 27 deletions assets/kusama/kusama_2048_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,6 @@
"decimals": 12,
"currencyID": "4294967291"
},
{
"asset": {
"Token": "4294967292"
},
"name": "Karura Native Token",
"symbol": "KAR",
"decimals": 12,
"currencyID": "4294967292"
},
{
"asset": {
"Token": "4294967293"
},
"name": "Liquid KSM",
"symbol": "LKSM",
"decimals": 12,
"currencyID": "4294967293"
},
{
"asset": {
"Token": "4294967294"
},
"name": "Acala Dollar",
"symbol": "AUSD",
"decimals": 12,
"currencyID": "4294967294"
},
{
"asset": {
"Token": "4294967295"
Expand Down
4 changes: 3 additions & 1 deletion assets/polkadot/polkadot_2043_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"name": "OTP",
"symbol": "OTP",
"decimals": 12,
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]"
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]",
"inferred": true,
"confidence": 0
}
]
4 changes: 3 additions & 1 deletion assets/polkadot/polkadot_2046_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"name": "RING",
"symbol": "RING",
"decimals": 18,
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2046},{\"palletInstance\":5}]"
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2046},{\"palletInstance\":5}]",
"inferred": true,
"confidence": 0
}
]
48 changes: 12 additions & 36 deletions metadata/xcmgar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3178,7 +3178,9 @@
"name": "OTP",
"symbol": "OTP",
"decimals": 12,
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]"
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]",
"inferred": true,
"confidence": 0
}
]
},
Expand All @@ -3195,7 +3197,9 @@
"name": "RING",
"symbol": "RING",
"decimals": 18,
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2046},{\"palletInstance\":5}]"
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2046},{\"palletInstance\":5}]",
"inferred": true,
"confidence": 0
}
]
},
Expand Down Expand Up @@ -6588,7 +6592,7 @@
"relayChain": "kusama",
"paraID": 2048,
"id": "robonomics",
"assetCnt": "6",
"assetCnt": "3",
"data": [
{
"asset": {
Expand All @@ -6599,33 +6603,6 @@
"decimals": 12,
"currencyID": "4294967291"
},
{
"asset": {
"Token": "4294967292"
},
"name": "Karura Native Token",
"symbol": "KAR",
"decimals": 12,
"currencyID": "4294967292"
},
{
"asset": {
"Token": "4294967293"
},
"name": "Liquid KSM",
"symbol": "LKSM",
"decimals": 12,
"currencyID": "4294967293"
},
{
"asset": {
"Token": "4294967294"
},
"name": "Acala Dollar",
"symbol": "AUSD",
"decimals": 12,
"currencyID": "4294967294"
},
{
"asset": {
"Token": "4294967295"
Expand Down Expand Up @@ -26293,15 +26270,14 @@
}
}
},
"asset": "1",
"source": [
2043
],
"xcContractAddress": {},
"xcCurrencyID": {
"2043": "1"
},
"xcContractAddress": {},
"confidence": 1
"confidence": 1,
"source": [
2043
]
},
"[{\"network\":\"polkadot\"},{\"parachain\":2046},{\"palletInstance\":5}]": {
"paraID": 2046,
Expand Down
2 changes: 1 addition & 1 deletion metadata/xcmgar_url.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"relayChain": "kusama",
"paraID": 2048,
"id": "robonomics",
"assetCnt": "6",
"assetCnt": "3",
"url": "https://cdn.jsdelivr.net/gh/colorfulnotion/xcm-global-registry//assets/kusama/kusama_2048_assets.json"
},
{
Expand Down
11 changes: 5 additions & 6 deletions xcmRegistry/polkadot_xcmRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2848,15 +2848,14 @@
}
}
},
"asset": "1",
"source": [
2043
],
"xcContractAddress": {},
"xcCurrencyID": {
"2043": "1"
},
"xcContractAddress": {},
"confidence": 1
"confidence": 1,
"source": [
2043
]
},
"[{\"network\":\"polkadot\"},{\"parachain\":2046},{\"palletInstance\":5}]": {
"paraID": 2046,
Expand Down

0 comments on commit cc4b9c3

Please sign in to comment.