Skip to content

Commit

Permalink
kulupu: add CampaignIdentifier type for runtime 17 (#4782)
Browse files Browse the repository at this point in the history
* kulupu: add CampaignIdentifier type for runtime 17

* Fix lint
  • Loading branch information
sorpaas committed Mar 7, 2021
1 parent 3fbd049 commit 409e725
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/apps-config/src/api/spec/kulupu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ const definitions: OverrideBundleDefinition = {
Address: 'MultiAddress',
LookupSource: 'MultiAddress'
}
},
{
// enable pallet-lockdrop in runtime 17
minmax: [17, undefined],
types: {
CampaignIdentifier: '[u8; 4]'
}
}
]
};
Expand Down

0 comments on commit 409e725

Please sign in to comment.