From b2592942863db49c068e3b9f4b09add9e37f5d60 Mon Sep 17 00:00:00 2001 From: Ljubisa Date: Fri, 29 Sep 2023 09:05:06 +0200 Subject: [PATCH] chore: add wallet-key to beekeeper-local.yaml --- config/beekeeper-local.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/beekeeper-local.yaml b/config/beekeeper-local.yaml index ce4fb5d01..adb91c327 100644 --- a/config/beekeeper-local.yaml +++ b/config/beekeeper-local.yaml @@ -3,6 +3,7 @@ in-cluster: false geth-url: http://geth-swap.localhost bzz-token-address: 0x6aab14fe9cccd64a502d23842d916eb5321c26e7 eth-account: 0x62cab2b3b55f341f10348720ca18063cdb779ad5 +wallet-key: 4663c222787e30c1994b59044aa5045377a6e79193a8ead88293926b535c722d kubeconfig: "~/.kube/config" # config-dir: "" log-verbosity: "info"