mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user