Skip to content

Commit

Permalink
fix url parsing in benchmark (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored Mar 11, 2024
1 parent 89c4936 commit 794b11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (interTransactionDelay === undefined) {
);
}

const provider = new JsonRpcProvider(`http://${rpcUrl}`);
const provider = new JsonRpcProvider(`${rpcUrl}`);
const wallet = new Wallet(privateKey, provider);
const recipient = Wallet.createRandom().address;

Expand Down

0 comments on commit 794b11b

Please sign in to comment.