Skip to content

Commit

Permalink
Merge pull request #51 from alex-semenyuk/fix_rpc_nodes
Browse files Browse the repository at this point in the history
Fix RPC nodes
  • Loading branch information
denisandreenko authored Jul 25, 2024
2 parents 0577cb5 + c883211 commit eda0c8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ For a full list of configuration options see [config.md](./config.md)
```yaml
connector:
blockchain:
rpc: https://rpc.ghost.tzstats.com
# other public RPCs can be found: https://docs.tezos.com/architecture/rpc#public-and-private-rpc-nodes
rpc: https://ghostnet.ecadinfra.com
network: ghostnet
signatory: http://localhost:6732
```
Expand Down
6 changes: 2 additions & 4 deletions tezosconnect_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ log:
level: debug
connector:
blockchain:
# other public rpcs:
# https://rpc.ghost.tzstats.com
# https://ghostnet.tezos.marigold.dev
# other public RPCs can be found: https://docs.tezos.com/architecture/rpc#public-and-private-rpc-nodes
rpc: https://ghostnet.ecadinfra.com
network: ghostnet
signatory: http://127.0.0.1:6732
Expand All @@ -19,4 +17,4 @@ confirmations:
required: 0
transactions:
handler:
name: simple
name: simple

0 comments on commit eda0c8e

Please sign in to comment.