To deploy the contract to a network, first set the constructor arguments in the scripts/args.js and then run the following bash commands:
$ npm i
$ cp .env.example .envSet the parameters in the .env file and then run the following command:
$ npm run deployYou can use the following command to get wallet nounce and balance on all of the networks:
$ npx hardhat account --address {wallet address}