@@ -27,7 +27,7 @@ const gettersList = {
27
27
'curation-staking-contract' : { contract : 'Curation' , name : 'staking' } ,
28
28
'curation-reserve-ratio' : { contract : 'Curation' , name : 'defaultReserveRatio' } ,
29
29
'curation-percentage' : { contract : 'Staking' , name : 'curationPercentage' } ,
30
- 'curation-minimum-stake ' : { contract : 'Curation' , name : 'minimumCurationStake ' } ,
30
+ 'curation-minimum-deposit ' : { contract : 'Curation' , name : 'minimumCurationDeposit ' } ,
31
31
'curation-withdrawal-percentage' : { contract : 'Curation' , name : 'withdrawalFeePercentage' } ,
32
32
'disputes-governor' : { contract : 'DisputeManager' , name : 'governor' } ,
33
33
'disputes-arbitrator' : { contract : 'DisputeManager' , name : 'arbitrator' } ,
@@ -55,7 +55,7 @@ const settersList = {
55
55
'curation-staking-contract' : { contract : 'Curation' , name : 'setStaking' } ,
56
56
'curation-reserve-ratio' : { contract : 'Curation' , name : 'setDefaultReserveRatio' } ,
57
57
'curation-percentage' : { contract : 'Staking' , name : 'setCurationPercentage' } ,
58
- 'curation-minimum-stake ' : { contract : 'Curation' , name : 'setMinimumCurationStake ' } ,
58
+ 'curation-minimum-deposit ' : { contract : 'Curation' , name : 'setMinimumCurationDeposit ' } ,
59
59
'curation-withdrawal-percentage' : { contract : 'Curation' , name : 'setWithdrawalFeePercentage' } ,
60
60
'disputes-governor' : { contract : 'DisputeManager' , name : 'setGovernor' } ,
61
61
'disputes-arbitrator' : { contract : 'DisputeManager' , name : 'setArbitrator' } ,
0 commit comments