Skip to content

Commit

Permalink
fix: update balanceCalls to use spendLocal instead of spend (#11265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap211unitech authored Feb 5, 2025
1 parent b83c854 commit edf592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-params/src/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const balanceCalls = [
'society.bid', 'society.vouch',
'staking.bond', 'staking.bondExtra', 'staking.rebond', 'staking.unbond',
'tips.tip', 'tips.tipNew',
'treasury.proposeSpend', 'treasury.spend',
'treasury.proposeSpend', 'treasury.spendLocal',
'vesting.forceVestedTransfer', 'vesting.vestedTransfer'
];

Expand Down

0 comments on commit edf592c

Please sign in to comment.