Skip to content

Commit

Permalink
Update packages/core/src/controllers/relayer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov authored Dec 12, 2024
1 parent 29665e9 commit 98b5b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/controllers/relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
Logger,
} from "@walletconnect/logger";
import { RelayJsonRpc } from "@walletconnect/relay-api";
import { FIVE_MINUTES, FIVE_SECONDS, THIRTY_SECONDS, toMiliseconds } from "@walletconnect/time";
import { FIVE_MINUTES, ONE_SECOND, FIVE_SECONDS, THIRTY_SECONDS, toMiliseconds } from "@walletconnect/time";
import {
ICore,
IMessageTracker,
Expand Down

0 comments on commit 98b5b91

Please sign in to comment.