mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-07 05:37:43 +00:00
* Rename the coins folder to networks Ethereum isn't a coin. It's a network. Resolves #357. * More renames of coins -> networks in orchestration * Correct paths in tests/ * cargo fmt
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
|