This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Description
Failed to compile
./node_modules/@blockstack/stacks-utils/dist/index.mjs
Can't import the named export 'b58ToC32' from non EcmaScript module (only default export is available)
Occured with following code:
import { validateStacksAddress } from '@blockstack/stacks-utils'
export const validateSTX = memoize(addr => validateStacksAddress(addr))