replace two packages with a @scure dependency that already existed.

This commit is contained in:
fiatjaf
2022-12-27 11:26:05 -03:00
parent 39ea47660d
commit 50c3f24b25
4 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import * as secp256k1 from '@noble/secp256k1'
import {bech32} from 'bech32'
import {bech32} from '@scure/base'
import {utf8Decoder, utf8Encoder} from './utils'