Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
110 stars 95 forks source link

cannot fund with wallet #69

Closed johnnyshankman closed 1 year ago

johnnyshankman commented 1 year ago

All calls work except await bundlr.fund(price);

/Users/Documents/whitelights/bundlr-basics/node_modules/arweave/node/lib/api.js:43
        const headers = new Headers(init?.headers || {});
johnnyshankman commented 1 year ago

On node v16.15.1

johnnyshankman commented 1 year ago

Seems like nodev18 may have alleviated the issue?

JesseTheRobot commented 1 year ago

Yup, this is a known issue in arweave-js - I'm planning to release a hotfix client release that rolls back arweave-js to a v16 compatible version

JesseTheRobot commented 1 year ago

Arweave-JS has been rolled back, this issue should no longer occur.