Skip to content

Commit

Permalink
fix: increase rpc timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
earthtojake authored Feb 3, 2023
1 parent 21aa511 commit cbd38cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/utils/CachedStaticJsonRpcProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class CachedStaticJsonRpcProvider extends StaticJsonRpcProvider {
{
url: urls[0],
throttleLimit: 1, // Disable retries
timeout: 3 * 1000, // 3 seconds
timeout: 7.5 * 1000, // 7.5 second timeout
},
chainId
)
Expand Down

0 comments on commit cbd38cd

Please sign in to comment.