Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in websockets.js #5

Open
tochie opened this issue Jan 6, 2025 · 1 comment
Open

Error in websockets.js #5

tochie opened this issue Jan 6, 2025 · 1 comment

Comments

@tochie
Copy link

tochie commented Jan 6, 2025

In websockets.js, Line 4, bs58.decode is not longer accessible since it doesn't exist. I wanted to create a PR with the fix but have no access

@tochie
Copy link
Author

tochie commented Jan 6, 2025

I was able to resolve this by changing the code/line to :

const bs58 = require("bs58").default;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant