1
0
mirror of https://github.com/Instadapp/chains.git synced 2024-07-29 22:37:19 +00:00

update README

This commit is contained in:
Pedro Gomes 2019-02-11 10:22:12 -07:00
parent 7a2a6f05a8
commit edf8bbcc09

View File

@ -14,6 +14,6 @@ Example Format
"network": "mainnet",
"chain_id": 1,
"network_id": 1,
"rpc": ["https://mainnet.infura.io/"]
"rpc": ["https://mainnet.infura.io/", "https://api.mycryptoapi.com/eth"]
}
```