Skip to content

Commit b182bb2

Browse files
committed
cli: fix CLI to use deposit
1 parent f21b86a commit b182bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cli/commands/protocol.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const gettersList = {
2727
'curation-staking-contract': { contract: 'Curation', name: 'staking' },
2828
'curation-reserve-ratio': { contract: 'Curation', name: 'defaultReserveRatio' },
2929
'curation-percentage': { contract: 'Staking', name: 'curationPercentage' },
30-
'curation-minimum-stake': { contract: 'Curation', name: 'minimumCurationStake' },
30+
'curation-minimum-deposit': { contract: 'Curation', name: 'minimumCurationDeposit' },
3131
'curation-withdrawal-percentage': { contract: 'Curation', name: 'withdrawalFeePercentage' },
3232
'disputes-governor': { contract: 'DisputeManager', name: 'governor' },
3333
'disputes-arbitrator': { contract: 'DisputeManager', name: 'arbitrator' },
@@ -55,7 +55,7 @@ const settersList = {
5555
'curation-staking-contract': { contract: 'Curation', name: 'setStaking' },
5656
'curation-reserve-ratio': { contract: 'Curation', name: 'setDefaultReserveRatio' },
5757
'curation-percentage': { contract: 'Staking', name: 'setCurationPercentage' },
58-
'curation-minimum-stake': { contract: 'Curation', name: 'setMinimumCurationStake' },
58+
'curation-minimum-deposit': { contract: 'Curation', name: 'setMinimumCurationDeposit' },
5959
'curation-withdrawal-percentage': { contract: 'Curation', name: 'setWithdrawalFeePercentage' },
6060
'disputes-governor': { contract: 'DisputeManager', name: 'setGovernor' },
6161
'disputes-arbitrator': { contract: 'DisputeManager', name: 'setArbitrator' },

0 commit comments

Comments
 (0)