Copy
Ask AI
export BRIDGE_ID=29 # Replace with your rollup bridge ID. You can get it from `${REST_URL}/opinit/opchild/v1/bridge_info`
export NEW_OPERATOR_ADDRESS=init14zmga05vl324ddaw7wqwdqt9pcvjeeyae3jn2k # Replace with the new operator address
export OPERATOR_KEY_NAME=operator # Replace with your operator key. Check `initiad keys list` for the list of your keys
export VIP_CONTRACT='init182yxkv4gqfvz7tjyde6dfgjdr4ldqxklgmf23aju2u3cslnss7ys6dy6w8'
export RPC_URL='https://rpc.initia.xyz'
export CHAIN_ID='interwoven-1'
initiad tx move execute-json $VIP_CONTRACT vip update_operator \
--args '["'${BRIDGE_ID}'", "'${NEW_OPERATOR_ADDRESS}'"]' \
--from $OPERATOR_KEY_NAME \
--node $RPC_URL \
--chain-id $CHAIN_ID \
--gas-prices 0.015uinit \
--gas auto