Skip to content

Commit be2d9c8

Browse files
committed
Added missing Weight types to core
1 parent 76a7f55 commit be2d9c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scalecodec/type_registry/core.json

+2
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,8 @@
16081608
},
16091609
"ink_env::types::AccountId": "GenericAccountId",
16101610
"ink_primitives::types::AccountId": "GenericAccountId",
1611+
"WeightV1": "u64",
1612+
"WeightV2": "sp_weights::weight_v2::Weight",
16111613
"ContractExecResultTo267": {
16121614
"type": "struct",
16131615
"base_class": "GenericContractExecResultV2",

0 commit comments

Comments
 (0)