mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-01 16:39:53 +00:00
4 lines
118 B
Bash
4 lines
118 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
RUST_LOG=info lighthouse bn --execution-endpoint http://localhost:8551 --execution-jwt /home/ethereum/.jwt
|