Skip to content

Commit bd062e6

Browse files
committed
fe: lint
1 parent f89c102 commit bd062e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frontend/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const queryClient = new QueryClient({
1919
staleTime: 20000,
2020
cacheTime: 1000 * 60 * 60,
2121
// By default, retries in React Query do not happen immediately after a request fails.
22-
// As is standard, a back-off delay is gradually applied to each retry attempt
22+
// As is standard, a back-off delay is gradually applied to each retry attempt.
2323
// The default retryDelay is set to double (starting at 1000ms) with each attempt, but not exceed 30 seconds.
2424
retryDelay: attemptIndex => Math.min(1000 * 2 ** attemptIndex, 30000),
2525
onError: err => {

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hop-protocol/sdk",
3-
"version": "0.0.41",
3+
"version": "0.0.40",
44
"description": "The v1 Hop Protocol TypeScript SDK",
55
"author": "Authereum Labs, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)