We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4482a91 commit f518204Copy full SHA for f518204
1 file changed
packages/types-known/src/spec/statemint.ts
@@ -53,6 +53,9 @@ export const versioned: OverrideVersionedType[] = [
53
TAssetConversion: 'Option<AssetId>'
54
}
55
},
56
+ // ref: https://github.com/polkadot-js/api/pull/6208
57
+ // The following patches an issue where polkadot asset hub block 9686187, can't be decoding using xcm v5
58
+ // mappings.
59
{
60
minmax: [1002000, undefined],
61
types: {
0 commit comments