Contracts to mine uniswap V3 NFT token
Each script runs some specific tasks. Run a script with the following command line.
Find more at Guide for Hardhat Scripts.
$ HARDHAT_NETWORK='CUSTOM_NETWORK' node scripts/THE_SCRIPTS.js argv[0] argv[1] ...
If no argvs are passed, run the follows alternatively.
$ npx hardhat run scripts/THE_SCRIPTS.js --network CUSTOM_NETWORK