infura network typo fix

pull/95/head
freewind 7 years ago
parent 1cb92eb33c
commit e7135f5d27
  1. 2
      README.md

@ -101,7 +101,7 @@ When analyzing contracts on the blockchain, Mythril will by default query a loca
| None   | Connect to local Ethereum node |
| `-i`     | Connect to INFURA Mainnet via HTTPS |
| `--rpc ganache` | Connect to local Ganache |
| `--rpc infura-[netname]` | Connect to infura-mainnet, rinkey, kovan or ropsten |
| `--rpc infura-[netname]` | Connect to infura-mainnet, rinkeby, kovan or ropsten |
| `--rpc HOST:PORT` | Custom RPC connection Custom |
| `--rpctls <True/False>` | RPC connection over TLS (default: False) |
| `--ipc` | Connect to local Ethereum node via IPC |

Loading…
Cancel
Save