Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer authored Dec 19, 2024
1 parent caac109 commit 8543964
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 @@ -20,8 +20,8 @@
"format:check": "prettier --check 'src/**/*.*(sol|json)'",
"lint": "solhint 'src/**/*.sol'",
"lint:fix": "solhint --fix 'src/**/*.sol'",
"sepolia:deploy-strategy": "env-cmd -f sepolia.env hardhat run --network sepolia scripts/deploy-strategy.js",
"mainnet:deploy-strategy": "env-cmd -f mainnet.env hardhat run --network mainnet scripts/deploy-strategy.js"
"sepolia:deploy-strategy": "env-cmd -f sepolia.env hardhat run --network sepolia hardhat-scripts/deploy-strategy.js",
"mainnet:deploy-strategy": "env-cmd -f mainnet.env hardhat run --network mainnet hardhat-scripts/deploy-strategy.js"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}

0 comments on commit 8543964

Please sign in to comment.