Skip to content

Commit

Permalink
Connected provider in logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Nov 2, 2023
1 parent c6a5ed9 commit cdca871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function main() {
console.log(
await new Wallet(
"cb5790da63720727af975f42c79f69918580209889225fa7128c92402a6d3a65"
).getBalance()
).connect(ethProvider).getBalance()
);
const arbDeployer = getSigner(arbProvider, config.arbKey);

Expand Down

0 comments on commit cdca871

Please sign in to comment.