UNPKG

@nomiclabs/hardhat-web3-legacy

Version:
10 lines (8 loc) 173 B
import "hardhat/types/runtime"; declare module "hardhat/types/runtime" { export interface HardhatRuntimeEnvironment { Web3: any; web3: any; pweb3: any; } }