npx hardhat node
yarn mainnet:deploy
yarn mainnet:verify
hardhat tenderly:verify --network mainnet ContractName=Address
hardhat tenderly:push --network mainnet ContractName=Address
npx hardhat run --network ropsten scripts/deploy.js
npx hardhat verify --constructor-args arguments.js CONTRACT_ADDRESS
yarn ropsten:deploy
yarn ropsten:verify
hardhat tenderly:verify --network ropsten ContractName=Address
yarn ropsten:deploy
yarn ropsten:verify
hardhat tenderly:verify --network kovan ContractName=Address