Commit 0633417b authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

fix: change default bootnode inside config to testnet (#2437)

parent 05eb3092
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# api-addr: :1633 # api-addr: :1633
## chain block time (default 15) ## chain block time (default 15)
# block-time: 15 # block-time: 15
## initial nodes to connect to (default [/dnsaddr/bootnode.ethswarm.org]) ## initial nodes to connect to (default [/dnsaddr/testnet.ethswarm.org])
# bootnode: [/dnsaddr/bootnode.ethswarm.org] # bootnode: [/dnsaddr/testnet.ethswarm.org]
## cause the node to always accept incoming connections ## cause the node to always accept incoming connections
# bootnode-mode: false # bootnode-mode: false
## enable clef signer ## enable clef signer
......
...@@ -11,8 +11,8 @@ CLEF_CHAINID=5 ...@@ -11,8 +11,8 @@ CLEF_CHAINID=5
# BEE_API_ADDR=:1633 # BEE_API_ADDR=:1633
## chain block time (default 15) ## chain block time (default 15)
# BEE_BLOCK_TIME=15 # BEE_BLOCK_TIME=15
## initial nodes to connect to (default [/dnsaddr/bootnode.ethswarm.org]) ## initial nodes to connect to (default [/dnsaddr/testnet.ethswarm.org])
# BEE_BOOTNODE=[/dnsaddr/bootnode.ethswarm.org] # BEE_BOOTNODE=[/dnsaddr/testnet.ethswarm.org]
## cause the node to always accept incoming connections ## cause the node to always accept incoming connections
# BEE_BOOTNODE_MODE=false # BEE_BOOTNODE_MODE=false
## enable clef signer ## enable clef signer
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# api-addr: :1633 # api-addr: :1633
## chain block time (default 15) ## chain block time (default 15)
# block-time: 15 # block-time: 15
## initial nodes to connect to (default [/dnsaddr/bootnode.ethswarm.org]) ## initial nodes to connect to (default [/dnsaddr/testnet.ethswarm.org])
# bootnode: [/dnsaddr/bootnode.ethswarm.org] # bootnode: [/dnsaddr/testnet.ethswarm.org]
## cause the node to always accept incoming connections ## cause the node to always accept incoming connections
# bootnode-mode: false # bootnode-mode: false
## enable clef signer ## enable clef signer
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# api-addr: :1633 # api-addr: :1633
## chain block time (default 15) ## chain block time (default 15)
# block-time: 15 # block-time: 15
## initial nodes to connect to (default [/dnsaddr/bootnode.ethswarm.org]) ## initial nodes to connect to (default [/dnsaddr/testnet.ethswarm.org])
# bootnode: [/dnsaddr/bootnode.ethswarm.org] # bootnode: [/dnsaddr/testnet.ethswarm.org]
## enable clef signer ## enable clef signer
# clef-signer-enable: false # clef-signer-enable: false
## clef signer endpoint ## clef signer endpoint
......
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