Skip to content

Commit

Permalink
stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Apr 13, 2023
1 parent d365bca commit 90211b4
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()}`)
logger.imp(`Connecting ethereum to default provider for network ${network.toJSON().stringify()}`)
const opts = {
etherscan: ethereum.account.privateKey,
}
Expand Down

0 comments on commit 90211b4

Please sign in to comment.