Skip to content

Commit

Permalink
chore: update config to use release 2.3.0 and fix errors (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa authored Dec 10, 2024
1 parent e44b984 commit dae5bc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ clusters:
node-groups:
default:
_inherit: ""
image: ethersphere/bee:2.2.0
image: ethersphere/bee:2.3.0
image-pull-policy: Always
ingress-annotations:
nginx.ingress.kubernetes.io/affinity: "cookie"
Expand Down Expand Up @@ -104,7 +104,7 @@ bee-configs:
full-node: true
nat-addr: ""
mainnet: false
network-id: 0
network-id: 12345
p2p-addr: ":1634"
p2p-ws-enable: false
password: "beekeeper"
Expand All @@ -120,7 +120,7 @@ bee-configs:
resolver-options: ""
chequebook-enable: true
swap-enable: true
swap-endpoint: "ws://geth-swap:8546"
swap-endpoint: "ws://geth-swap.bee-playground.svc.swarm1.local:8546"
swap-factory-address: "0xdD661f2500bA5831e3d1FEbAc379Ea1bF80773Ac"
swap-initial-deposit: 500000000000000000
tracing-enabled: true
Expand All @@ -130,7 +130,7 @@ bee-configs:
welcome-message: "Welcome to the Swarm, you are Bee-ing connected!"
warmup-time: 0s
allow-private-cidrs: true
withdrawal-addresses-whitelist: 0xec44cb15b1b033e74d55ac5d0e24d861bde54532
withdrawal-addresses-whitelist: "0xec44cb15b1b033e74d55ac5d0e24d861bde54532"
bootnode:
_inherit: "default"
bootnode-mode: true
Expand Down
2 changes: 1 addition & 1 deletion config/light-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ bee-configs:
node-groups:
light-node:
_inherit: default
image: ethersphere/bee:2.2.0
image: ethersphere/bee:2.3.0
image-pull-policy: Always
persistence-enabled: false
2 changes: 1 addition & 1 deletion config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bee-configs:
staging:
_inherit: "default"
swap-endpoint: http://rpc-sepolia-haproxy.default.svc.swarm1.local
bootnode: /dnsaddr/testnet.ethswarm.org
bootnodes: /dnsaddr/testnet.ethswarm.org
network-id: 10
swap-initial-deposit: 0
swap-factory-address: ""
Expand Down

0 comments on commit dae5bc3

Please sign in to comment.