File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ For a full list of configuration options see [config.md](./config.md)
33
33
``` yaml
34
34
connector :
35
35
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
37
38
network : ghostnet
38
39
signatory : http://localhost:6732
39
40
` ` `
Original file line number Diff line number Diff line change 2
2
level : debug
3
3
connector :
4
4
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
8
6
rpc : https://ghostnet.ecadinfra.com
9
7
network : ghostnet
10
8
signatory : http://127.0.0.1:6732
@@ -19,4 +17,4 @@ confirmations:
19
17
required : 0
20
18
transactions :
21
19
handler :
22
- name : simple
20
+ name : simple
You can’t perform that action at this time.
0 commit comments