Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 374 Bytes

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]