Upgradeable Contract Example npm install 1. migration npx hardhat run scripts/migration.ts 2. delegatecall npx hardhat run scripts/delegatecall.ts 2. ERC1967 npx hardhat run scripts/ERC1967.ts 3. TransparentProxy npx hardhat run scripts/transparent.ts 4. UUPS npx hardhat run scripts/UUPS.ts