Skip to content

Commit eeb59ca

Browse files
fix: add tx filterer setup (#441)
fixes the setup for gateway
1 parent cade512 commit eeb59ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/10.zk-stack/20.running/25.gateway-settlement-layer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ This guide assumes you already have `zkstackup` and the required system dependen
7373
--chain gateway --update-submodules false
7474
```
7575

76+
1. Setup the transaction filterer for `gateway`:
77+
78+
```bash
79+
zkstack chain gateway create-tx-filterer --chain gateway --ignore-prerequisites
80+
```
81+
7682
1. Transform `gateway` chain from rollup into a ZKsync Gateway settlement layer:
7783

7884
```bash

0 commit comments

Comments
 (0)