# A config for a Warp Route deployment
# Typically used with the 'hyperlane warp deploy' 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)
---
hyp1:
  type: collateral
  # token: "0x123" # Collateral/vault address. Required for collateral types
  owner: 'hyp1jq304cthpx0lwhpqzrdjrcza559ukyy3sc4dw5' # 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
