From 646e6aae6aa66e02ef9f3c7da99d658bdef6a873 Mon Sep 17 00:00:00 2001 From: shanejonas Date: Tue, 5 May 2020 20:48:11 -0700 Subject: [PATCH] fix: update readme url to mock server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4799826..f03d6f8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can configure the default request and url via url params: here is a full example: -https://inspector.open-rpc.org/?url=http://localhost:8002/multi-geth/mainnet/1.9.0&request[jsonrpc]=2.0&request[method]=eth_chainId&request[params][0]=foo +https://inspector.open-rpc.org/?url=https://mock.open-rpc.org/petstore-1.0.0&?request[jsonrpc]=2.0&request[method]=list_pets&request[id]=0 ### Contributing