@kadena/hardhat-chainweb
Version:
Hardhat plugin for Kadena's Chainweb network
10 lines • 402 B
TypeScript
import '@nomicfoundation/hardhat-ethers';
import '@nomicfoundation/hardhat-toolbox';
import 'hardhat-switch-network';
import './type';
import './plugin';
export { Origin } from './utils/chainweb';
export { DeployContractProperties, DeployedContractsOnChains } from './utils';
export { getNetworkStem } from './pure-utils';
export { ChainwebPluginApi } from './type';
//# sourceMappingURL=index.d.ts.map