Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Oct 24, 2024
1 parent 3115b0f commit bc8a662
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/createRollupGetRetryablesFees.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,4 @@ it('successfully fetches retryable fees for a custom gas token chain', async ()

expect(fees).toBeTypeOf('bigint');
expect(fees).toEqual(124708400000000000n);

const usdcFees = await createRollupGetRetryablesFees(sepoliaClient, {
account: '0x38f918D0E9F1b721EDaA41302E399fa1B79333a9',
nativeToken: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
maxFeePerGasForRetryables: parseGwei('0.1'),
});

expect(usdcFees).toBeTypeOf('bigint');
expect(usdcFees).toEqual(124708400000000000n);
});

0 comments on commit bc8a662

Please sign in to comment.