Configure running node information for propagating transactions to network
USAGE $ celocli config:set [-n <value>] [--derivationPath <value>] [--telemetry 1|0]FLAGS -n, --node=<value> URL of the node to run commands against or an alias --derivationPath=<value> Set the default derivation path used by account:new and when using --useLedger flag. Options: 'eth', 'celoLegacy', or a custom derivation path --telemetry=<option> Whether to enable or disable telemetry <options: 1|0>DESCRIPTION Configure running node information for propagating transactions to networkEXAMPLES set --node celo # alias for `forno` set --node forno # alias for https://forno.celo.org set --node celo-sepolia # alias for https://forno.celo-sepolia.celo-testnet.org set --node localhost # alias for `local` set --node local # alias for http://localhost:8545 set --node ws://localhost:2500 set --node <geth-location>/geth.ipc set --derivationPath "m/44'/52752'/0'/0" set --derivationPath eth set --derivationPath celoLegacy set --telemetry 0 # disable telemetry set --telemetry 1 # enable telemetryFLAG DESCRIPTIONS -n, --node=<value> URL of the node to run commands against or an alias Can be a full url like https://forno.celo.org or an alias. default: http://localhost:8545 Alias options: local, localhost => 'http://localhost:8545' testnet, celo-sepolia => Celo Sepolia Testnet, mainnet, celo, forno => Celo Mainnet chain',