Skip to content

Commit

Permalink
chore: use utils sub module
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Dec 4, 2023
1 parent f09f81a commit aca6d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/identity-keys/src/identity-keys.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as ed25519 from "@noble/ed25519";
import { verifyMessage } from "viem";
import { verifyMessage } from "viem/utils";
import { Cacao } from "@walletconnect/cacao";
import { Store } from "@walletconnect/core";
import {
Expand Down

0 comments on commit aca6d5c

Please sign in to comment.