Skip to content

Commit

Permalink
Update blockscan.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Oct 30, 2023
1 parent 5a1bc28 commit a4ef16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockscan/blockscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface BlockscanOptions {
export class Blockscan {
apiUrl: string
baseUrl: string
timeouts = [2_500, 5_000, 10_000]
timeouts = [5_000, 10_000, 15_000]
timeoutDelay = 500

/**
Expand Down

0 comments on commit a4ef16a

Please sign in to comment.