Browse Source

🐛

imwald
codytseng 12 months ago
parent
commit
125fb9a3e2
  1. 2
      src/providers/NostrProvider/index.tsx

2
src/providers/NostrProvider/index.tsx

@ -11,7 +11,7 @@ import client from '@/services/client.service' @@ -11,7 +11,7 @@ import client from '@/services/client.service'
import indexedDb from '@/services/indexed-db.service'
import storage from '@/services/local-storage.service'
import { ISigner, TAccount, TAccountPointer, TDraftEvent, TProfile, TRelayList } from '@/types'
import { bytesToHex, hexToBytes } from '@noble/hashes/utils'
import { hexToBytes } from '@noble/hashes/utils'
import dayjs from 'dayjs'
import { Event, kinds, VerifiedEvent } from 'nostr-tools'
import * as nip19 from 'nostr-tools/nip19'

Loading…
Cancel
Save