You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up.
I have a simple
client.js
And create a bundle using
When including the bundled file on a simple page I am getting a bunch of bundling issues and can not use the output bundle.
The issue is likely coming from https://github.com/cryptocoinjs/secp256k1-node/blob/master/elliptic.js
Fix:
When using
elliptic
directly instead ofsecp256k1
, the bundle works:solana-web3.js/src/secp256k1-program.ts
Line 3 in 171c73e
secp256k1
is needed for node envs?The text was updated successfully, but these errors were encountered: