Skip to content

Commit

Permalink
Merge pull request #34 from sora-xor/fix/update_types
Browse files Browse the repository at this point in the history
Update types
  • Loading branch information
Pavel authored Dec 8, 2021
2 parents f18e167 + 8071f08 commit b6eeaca
Showing 1 changed file with 42 additions and 4 deletions.
46 changes: 42 additions & 4 deletions custom_types.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"runtime_id": 8,
"runtime_id": 9,
"versioning": [
{
"runtime_range": [
Expand Down Expand Up @@ -730,7 +730,19 @@
},
"MultiCurrencyBalance": "Balance",
"MultiCurrencyBalanceOf": "MultiCurrencyBalance",
"MultisigAccount": "Null",
"MultisigAccount": {
"type": "struct",
"type_mapping": [
[
"signatories",
"Vec<AccountId>"
],
[
"threshold",
"u8"
]
]
},
"OffchainRequest": {
"type": "enum",
"type_mapping": [
Expand Down Expand Up @@ -1592,7 +1604,33 @@
}
],
"runtime_upgrades": [
[0, 1], [489600, 3], [616533, 4], [1243341, 7], [1403659, 8],
[1744716, 9]
[
0,
1
],
[
489600,
3
],
[
616533,
4
],
[
1243341,
7
],
[
1403659,
8
],
[
1744716,
9
],
[
2829626,
19
]
]
}

0 comments on commit b6eeaca

Please sign in to comment.