added harmony
This commit is contained in:
@@ -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```
|
||||
```curl -X POST https://api.telegram.org/bot$TELEGRAM_API_TOKEN/getUpdates```
|
||||
|
||||
### neue NODE
|
||||
Wallet
|
||||
rpc-timeout
|
||||
whitelist
|
||||
@@ -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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user