Skip to content

Commit

Permalink
Merge pull request #171 from BitGo/COIN-1593-deploy-contracts-v1-arb
Browse files Browse the repository at this point in the history
feat(deploy): v1 contracts on arb sepolia
  • Loading branch information
mullapudipruthvik authored Aug 28, 2024
2 parents 5bcd1a7 + c33d0f0 commit 23055a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "test"
},
"scripts": {
"deploy-prod": "hardhat run scripts/deploy.ts --network",
"deploy-test": "hardhat run scripts/deploy.ts --network",
"deploy-prod": "hardhat run scripts/deployV1FactoryContracts.ts --network",
"deploy-test": "hardhat run scripts/deployV1FactoryContracts.ts --network",
"test": "hardhat test",
"coverage": "hardhat coverage",
"solhint": "./node_modules/.bin/solhint --fix 'contracts/**/*.sol'",
Expand Down

0 comments on commit 23055a4

Please sign in to comment.