From 54b5a938672f32fe0c32c706c98321a053fd32a8 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Tue, 2 Apr 2019 15:00:00 +0200 Subject: [PATCH] update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ab048dd..86549e81 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Listed by chainId according to EIP-155 Data source available on `_data/chains.json` -Example Format +## Example ```json { @@ -14,6 +14,11 @@ Example Format "network": "mainnet", "chain_id": 1, "network_id": 1, - "rpc": ["https://mainnet.infura.io/", "https://api.mycryptoapi.com/eth"] + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth" + ], + "faucets": [], + "info_url": "https://ethereum.org" } ```