Rename the coins folder to networks (#583)

* 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
This commit is contained in:
Luke Parker
2024-07-18 12:16:45 -07:00
committed by GitHub
parent 40cc180853
commit 7d2d739042
244 changed files with 102 additions and 99 deletions

View File

@@ -29,8 +29,8 @@ use ciphersuite::{
mod mimalloc;
use mimalloc::mimalloc;
mod coins;
use coins::*;
mod networks;
use networks::*;
mod ethereum_relayer;
use ethereum_relayer::ethereum_relayer;
@@ -168,7 +168,7 @@ RUN rustup target add wasm32-unknown-unknown
ADD patches /serai/patches
ADD common /serai/common
ADD crypto /serai/crypto
ADD coins /serai/coins
ADD networks /serai/networks
ADD message-queue /serai/message-queue
ADD processor /serai/processor
ADD coordinator /serai/coordinator