Merge pull request #23 from ethereum-lists/add_rpc_issue_template

Add new RPC field to issue template
This commit is contained in:
Pedro Gomes 2019-02-10 14:03:24 -05:00 committed by GitHub
commit c1255d4029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ assignees: ''
"chain": "ETH", "chain": "ETH",
"network": "mainnet", "network": "mainnet",
"chain_id": 1, "chain_id": 1,
"network_id": 1 "network_id": 1,
"rpc": ["https://mainnet.infura.io"]
} }
``` ```