diff --git a/contracts/README.md b/contracts/README.md index 7e73da85..e7ab88f4 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -3,4 +3,4 @@ 2. Run `yarn install` 3. Replace `YOUR_IMMUTABLE_RUNNER_SKIN_CONTRACT_ADDRESS` in `scripts/deploy.ts` with your Immutable Runner Skin contract address 4. Run `yarn compile` -5. Run `yarn deploy` \ No newline at end of file +5. To deploy to Testnet: Run `yarn deploy`. To deploy to Mainnet: Run `yarn deploy:mainnet`. \ No newline at end of file diff --git a/contracts/package.json b/contracts/package.json index 7a681cc7..31dabec0 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -8,6 +8,7 @@ "test": "npx hardhat test", "compile": "npx hardhat compile", "deploy": "npx hardhat run --network immutableZkevmTestnet scripts/deploy.ts", + "deploy:mainnet": "npx hardhat run --network immutableZkevm scripts/deploy.ts", "lint": "eslint ." }, "author": "Immutable",