We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c3410 commit 82b6182Copy full SHA for 82b6182
src/test/accounts.test.ts
@@ -93,7 +93,7 @@ describe("Accounts", () => {
93
94
// bridge funds to unfunded random addresses
95
const claimAmount = 10n ** 22n;
96
- const approxMaxDeployCost = 10n ** 8n; //
+ const approxMaxDeployCost = 10n ** 10n; // Need to manually update this if fees increase significantly
97
let claims: L2AmountClaim[] = [];
98
// bridge sequentially to avoid l1 txs (nonces) being processed out of order
99
for (let i = 0; i < randomAddresses.length; i++) {
0 commit comments