Skip to content

给各大开源项目写单元测试和部署脚本,从实战过程中加深对开源项目的理解

Notifications You must be signed in to change notification settings

andOneBasketball/hardhat-practice

Repository files navigation

hardhat-practice

给各大开源项目写单元测试和部署脚本,从实战过程中加深对开源项目的理解

设置 gasLimit

const options = { gasLimit: 1000 }; const tx = await uniswapFactory.createPair(airplaneToken.target, rocketToken.target, options);

About

给各大开源项目写单元测试和部署脚本,从实战过程中加深对开源项目的理解

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published