Skip to content

Commit 4db0fcf

Browse files
authored
lower claim amt
1 parent ee2cc03 commit 4db0fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/accounts.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe("Accounts", () => {
9292

9393

9494
// bridge funds to unfunded random addresses
95-
const claimAmount = 10n ** 22n;
95+
const claimAmount = 1000000000000000000n;
9696
const approxMaxDeployCost = 10n ** 10n; // Need to manually update this if fees increase significantly
9797
let claims: L2AmountClaim[] = [];
9898
// bridge sequentially to avoid l1 txs (nonces) being processed out of order

0 commit comments

Comments
 (0)