UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

9 lines (8 loc) 242 B
import "dotenv/config"; import "@nomiclabs/hardhat-etherscan"; import "@nomiclabs/hardhat-web3"; import "@typechain/hardhat"; import "hardhat-deploy"; import "hardhat-deploy-ethers"; import "hardhat-gas-reporter"; import "solidity-coverage";