ryan
ryan
I'm having the same issue `\node_modules\.pnpm\[email protected]\node_modules\bip32\src\testecc.js:6 assert(ecc.isPoint(h('0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798'))); ^ TypeError: Cannot read properties of undefined (reading 'isPoint')` EDIT: I fixed using import * as ecc from 'tiny-secp256k1';
upvote too
> Updated this issue to reflect that `ProxyAgent` with `undici` is not supported yet. > > To send an HTTP request using a proxy in Bun, you can: > >...
same here