nvm use 18
npx hardhat --network testnet deploy [Contract Name] npx hardhat --network mainnet deploy [Contract Name]
npx hardhat --network testnet import [Contract Name] [Contract Address] npx hardhat --network mainnet import [Contract Name] [Contract Address]
npx hardhat --network testnet upgrade [Contract Name] npx hardhat --network mainnet upgrade [Contract Name]