Introduction
Operator Guide
- Symbiotic
- Getting Started
- Operator registration on Symbiotic
- DittoNetwork middleware contract methods
- Register operator on DittoNetwork
- Unregister operator on DittoNetwork
- Troubleshooting
DittoNetwork middleware contract methods
Update operator key
The operator can update his key.
Running script:
forge script script/Operator/Middleware/OperatorMiddlewareScript.s.sol:OperatorMiddlewareScript \
--rpc-url <RPC_URL> \
--private-key <PRIVATE_KEY> \
--sig "updateOperatorKey(address,address,bytes)" \
<MIDDLEWARE_ADDRESS> \
<OPERATOR_ADDRESS> \
<OPERATOR_KEY> \
--broadcast \
--with-gas-price <GAS_PRICE>
- “RPC_URL” - rpc url
- “PRIVATE_KEY” - operator private key
- “MIDDLEWARE_ADDRESS” - address middleware DittoNetwork
- “OPERATOR_ADDRESS” - address operator
- “OPERATOR_KEY” - key on other network
- “GAS_PRICE” - gas at the moment, in the current network in the wei