Skip to content

Commit

Permalink
revert unintended package.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanpeterson1 committed Jul 25, 2024
1 parent 5e89ac8 commit 38dd848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"deployTest:galadriel": "npx hardhat run scripts/deployTest.ts --network galadriel",
"callQuickstart": "npx hardhat run scripts/callQuickstart.ts --network galadriel",
"generateStandardJson": "npx hardhat solidity-json",
"debug": "npx hardhat test scripts/debugContract.ts",
"address": "npx hardhat run scripts/getOracleAddress.ts --network galadriel"
"debug": "npx hardhat test scripts/debugContract.ts"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
Expand Down

0 comments on commit 38dd848

Please sign in to comment.