Skip to content

Commit

Permalink
[Auto] XCM Assets/Registry Updates (2025-01-14 01:53-commit.0da2ce2b)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 14, 2025
1 parent 0da2ce2 commit f077d2b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 28 deletions.
4 changes: 3 additions & 1 deletion assets/kusama/kusama_2114_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
"name": "TUR",
"symbol": "TUR",
"decimals": 10,
"xcmInteriorKey": "[{\"network\":\"kusama\"},{\"parachain\":2114}]"
"xcmInteriorKey": "[{\"network\":\"kusama\"},{\"parachain\":2114}]",
"inferred": true,
"confidence": 0
}
]
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": "NEURO",
"symbol": "NEURO",
"decimals": 12,
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]"
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]",
"inferred": true,
"confidence": 0
}
]
30 changes: 16 additions & 14 deletions metadata/xcmgar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7552,7 +7552,9 @@
"name": "NEURO",
"symbol": "NEURO",
"decimals": 12,
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]"
"xcmInteriorKey": "[{\"network\":\"polkadot\"},{\"parachain\":2043},{\"palletInstance\":10}]",
"inferred": true,
"confidence": 0
}
]
},
Expand Down Expand Up @@ -12961,7 +12963,9 @@
"name": "TUR",
"symbol": "TUR",
"decimals": 10,
"xcmInteriorKey": "[{\"network\":\"kusama\"},{\"parachain\":2114}]"
"xcmInteriorKey": "[{\"network\":\"kusama\"},{\"parachain\":2114}]",
"inferred": true,
"confidence": 0
}
]
},
Expand Down Expand Up @@ -32747,15 +32751,14 @@
}
}
},
"asset": "6",
"source": [
2114
],
"xcContractAddress": {},
"xcCurrencyID": {
"2114": "6"
},
"xcContractAddress": {},
"confidence": 1
"confidence": 1,
"source": [
2114
]
},
"[{\"network\":\"kusama\"},{\"parachain\":2087}]": {
"paraID": 2087,
Expand Down Expand Up @@ -38277,15 +38280,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
11 changes: 5 additions & 6 deletions xcmRegistry/kusama_xcmRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2806,15 +2806,14 @@
}
}
},
"asset": "6",
"source": [
2114
],
"xcContractAddress": {},
"xcCurrencyID": {
"2114": "6"
},
"xcContractAddress": {},
"confidence": 1
"confidence": 1,
"source": [
2114
]
},
"[{\"network\":\"kusama\"},{\"parachain\":2087}]": {
"paraID": 2087,
Expand Down
11 changes: 5 additions & 6 deletions xcmRegistry/polkadot_xcmRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5302,15 +5302,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 f077d2b

Please sign in to comment.