Skip to content

Commit

Permalink
feat: new deploy script for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Dec 5, 2024
1 parent 192b128 commit baff34d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
5. To deploy to Testnet: Run `yarn deploy`. To deploy to Mainnet: Run `yarn deploy:mainnet`.
1 change: 1 addition & 0 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit baff34d

Please sign in to comment.