mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-27 22:19:39 +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
|