Skip to content

Commit

Permalink
update overrides (#10090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Dec 12, 2023
1 parent ccc612f commit a171bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-params/src/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export const balanceCalls = [
'auctions.bid',
'balances.forceTransfer', 'balances.forceUnreserve', 'balances.setBalance', 'balances.transfer', 'balances.transferAllowDeath', 'balances.transferKeepAlive',
'bounties.proposeBounty', 'bounties.proposeCurator',
'childBounties.proposeCurator',
'childBounties.addChildBounty', 'childBounties.proposeCurator',
'claims.mintClaim',
'convictionVoting.delegate', 'convictionVoting.vote',
'crowdloan.contribute', 'crowdloan.create', 'crowdloan.edit',
'democracy.delegate', 'democracy.propose', 'democracy.vote',
'identity.requestJudgement', 'identity.setFee',
'nominationPools.bondExtra', 'nominationPools.join', 'nominationPools.unbond',
'nominationPools.bondExtra', 'nominationPools.create', 'nominationPools.createWithPoolId', 'nominationPools.join', 'nominationPools.unbond',
'phragmenElection.vote',
'society.bid', 'society.vouch',
'staking.bond', 'staking.bondExtra', 'staking.rebond', 'staking.unbond',
Expand Down

0 comments on commit a171bf1

Please sign in to comment.