diff --git a/src/services/blockchain/ethereum/ethereum-blockchain-service.ts b/src/services/blockchain/ethereum/ethereum-blockchain-service.ts index b69c2a880..d06b0719a 100644 --- a/src/services/blockchain/ethereum/ethereum-blockchain-service.ts +++ b/src/services/blockchain/ethereum/ethereum-blockchain-service.ts @@ -154,7 +154,7 @@ function make(config: Config): EthereumBlockchainService { provider = new ethers.JsonRpcProvider(hostPort) } } else if (network) { - logger.imp(`Connecting ethereum to default provider for network ${network.toJSON().stringify()}`) + logger.imp(`Connecting ethereum to default provider for network ${ethereum.network}`) const opts = { alchemy: "-", ankr: "-",