-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction Time Out, Not being able to mint #27
Comments
and when I type the command: |
It looks like you didn't specify .env variables properly. Check the followings :
|
Yes I did change the name to .env and thats how it looks like: ADDITIONAL PARAMS TO SET IF USING SPL-TOKEN AS MINTING CURRENCY ONLY :Spl-Token symbol to display next the priceREACT_APP_SPL_TOKEN_TO_MINT_NAME= Spl-token decimals place defined on creation (default is 9)REACT_APP_SPL_TOKEN_TO_MINT_DECIMALS= To avoid harmless compilation warnings generating a build error, keep CI set to falseCI=false I'm working on the devnet, and forgot to metion even tho the transaction fails I get an unkown token |
@GodMaiden can you confirm that the issue has been resolved on your side and was coming from your config.json file goLiveDate invalid ? |
I'm trying the create a collection on solana,
The whole process from creating wallet and working
with metaplex was super smooth and worked perfectly,
Copied my CM address to The env folder, and installed all the dependencies, when I use yarn start everything seems fine the the host opens and connects my wallet, when I click mint the transaction sign says transaction might fail and after I sign it I get "Transaction time out"
My wallet has balance tho, and when I checked the tr id, the problem was at #5 instruction, any help please?
The text was updated successfully, but these errors were encountered: