Skip to content

Commit fc11298

Browse files
authored
Fix type for TAssetConversion in Polkadot Asset hub (#5865)
1 parent a9fa603 commit fc11298

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/types-known/src/spec/statemint.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,17 @@ export const versioned: OverrideVersionedType[] = [
4747
},
4848
{
4949
// metadata V14
50-
minmax: [500, undefined],
50+
minmax: [500, 1001003],
5151
types: {
5252
Weight: 'WeightV1',
5353
TAssetConversion: 'Option<AssetId>'
5454
}
55+
},
56+
{
57+
minmax: [1002000, undefined],
58+
types: {
59+
Weight: 'WeightV1'
60+
}
5561
}
5662
// ,
5763
// {

0 commit comments

Comments
 (0)