We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb175d commit afc9976Copy full SHA for afc9976
scalecodec/type_registry/westend.json
@@ -1,5 +1,5 @@
1
{
2
- "runtime_id": 23,
+ "runtime_id": 45,
3
"types": {
4
"Address": "AccountIdAddress",
5
"BlockNumber": "U32",
@@ -25,7 +25,7 @@
25
"IdentityJudgement"
26
]
27
},
28
- "RefCount": "u8"
+ "RefCount": "u32"
29
30
"versioning": [
31
@@ -59,6 +59,18 @@
59
60
}
61
62
+ },
63
+ {
64
+ "runtime_range": [3, 44],
65
+ "types": {
66
+ "RefCount": "u8"
67
+ }
68
69
70
+ "runtime_range": [45, null],
71
72
73
74
75
76
0 commit comments