@hyperlane-xyz/cli
Version:
A command-line utility for common Hyperlane operations
12 lines (10 loc) • 426 B
YAML
# Starknet JSON-RPC strategy example.
# Starknet submitters require both a private key and an account contract address.
starknetsepolia:
submitter:
chain: starknetsepolia
type: jsonRpc
# privateKey is loaded from --key.starknet or HYP_KEY_STARKNET.
# accountAddress can be provided here (preferred), via HYP_ACCOUNT_ADDRESS_STARKNET,
# or entered interactively.
accountAddress: '0x0123456789abcdef'