@kadena/hardhat-chainweb
Version:
Hardhat plugin for Kadena's Chainweb network
9 lines • 511 B
TypeScript
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