mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-01 16:39:53 +00:00
4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
RUST_LOG=info reth node --authrpc.jwtsecret /home/ethereum/.jwt
|