File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ export const gettersList = {
13
13
'staking-thawing-period' : { contract : 'Staking' , name : 'thawingPeriod' } ,
14
14
'staking-max-allocation-epochs' : { contract : 'Staking' , name : 'maxAllocationEpochs' } ,
15
15
'staking-delegation-ratio' : { contract : 'Staking' , name : 'delegationRatio' } ,
16
- 'staking-delegation-parameters-cooldown' : {
17
- contract : 'Staking' ,
18
- name : 'delegationParametersCooldown' ,
19
- } ,
20
16
'staking-delegation-unbonding-period' : { contract : 'Staking' , name : 'delegationUnbondingPeriod' } ,
21
17
'protocol-percentage' : { contract : 'Staking' , name : 'protocolPercentage' } ,
22
18
// Curation
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ export const settersList = {
14
14
'staking-max-allocation-epochs' : { contract : 'Staking' , name : 'setMaxAllocationEpochs' } ,
15
15
'staking-protocol-percentage' : { contract : 'Staking' , name : 'setProtocolPercentage' } ,
16
16
'staking-delegation-parameters' : { contract : 'Staking' , name : 'setDelegationParameters' } ,
17
- 'staking-delegation-parameters-cooldown' : {
18
- contract : 'Staking' ,
19
- name : 'setDelegationParametersCooldown' ,
20
- } ,
21
17
'staking-delegation-unbonding-period' : {
22
18
contract : 'Staking' ,
23
19
name : 'setDelegationUnbondingPeriod' ,
You can’t perform that action at this time.
0 commit comments