Skip to content

Commit

Permalink
no json stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Apr 13, 2023
1 parent 7416f0f commit 61cebb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: "-",
Expand Down

0 comments on commit 61cebb5

Please sign in to comment.