Skip to content

Commit

Permalink
fix: ⚡ integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Mar 29, 2024
1 parent f2cea6d commit dac1968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/network-tests/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const proposalTypeToProposalParamsKey = {
'UpdateGlobalNftLimit': 'updateGlobalNftLimitProposalParameters',
'UpdateChannelPayouts': 'updateChannelPayoutsProposalParameters',
'SetPalletFozenStatus': 'setPalletFozenStatusProposalParameters',
'UpdateTokenPalletTokenConstraints': 'updateTokenPalletTokenConstraints',
} as const

type ProposalTypeToProposalParamsKeyMap = { [K in ProposalType]: keyof AugmentedConsts<'promise'>['proposalsCodex'] }
Expand Down

0 comments on commit dac1968

Please sign in to comment.