From 066c5b94e9942295ff72d7bd1633f02d5984aa47 Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Thu, 29 Feb 2024 11:39:15 +0700 Subject: [PATCH] fixed adding zkSync wallet feature (#341) We adding this option to the `config.yaml` by default, so adding a second one will crash the node --- app/node/payouts/zk-sync-opt-in-for-snos/page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/node/payouts/zk-sync-opt-in-for-snos/page.md b/app/node/payouts/zk-sync-opt-in-for-snos/page.md index b7b824ae4..41f85c495 100644 --- a/app/node/payouts/zk-sync-opt-in-for-snos/page.md +++ b/app/node/payouts/zk-sync-opt-in-for-snos/page.md @@ -34,7 +34,7 @@ To opt-in to [zkSync Lite](https://docs.zksync.io/userdocs/intro/) and/or [zkSyn ## Binary versions (include Windows/Linux GUI) -Open your storage node's `config.yaml` (see [](docId:gDXZgLlP_rcSW8SuflgqS)) and add the line +Open your storage node's `config.yaml` (see [](docId:gDXZgLlP_rcSW8SuflgqS)) and add/change the line ```yaml operator.wallet-features: ['zksync'] @@ -50,7 +50,7 @@ operator.wallet-features: ['zksync-era', 'zksync'] Please enter everything in lowercase and double-check for spelling mistakes. This is a very basic implementation without any validations. {% /callout %} -Once you have added the line to your config file, save it and restart your node. +Once you have added/updated the line to your config file, save it and restart your node. ## Docker versions