ANSWERED
ANSWERED
ANSWERED

Registration problem !

I tried registering on the site or logging in with my google e-mail address all day long. But things did not go well. No response from Discord or email. Is the company still operating? Or did you shut down the company? down the company?
ANSWERED
ANSWERED

How do I cancel/delete my account?

I would like to cancel my Alchemy services and have my account deleted, what steps do I need to take to get this done?
ANSWERED

cant SignUP!!

If I don't use a VPN, the error message is "Failed reCAPTCHA validation with error: BROWSER_ERROR " If I use a VPN, the error message is "Blocked signup.""/api/user:1 Failed to load resource: the server responded with a status of 403 ()" The only time I waited the link to my email after verification, the result was not received for half a day!?
ANSWERED

How can I refresh the metadata cache for an NFT?

How can I trigger a metadata refresh to refresh the cache for an NFT?

Accessing the Mempool

How do I access the mempool on Alchemy's website

Invalid Argument on parseUnits

I am trying to increase the gas price to cancel a transaction but keep getting this error: ``` [Unhandled promise rejection: Error: invalid decimal value (argument="value", value="7.944234428460001e-8", code=INVALID_ARGUMENT, version=bignumber/5.7.0)] ``` Here is my code: ``` let gasPrice = await ethers.utils.formatUnits(oldTransaction.maxFeePerGas, 18); // 0.000000072220312986 const newGasPrice = gasPrice * 1.1; // 7.944234428460001e-8 const cancelFees = await Utils.parseUnits(newGasPrice.toString(), 'ether'); ``` Why is 7.944234428460001e-8.toString() not a valid argument?
ANSWERED

Deleting an Alchemy App

How do I delete an App from my Alchemy dashboard? https://dashboard.alchemy.com/
ReadMe