metaplex-foundation / mpl-candy-machine

Mint your NFT collection on Solana
https://developers.metaplex.com/candy-machine
Other
76 stars 59 forks source link

IDL file is null for my candy machine program on the devnet #70

Open mvrahas opened 6 months ago

mvrahas commented 6 months ago

I can't retrieve the IDL file for my candy machine program at 6C7rhLLZ1ysHYd57Vonq39uyhrCxitKvcd2Li9d3qJTR on the devnet. Is there any way to retrieve this?

I've tried using the Program.fetchIdl() method from Anchor. I've also tried using this command line tool. In both cases the value of the IDL file is null.

I'm very much hoping you might be able to help me with this.