diff --git a/docs/smokedrpcapi.md b/docs/smokedrpcapi.md index cf6f183..78f3b93 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 @@ -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