Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
#122 fixed final check
Browse files Browse the repository at this point in the history
  • Loading branch information
ShravanSunder committed Jan 21, 2022
1 parent 75e06f2 commit 2ba85bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/helpers/test-utils/constants/testConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ export const const_basicGasPrice = 875000000;

export const const_DefaultTestChainId = 31337;

/**
*
* This is a const based on WaitOptions from react testing lib
*/
export const defaultBlockWaitOptions: { timeout: number; interval: number } = {
timeout: 10_000,
interval: 200,
Expand Down

0 comments on commit 2ba85bf

Please sign in to comment.