Ammar Khalid
Ammar Khalid
``` import { getParsedNftAccountsByOwner,isValidSolanaAddress, createConnectionConfig,} from "@nfteyez/sol-rayz"; import { clusterApiUrl, PublicKey } from "@solana/web3.js"; const getAllNftData = async () => { try { if (connectedAddr) { const connect = createConnectionConfig(clusterApiUrl("devnet"));...
@basvanberckel @dtome123 I am facing this same issue, any idea on how to fix this ?
Yes this seems correct. I hope it gets accepted soon enough
@basvanberckel Is there any way I can use your forked repo to test this solution, and continue on my work until your PR is committed? I have run `npm install...
`import { Connection, actions } from '@metaplex/js';`
> `import { Connection, actions } from '@metaplex/js';` On this import, I'm getting error: `Module not found: Can't resolve '@metaplex/js' in 'D:\Office\SolMarketplace\solmarket\src'` . Am I doing something wrong? @basvanberckel
@basvanberckel I'm still getting the same error btw :( Have you tested out this solution on your end?
> @basvanberckel I'm still getting the same error btw :( Have you tested out this solution on your end? Just to clarify, imports are working fine, but I'm getting the...
> the fix linked in this thread above together with my pull request should resolve both. Are you talking about this fix? > because simulation fails. you can use `connection.sendRawTransaction`...
> I've updated the pr to fix both errors. @AmmarKhalid123 Would you be able to verify this works in your setup? I will check right away and let you know