wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.17k stars 283 forks source link

Export specified deployments #508

Open kizenY opened 6 months ago

kizenY commented 6 months ago

The frontend doesn't aways need all contract deployment.Hope a command parameter could be support to sepecify which deployments will be pack to a file. Similar to the example below: npx hardhat export --contracts ERC20,ERC721 --export ./abis.json