Skip to content

Commit

Permalink
fixed adding zkSync wallet feature (#341)
Browse files Browse the repository at this point in the history
We adding this option to the `config.yaml` by default, so adding a second one will crash the node
  • Loading branch information
AlexeyALeonov authored Feb 29, 2024
1 parent c7ef9d9 commit 066c5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/node/payouts/zk-sync-opt-in-for-snos/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand All @@ -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
Expand Down

0 comments on commit 066c5b9

Please sign in to comment.