Reputation: 1
I made the metaplex collection upload yesterday everything went well. Managed to air drop a certain amount, verify the collection. Everything worked perfectly.
Today, I want to update the time of the public mint but it seems that the cache file is now missing. it's not hidden, yesterday it was here in plain site. This is the command I used
This is the new config I want to update screenshot2
Thanks
Upvotes: 0
Views: 589
Reputation: 1
I have found the answer on here: https://github.com/metaplex-foundation/metaplex/issues/1394
You can re-create the file by using these information:
{
"program": {
"uuid": "",
"candyMachine": "xxxxx"
},
"items": {},
"env":"mainnet-beta",
"cacheName":"mainnet",
"startDate":"61c65f00"
}
UUID
is the 6 first letter of the candy machine
Upvotes: 0
Reputation: 848
First make sure that you are in the same location as you used yesterday.
Search for .cache folders anywhere on your drive.
If you really cannot find the cache file anymore
For future users: maybe this GitHub comment will help you.
Upvotes: 0