Skip to content

Commit

Permalink
feat: add rpc log
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeVerhelst committed Jun 19, 2024
1 parent f424f99 commit 0de582b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ if (!activeChainConfig) {
}

if (RPC_PROVIDER) {
console.log("Using custom RPC provider", RPC_PROVIDER);
activeChainConfig.rpcProvider = RPC_PROVIDER;
}

Expand Down

0 comments on commit 0de582b

Please sign in to comment.