diff --git a/README.md b/README.md index 59377a7e..b9a23910 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ POKT QUERY for simulate-relay mode: Pockt-Testnet: curl -X POST --data '{"relay_network_id":"0002","payload":{"data":"{}","method":"POST","path":"v1/query/height","headers":{}}}' http://localhost:8082/v1/client/sim Pocket-Mainnet: -curl -X POST --data '{"relay_network_id":"0002","payload":{"data":"{}","method":"POST","path":"v1/query/height","headers":{}}}' http://localhost:8081/v1/client/sim +curl -X POST --data '{"relay_network_id":"0001","payload":{"data":"{}","method":"POST","path":"v1/query/height","headers":{}}}' http://localhost:8081/v1/client/sim ``` GETH QUERY (from whitelisted servers e.g pokt-test) for simulate-relay mode: @@ -104,4 +104,9 @@ AVALANCHE: ### Notes #### Monitoring Telegram get group ids the bot is in: -```curl -X POST https://api.telegram.org/bot$TELEGRAM_API_TOKEN/getUpdates``` \ No newline at end of file +```curl -X POST https://api.telegram.org/bot$TELEGRAM_API_TOKEN/getUpdates``` + +### neue NODE +Wallet +rpc-timeout +whitelist \ No newline at end of file diff --git a/util/relay.sh b/util/relay.sh index 4813b530..6ac2160f 100644 --- a/util/relay.sh +++ b/util/relay.sh @@ -14,4 +14,8 @@ done POKT="0001" curl -X POST --data '{"relay_network_id":"'$POKT'","payload":{"data":"{}","method":"POST","path":"v1/query/height","headers":{}}}' http://localhost:8081/v1/client/sim -echo \n \ No newline at end of file +echo \n + +HARMONY="0040" +curl -X POST --data '{"relay_network_id":"'$HARMONY'","payload":{"data":"{"jsonrpc": "2.0", "method": "hmy_latestHeader", "params": [], "id": 1}","method":"POST","path":"v1/query/height","headers":{}}}' http://localhost:8081/v1/client/sim +echo \n