Skip to content

Commit afc9976

Browse files
author
Arjan Zijderveld
committed
Type registry update Westend
JAMdotTech/py-polkadot-sdk#43
1 parent cdb175d commit afc9976

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

scalecodec/type_registry/westend.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"runtime_id": 23,
2+
"runtime_id": 45,
33
"types": {
44
"Address": "AccountIdAddress",
55
"BlockNumber": "U32",
@@ -25,7 +25,7 @@
2525
"IdentityJudgement"
2626
]
2727
},
28-
"RefCount": "u8"
28+
"RefCount": "u32"
2929
},
3030
"versioning": [
3131
{
@@ -59,6 +59,18 @@
5959
]
6060
}
6161
}
62+
},
63+
{
64+
"runtime_range": [3, 44],
65+
"types": {
66+
"RefCount": "u8"
67+
}
68+
},
69+
{
70+
"runtime_range": [45, null],
71+
"types": {
72+
"RefCount": "u32"
73+
}
6274
}
6375
]
6476
}

0 commit comments

Comments
 (0)