Skip to content

Commit d04933a

Browse files
author
Arjan Zijderveld
committed
Type registry update Kulupu
1 parent 28cd9e2 commit d04933a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

scalecodec/type_registry/kulupu.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,19 @@
1212
]
1313
},
1414
"RefCount": "u8"
15-
}
15+
},
16+
"versioning": [
17+
{
18+
"runtime_range": [0, 9],
19+
"types": {
20+
"RefCount": "u8"
21+
}
22+
},
23+
{
24+
"runtime_range": [10, null],
25+
"types": {
26+
"RefCount": "u32"
27+
}
28+
}
29+
]
1630
}

0 commit comments

Comments
 (0)