@@ -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