CleverProgrammers / opensea-blockchain-youtube

173 stars 229 forks source link

Error: cannot estimate gas; transaction may fail or may require manual gas limit #8

Open danilka2712 opened 2 years ago

danilka2712 commented 2 years ago

Error: cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (error={"code":-32000,"message":"execution reverted"}, method="estimateGas", transaction={"from":"0x92c7B98d9F1f5267974445f90FBB761605C51DbE","to":"0x2425Cc0699DA80a604650f1cd2EcFfBf67660B97","value":{"type":"BigNumber","hex":"0x2386f26fc10000"},"data":"0xd6febde800000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000001","accessList":null}, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.6.4)

doni404 commented 2 years ago

This SDK version has been updated into v2, I had this error before and fixed after updating into v2 @danilka2712

Adityatiwari1 commented 2 years ago

This SDK version has been updated into v2, I had this error before and fixed after updating into v2 @danilka2712

how to update it ???

gepthecoder commented 2 years ago

to update to latest SDK you need to run:

yarn add @thirdweb-dev/react @thirdweb-dev/sdk ethers

for this project you can reference the slightly improved implementation in the posted commit above 💠

good luck 🤞🏼

sitanshu05 commented 2 years ago

Tried updating it but it did not work