Page MenuHomePhabricator

[chronik-client] Change axios version
AbandonedPublicDraft

Authored by bytesofman on Jan 4 2024, 04:06.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Current version of axios works for nodejs but not for the webpack build versions. Doing some digging, seems like a known issue. There is probably an available shim for the latest version, but we don't need the latest version -- just the latest version without a dep tree issue.

Test Plan

npm test

cd cashtab
npm i ../modules/chronik-client
npm start

send a tx

Diff Detail