You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--inv-check-period uint Assert registered invariants every N blocks
9772
+
--is-devnet Enable devnet mode to fork from existing state
9725
9773
--json-rpc.address string the JSON-RPC server address to listen on
9726
9774
--json-rpc.allow-insecure-unlock Allow insecure account unlocking when account-related RPCs are exposed by http (default true)
9727
9775
--json-rpc.allow-unprotected-txs Allow for unprotected (non EIP155 signed) transactions to be submitted via the node's RPC when the global parameter is disabled
@@ -9742,6 +9790,7 @@ zetacored start [flags]
9742
9790
--min-retain-blocks uint Minimum block height offset during ABCI commit to prune CometBFT blocks
9743
9791
--minimum-gas-prices string Minimum gas prices to accept for transactions; Any fee in a tx must meet this minimum (e.g. 20000000000azeta)
9744
9792
--moniker string node name
9793
+
--new-chain-ID string New chain ID to use when running in devnet mode
9745
9794
--p2p.external-address string ip:port address to advertise to peers for them to dial
9746
9795
--p2p.laddr string node listen address. (0.0.0.0:0 means any interface, any port)
--skip-config-overwrite Skip running the config configuration overwrite handler.This is used for testing purposes only and skips using the default timeouts hardcoded and uses the config file instead
9811
+
--shutdown-grace duration On Shutdown, duration to wait for resource clean up (default 3s)
9812
+
--skip-config-overwrite Skip running the config configuration overwrite handler. This is used for testing purposes only and skips using the default timeouts hardcoded and uses the config file instead
9763
9813
--state-sync.snapshot-interval uint State sync snapshot interval
9764
9814
--state-sync.snapshot-keep-recent uint32 State sync snapshot to keep (default 2)
9765
9815
--tls.certificate-path string the cert.pem file path for the server TLS configuration
0 commit comments