Type alias MultichainAddressMapping

MultichainAddressMapping: {
    deployments: AddressMapping[];
    on: ((chainId) => Address);
}

Cross-chain token address mapping with helper functions

Type declaration

  • deployments: AddressMapping[]
  • on: ((chainId) => Address)
      • (chainId): Address
      • Parameters

        • chainId: number

        Returns Address