@kadena/hardhat-chainweb
Version:
Hardhat plugin for Kadena's Chainweb network
10 lines (9 loc) • 367 B
text/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';