We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d36fe commit 34d77c1Copy full SHA for 34d77c1
README.md
@@ -82,8 +82,8 @@ Check the available make targets to simulate and deploy the smart contracts:
82
- [ ] Is running in a safe location and using a trusted network
83
- [ ] It exposes no services or ports
84
- MacOS: `sudo lsof -iTCP -sTCP:LISTEN -nP`
85
- - Linux: `sudo ss -tlpn`
86
- - Windows: `netstat -ano -p tcp`
+ - Linux: `netstat -tulpn`
+ - Windows: `netstat -nao -p tcp`
87
- [ ] The wifi or wired network in use does not expose any ports to a WAN
88
- [ ] I have run `make predeploy` and the simulation completes with no errors
89
- [ ] The deployment wallet has sufficient native token for gas
0 commit comments