diff --git a/README.md b/README.md index 0e7bf50..ffc5a31 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/tezosconnect_config.yml b/tezosconnect_config.yml index c0d819f..0fee368 100644 --- a/tezosconnect_config.yml +++ b/tezosconnect_config.yml @@ -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 @@ -19,4 +17,4 @@ confirmations: required: 0 transactions: handler: - name: simple \ No newline at end of file + name: simple