Skip to content

Commit

Permalink
fix: @nervosnetwork/ckb-sdk-utils esm import
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jun 25, 2024
1 parent c9c92cc commit e6076a8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/ckb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ import {
append0x,
remove0x,
} from '@joyid/common'
import {
addressToScript,
blake160,
serializeScript,
} from '@nervosnetwork/ckb-sdk-utils'
import ckbUtils from '@nervosnetwork/ckb-sdk-utils'
import { Aggregator } from './aggregator'

export * from './verify'

const { addressToScript, blake160, serializeScript } = ckbUtils

const appendPrefix = (tokenKey?: string): string | undefined => {
if (!tokenKey) {
return tokenKey
Expand Down

0 comments on commit e6076a8

Please sign in to comment.