UNPKG

@kadena/hardhat-chainweb

Version:
9 lines 511 B
import { DeployOnChainsUsingCreate2 } from '../utils'; import { Signer } from 'ethers'; import { HardhatEthersSigner } from '@nomicfoundation/hardhat-ethers/signers'; export declare function predictCreate2Address(contractBytecode: string, signer: Signer | HardhatEthersSigner, userSalt: string): Promise<string>; /** * Deploy a contract on all chains in the network using create2. */ export declare const deployOnChainsUsingCreate2: DeployOnChainsUsingCreate2; //# sourceMappingURL=deployUsingCreate2.d.ts.map