Skip to content

Commit ebd4664

Browse files
author
Arjan Zijderveld
committed
Type registry update Polkadot
1 parent 1b26a54 commit ebd4664

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

scalecodec/type_registry/polkadot.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"runtime_id": 18,
2+
"runtime_id": 24,
33
"types": {
44
"Address": "AccountIdAddress",
55
"BlockNumber": "U32",
@@ -81,6 +81,18 @@
8181
"types": {
8282
"CompactAssignments": "CompactAssignmentsFrom258"
8383
}
84+
},
85+
{
86+
"runtime_range": [0, 24],
87+
"types": {
88+
"RefCount": "u8"
89+
}
90+
},
91+
{
92+
"runtime_range": [25, null],
93+
"types": {
94+
"RefCount": "u32"
95+
}
8496
}
8597
]
8698
}

0 commit comments

Comments
 (0)