added relaychains for mainnet
This commit is contained in:
14
README.md
14
README.md
@@ -45,11 +45,19 @@ How to stake: https://docs.pokt.network/home/paths/node-runner#stake-the-validat
|
|||||||
|
|
||||||
POKT QUERY:
|
POKT QUERY:
|
||||||
```
|
```
|
||||||
curl -X POST --data '{"relay_network_id":"0002","payload":{"data":"{}","method":"POST","path":"v1/query/height","headers":{}}}' http://pocket-testnet:8081/v1/client/sim
|
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
|
||||||
```
|
```
|
||||||
GETH QUERY:
|
GETH QUERY (von gewhitelisteten servern e.g pokt-test):
|
||||||
```
|
```
|
||||||
curl -X POST --data '{"relay_network_id":"0020","payload":{"data":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBalance\",\"params\":[\"0x1a8c807a6E4F624fCab01FEBf76a541d31B8345A\", \"latest\"],\"id\":1}","method":"POST","path":"","headers":{}}}' http://pocket-testnet:8081/v1/client/sim
|
Pocket-Testnet:
|
||||||
|
curl -X POST --data '{"relay_network_id":"0020","payload":{"data":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBalance\",\"params\":[\"0x1a8c807a6E4F624fCab01FEBf76a541d31B8345A\", \"latest\"],\"id\":1}","method":"POST","path":"","headers":{}}}' http://127.0.0.1:8082/v1/client/sim
|
||||||
|
curl -v -X POST --data '{"relay_network_id":"0020","payload":{"data":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_syncing\",\"params\":[],\"id\":1}","method":"POST","path":"","headers":{}}}' http://127.0.0.1:8082/v1/client/sim
|
||||||
|
Pocket-Mainnet:
|
||||||
|
curl -X POST --data '{"relay_network_id":"0020","payload":{"data":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBalance\",\"params\":[\"0x1a8c807a6E4F624fCab01FEBf76a541d31B8345A\", \"latest\"],\"id\":1}","method":"POST","path":"","headers":{}}}' http://127.0.0.1:8081/v1/client/sim
|
||||||
|
curl -v -X POST --data '{"relay_network_id":"0020","payload":{"data":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_syncing\",\"params\":[],\"id\":1}","method":"POST","path":"","headers":{}}}' http://127.0.0.1:8081/v1/client/sim
|
||||||
```
|
```
|
||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
|
|||||||
@@ -1,22 +1,22 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "0001",
|
"id": "0001",
|
||||||
"url": "http://pocket-mainnet:8081"
|
"url": "https://bsc-1.stakesquid-db.ml/pokt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0026",
|
"id": "0026",
|
||||||
"url": "http://geth-goerli:8545"
|
"url": "https://bsc-1.stakesquid-db.ml/goerli"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0025",
|
"id": "0025",
|
||||||
"url": "http://geth-rinkeby:8545"
|
"url": "https://bsc-1.stakesquid-db.ml/rinkeby"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0023",
|
"id": "0023",
|
||||||
"url": "http://geth-ropsten:8545"
|
"url": "https://bsc-1.stakesquid-db.ml/ropsten"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0021",
|
"id": "0021",
|
||||||
"url": "http://geth-mainnet:8545"
|
"url": "https://bsc-1.stakesquid-db.ml/geth"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user