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
But Anchor is currently only compatible with the legacy version (v1) of @solana/web3.js and @solana/spl-token. It is not compatible with the new version (v2) of @solana/web3.js. https://www.anchor-lang.com/docs/clients/typescript
I found the current Bankrun dependencies include the older version of Solana web3.js:
"@solana/web3.js": "^1.68.0",
Could you upgrade the Bankrun Solana web3.js dependency to
@solana/web3.js@next
, which is the Solana JavaScript SDK 2.0 ?Reference to
@solana/web3.js@next
: https://github.com/anza-xyz/solana-web3.jsThe text was updated successfully, but these errors were encountered: