Commit d0d2734f authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

set swap-endpoint to slock.it goerli for deb, rpm and brew package (#1230)

parent 6a8e4352
......@@ -125,7 +125,7 @@ brews:
Logs: #{var}/log/swarm-bee/bee.log
Config: #{etc}/swarm-bee/bee.yaml
Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
Bee has SWAP enabled and by default is using slock.it goerli ethereum endpoint.
It is recommended to use external signer with bee.
Check documentation for more info:
- SWAP https://docs.ethswarm.org/docs/installation/manual#swap-bandwidth-incentives
......
......@@ -51,7 +51,7 @@ password-file: /var/lib/bee/password
## enable swap (default true)
# swap-enable: true
## swap ethereum blockchain endpoint (default "http://localhost:8545")
# swap-endpoint: http://localhost:8545
swap-endpoint: https://rpc.slock.it/goerli
## swap factory address
# swap-factory-address: ""
## initial deposit if deploying a new chequebook (default 100000000)
......
......@@ -51,7 +51,7 @@ password-file: /usr/local/var/lib/swarm-bee/password
## enable swap (default true)
# swap-enable: true
## swap ethereum blockchain endpoint (default "http://localhost:8545")
# swap-endpoint: http://localhost:8545
swap-endpoint: https://rpc.slock.it/goerli
## swap factory address
# swap-factory-address: ""
## initial deposit if deploying a new chequebook (default 100000000)
......
......@@ -10,7 +10,7 @@ if [ $1 -eq 1 ] ; then
Logs: journalctl -f -u bee.service
Config: /etc/bee/bee.yaml
Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
Bee has SWAP enabled and by default is using slock.it goerli ethereum endpoint.
It is recommended to use external signer with bee.
Check documentation for more info:
- SWAP https://docs.ethswarm.org/docs/installation/manual#swap-bandwidth-incentives
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment