Skip to content

Commit bb5c233

Browse files
author
Arjan Zijderveld
committed
Type registry update
1 parent e416243 commit bb5c233

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

scalecodec/type_registry/default.json

+9
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,15 @@
11261126
["setId", "SetId"],
11271127
["equivocation", "Equivocation"]
11281128
]
1129+
},
1130+
"ProxyType": {
1131+
"type": "enum",
1132+
"value_list": [
1133+
"Any",
1134+
"NonTransfer",
1135+
"Governance",
1136+
"Staking"
1137+
]
11291138
}
11301139
}
11311140
}

scalecodec/type_registry/polkadot.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"runtime_id": 1,
2+
"runtime_id": 5,
33
"types": {
44
"Address": "AccountIdAddress",
55
"BlockNumber": "U32",
@@ -23,6 +23,16 @@
2323
["class", "DispatchClass"],
2424
["paysFee", "Pays"]
2525
]
26+
},
27+
"ProxyType": {
28+
"type": "enum",
29+
"value_list": [
30+
"Any",
31+
"NonTransfer",
32+
"Governance",
33+
"Staking",
34+
"SudoBalances"
35+
]
2636
}
2737
},
2838
"versioning": [

0 commit comments

Comments
 (0)