UNPKG

@avalanche-sdk/interchain

Version:
11 lines 457 B
import { Abi, Address, WalletClient } from "viem"; import { ChainConfig } from "../../chains/types/chainConfig"; export type DeployTokenRemoteContractParams = { walletClient: WalletClient; sourceChain: ChainConfig | undefined; destinationChain: ChainConfig | undefined; tokenHomeContract: Address; tokenRemoteCustomByteCode?: `0x${string}`; tokenRemoteCustomABI?: Abi; }; //# sourceMappingURL=deployTokenRemoteContractParams.d.ts.map