Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanpeterson1 committed Jul 25, 2024
1 parent f7d0ce2 commit 5e89ac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ client/data
**/.idea
**/node_modules
*.pyc
contracts/oracle/build
contracts/callback_oracle/build
contracts/agent/build
contracts/agent-old/build
contracts/agent2/build
arbitrum-contracts/node_modules

.DS_Store
oracles/metrics.json
5 changes: 3 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "arbitrum-contracts",
"name": "galadriel-contracts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
Expand All @@ -14,7 +14,8 @@
"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"
"debug": "npx hardhat test scripts/debugContract.ts",
"address": "npx hardhat run scripts/getOracleAddress.ts --network galadriel"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
Expand Down

0 comments on commit 5e89ac8

Please sign in to comment.