We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e5b80 commit c24b187Copy full SHA for c24b187
1 file changed
README.md
@@ -16,7 +16,7 @@ git clone https://github.com/GemsGame/polybot
16
cd polybot
17
npm install
18
rename .env.file to .env and add PRIVATE_KEY
19
-npx hardhat run --network polygon
+npx hardhat run --network polygon scripts/deploy.ts
20
add contract address to .env
21
npm run trade
22
```
0 commit comments