Skip to content

Commit eda0c8e

Browse files
Merge pull request #51 from alex-semenyuk/fix_rpc_nodes
Fix RPC nodes
2 parents 0577cb5 + c883211 commit eda0c8e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ For a full list of configuration options see [config.md](./config.md)
3333
```yaml
3434
connector:
3535
blockchain:
36-
rpc: https://rpc.ghost.tzstats.com
36+
# other public RPCs can be found: https://docs.tezos.com/architecture/rpc#public-and-private-rpc-nodes
37+
rpc: https://ghostnet.ecadinfra.com
3738
network: ghostnet
3839
signatory: http://localhost:6732
3940
```

tezosconnect_config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ log:
22
level: debug
33
connector:
44
blockchain:
5-
# other public rpcs:
6-
# https://rpc.ghost.tzstats.com
7-
# https://ghostnet.tezos.marigold.dev
5+
# other public RPCs can be found: https://docs.tezos.com/architecture/rpc#public-and-private-rpc-nodes
86
rpc: https://ghostnet.ecadinfra.com
97
network: ghostnet
108
signatory: http://127.0.0.1:6732
@@ -19,4 +17,4 @@ confirmations:
1917
required: 0
2018
transactions:
2119
handler:
22-
name: simple
20+
name: simple

0 commit comments

Comments
 (0)