Skip to content

Commit

Permalink
Updated Network constants
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Dec 9, 2024
1 parent 5a32538 commit 25ecbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const UNKNOWN_CONTRACT_NAME = "unknown-contract";

export const UNKNOWN_TRANSACTION_NAME = "unknown-transaction";

export const MAX_RECONNECT_ATTEMPTS = 13371337;
export const MAX_RECONNECT_ATTEMPTS = 313371337;

export const RECONNECT_INTERVAL = 3000;
export const RECONNECT_INTERVAL = 6000;

0 comments on commit 25ecbc5

Please sign in to comment.