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
Error: Invalid option tokenMint
at OptionLayout.decode (index.ts:148:1)
at Structure.decode (Layout.js:1234:1)
at AccountsCoder.decode (accounts.ts:51:1)
at AccountClient.fetchNullable (account.ts:143:1)
at async AccountClient.fetch (account.ts:152:1)
at async getProgramState (candy-machine.ts:178:1)
at async Promise.all (:3000/index 0)
at async getCandyMachineState (candy-machine.ts:187:1)
at async Home.tsx:99:1
Feature
Error on use candy guards
Error: Invalid option tokenMint
at OptionLayout.decode (index.ts:148:1)
at Structure.decode (Layout.js:1234:1)
at AccountsCoder.decode (accounts.ts:51:1)
at AccountClient.fetchNullable (account.ts:143:1)
at async AccountClient.fetch (account.ts:152:1)
at async getProgramState (candy-machine.ts:178:1)
at async Promise.all (:3000/index 0)
at async getCandyMachineState (candy-machine.ts:187:1)
at async Home.tsx:99:1
"guards": {
"default": {
"mintLimit": {
"id" : 1,
"limit": 20
},
"startDate": {
"date": "2022-10-23T20:00:00Z"
}
}
}
Ideal solution or implementation
.
Alternative solutions or implementations
No response
Other context
REACT_APP_CANDY_MACHINE_ID=DDnsCx2AmcPJVmc7qUcEPNz6HH4J6mbB4CeEzsRixc2f
The text was updated successfully, but these errors were encountered: