deploy-chain
Deploy a new blockchain to the Hyperlane cross-chain network by specifying chain name, ID, RPC URL, and token details to enable cross-chain messaging and asset transfers.
Instructions
Deploys a new chain to the Hyperlane network.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainName | Yes | Name of the chain to deploy | |
| chainId | Yes | Chain ID of the chain to deploy | |
| rpcUrl | Yes | RPC URL for the chain | |
| tokenSymbol | Yes | Native token symbol | |
| tokenName | Yes | Native token name | |
| isTestnet | No | Whether this is a testnet chain |