npx hardhat compile
npx hardhat deployContract --network testnet ERC20Token token
npx hardhat verify --network testnet --constructor-args ./scripts/token.js <CONTRACT_ADDRESS>
npx hardhat deployContract --network testnet Staking staking
npx hardhat verify --network testnet <CONTRACT_ADDRESS>