Jonathan Delhoux
Jonathan Delhoux
> In my case, running composer update inside the extension folder solve the problem :) > > ``` > cd ~/.vscode/extensions/felixfbecker.php-intellisense-2.3.14/ > > composer update > ``` That's doesn't work...
Any idea ?
No problem, I will try to do it this week-end... ;)
Hi ! I try to fetch metadata for a list of token mint with this method : ` const mintAddress = new PublicKey(7drEXLpjGHZew6MBFydX2zmofSErBtyQxexqhQ4c74X9); const nft = await metaplex.nfts().findByMint({ mintAddress });...