Open thedevbirb opened 1 week ago
We should expose two commands:
bolt validators update-gas-limit bolt validators update-operator
that update such preferences in the BoltValidators contract, by calling the BoltValidators.updateMaxCommittedGasLimit and BoltValidators.updateOperators (see #391) functions.
BoltValidators
BoltValidators.updateMaxCommittedGasLimit
BoltValidators.updateOperators
We also need:
bolt operators <protocol> deregister bolt operators <protocol> update-rpc
Deregister has been implemented in https://github.com/chainbound/bolt/pull/498
Describe the feature
We should expose two commands:
that update such preferences in the
BoltValidators
contract, by calling theBoltValidators.updateMaxCommittedGasLimit
andBoltValidators.updateOperators
(see #391) functions.We also need: