Skip to content

Commit 82b6182

Browse files
committed
Bump expected max deploy cost
1 parent c3c3410 commit 82b6182

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
@@ -93,7 +93,7 @@ describe("Accounts", () => {
9393

9494
// bridge funds to unfunded random addresses
9595
const claimAmount = 10n ** 22n;
96-
const approxMaxDeployCost = 10n ** 8n; //
96+
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
9999
for (let i = 0; i < randomAddresses.length; i++) {

0 commit comments

Comments
 (0)