Skip to content

Commit

Permalink
goerli -> sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Feb 25, 2024
1 parent 103e434 commit 86bd1fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
| :---- | :---------- |
| test | run `hardhat` tests |
| compile | run `hardhat` compiler; also runs `typechain` compiler |
| deploy:connectFour:goerli | deploys battleship factory and impl contracts to goerli network |
| verify:goerli | verify deployed contracts on goerli network |
| deploy:connectFour:sepolia | deploys battleship factory and impl contracts to goerli network |
| verify:sepolia | verify deployed contracts on goerli network |

## Local Development

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"scripts": {
"test": "REPORT_GAS=true hardhat test",
"compile": "npm run clean && hardhat compile",
"deploy:connectFour:goerli": "pnpm run package:prep && hardhat deploy --network goerli --tags ConnectFour_Single --export ./minified/deployments.json",
"deploy:connectFourS:goerli": "pnpm run package:prep && hardhat deploy --network goerli --tags ConnectFour_Seasons --export ./minified/deployments.json",
"verify:goerli": "hardhat etherscan-verify --network goerli --solc-input",
"deploy:connectFour:sepolia": "pnpm run package:prep && hardhat deploy --network sepolia --tags ConnectFour_Single --export ./minified/deployments.json",
"verify:sepolia": "hardhat etherscan-verify --network sepolia --solc-input",
"clean": "hardhat clean && rimraf dist && rimraf typechain",
"package:prep": "pnpm run compile && tsc",
"publish-packages": "pnpm run package:prep && pnpm publish --no-git-checks"
Expand Down

0 comments on commit 86bd1fc

Please sign in to comment.