Set chain parameters in genesis.json
Set chain parameters in genesis.json. The provided platform must be one of those axelar supports (currently only EVM).
axelard set-genesis-chain-params evm [chain] [flags]
--confirmation-height uint Confirmation height to set for the given chain.
--evm-chain-id string Integer representing the chain ID (EVM only).
--evm-network-name string Network name (EVM only).
-h, --help help for set-genesis-chain-params
--home string node's home directory (default "$HOME/.axelar")
--network string Name of the network to set for the given chain.
--revote-locking-period int Revote locking period to set for the given chain.
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors
- axelard - Axelar App