UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

22 lines (21 loc) 758 B
# A config for a Warp Route deployment # Typically used with the 'hyperlane deploy warp' command # # Token Types: # native # collateral # synthetic # # see comprehensive [list](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/sdk/src/token/config.ts#L8) --- anvil1: type: native # token: "0x123" # Collateral/vault address. Required for collateral types # owner: "0x123" # Optional owner address for synthetic token # mailbox: "0x123" # mailbox address route # interchainGasPaymaster: "0x123" # Optional interchainGasPaymaster address # isNft: true # If the token is an NFT (ERC721), set to true # You can optionally set the token metadata # name: "MyCollateralToken" # symbol: "MCT" # totalSupply: 10000000