We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2cc03 commit 4db0fcfCopy full SHA for 4db0fcf
src/test/accounts.test.ts
@@ -92,7 +92,7 @@ describe("Accounts", () => {
92
93
94
// bridge funds to unfunded random addresses
95
- const claimAmount = 10n ** 22n;
+ const claimAmount = 1000000000000000000n;
96
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
0 commit comments