mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-06 10:59:28 +00:00
cef63a631a
Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
RUST_LOG=info reth node --authrpc.jwtsecret /home/ethereum/.jwt
|