yuichiroaoki / poly-flash

Flashloan on Polygon
https://yuichiroaoki.medium.com/no-flashloan-fee-with-dodo-cc78215d7f93
MIT License
291 stars 169 forks source link

Error out of gas #39

Closed 1NF3RNVS closed 2 years ago

1NF3RNVS commented 2 years ago

help what is problem? I try to send funds to my smart contract and this error appears https://polygonscan.com/tx/0x081b73e1c40ece1d5dd495a9f12644d09a27896767982f39cc1ff7a3f30eb3ce

BaLaurent commented 2 years ago

try to increase the gas limit while doing your transaction

1NF3RNVS commented 2 years ago

It was in the middle, I put it high and the error continues

El lun., 25 de abril de 2022 08:58, Octopusman388 @.***> escribió:

try to increase the gas limit while doing your transaction

— Reply to this email directly, view it on GitHub https://github.com/yuichiroaoki/poly-flash/issues/39#issuecomment-1108478118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYZW3WD66FJWAB4ZERQZ2ATVG2CGBANCNFSM5UIKDYFA . You are receiving this because you authored the thread.Message ID: @.***>

1NF3RNVS commented 2 years ago

I send 9 matic and I get that error in alchemy polygon "jsonrpc":"2.0" "method":"eth_estimateGas" "params":[ 0:{ "data":NULL "from":"0x8f4e95bea5cc0497a17be3cb35f1208fffb22a1d" "gas":"0x1b19a4e" "gasPrice":"0x0" "to":"0x58af3d020f4dcc419eb339ea058edc37f9d9b6f5" "value":"0x0" } ] }

BaLaurent commented 2 years ago

"gasPrice":"0x0" mean that the gas price is set at 0, maybe you should search this side