Skip to content

Commit

Permalink
Added test priv key
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Nov 13, 2023
1 parent 8a5206b commit 757d1a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/genNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ async function main() {
console.log(wal.address, (await wal.connect(arbProvider).getBalance()).toString());
}

const a = new Wallet("b6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659").connect(arbProvider)
console.log(a.address, (await a.getBalance()).toString());

const { l1Network, l2Network } = await setupNetworks(
ethDeployer,
arbDeployer,
Expand Down

0 comments on commit 757d1a6

Please sign in to comment.