From 057e2427654f78b2350b306105ddc9da45d0686d Mon Sep 17 00:00:00 2001 From: FknMayhem <40312807+fknmayhem@users.noreply.github.com> Date: Fri, 28 Feb 2020 10:13:31 +0800 Subject: [PATCH 1/2] Update smokedrpcapi.md Updated RPC URL --- docs/smokedrpcapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smokedrpcapi.md b/docs/smokedrpcapi.md index cf6f183..592eb6e 100644 --- a/docs/smokedrpcapi.md +++ b/docs/smokedrpcapi.md @@ -6,7 +6,7 @@ This page lists various API calls for the smoked binary which acts as a backbone ## Before Attempting smoked RPC Calls -In order to access smoked calls you MUST have a full node running and listening to port 8092, on a local machine (or other server you have access to) or use the official https://rpc.smoke.io node. +In order to access smoked calls you MUST have a full node running and listening to port 8092, on a local machine (or other server you have access to) or use the official https://pubrpc.smoke.io node. ### Call Format for smoked From c516e5c11caf3480786b9ed4fa2ead2a6922d73a Mon Sep 17 00:00:00 2001 From: FknMayhem <40312807+fknmayhem@users.noreply.github.com> Date: Fri, 28 Feb 2020 10:16:30 +0800 Subject: [PATCH 2/2] Update smokedrpcapi.md Updated RPC URL --- docs/smokedrpcapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smokedrpcapi.md b/docs/smokedrpcapi.md index 592eb6e..78f3b93 100644 --- a/docs/smokedrpcapi.md +++ b/docs/smokedrpcapi.md @@ -36,7 +36,7 @@ In the example above the "get_accounts" function calls to the database_api modul A simple way to pass command to the same command to the smoked client is by with curl using the following format: -``` curl --data '{"jsonrpc": "2.0", "method": "get_accounts", "params": [["smoke"]], "id": 1 }' https://rpc.smoke.io ``` +``` curl --data '{"jsonrpc": "2.0", "method": "get_accounts", "params": [["smoke"]], "id": 1 }' https://pubrpc.smoke.io ``` ## Calls That Are a Success