From dae5bc33e83ea63496010e299365b1921dc76da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ljubi=C5=A1a=20Ga=C4=8Devi=C4=87?= <35105035+gacevicljubisa@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:23:51 +0100 Subject: [PATCH] chore: update config to use release 2.3.0 and fix errors (#438) --- config/config.yaml | 8 ++++---- config/light-node.yaml | 2 +- config/staging.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 93007dcd..7b83d5bb 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -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" @@ -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" @@ -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 @@ -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 diff --git a/config/light-node.yaml b/config/light-node.yaml index b4fe2532..97c08ae7 100644 --- a/config/light-node.yaml +++ b/config/light-node.yaml @@ -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 diff --git a/config/staging.yaml b/config/staging.yaml index d0ab3e74..a3da3313 100644 --- a/config/staging.yaml +++ b/config/staging.yaml @@ -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: ""