RiskProtocol / core-protocol

1 stars 0 forks source link

Research: Gas estimations through Tenderly #138

Open mz7mz7mz7 opened 10 months ago

mz7mz7mz7 commented 10 months ago

https://blog.tenderly.co/how-tenderly-enables-most-accurate-ethereum-gas-estimation/ Have a look at this tool, play a bit with it, and decide if we should use this service in our user interface integration with blockchain. If we should use it, build small PoC code snippets demonstrating how it should be used from the front-end/react code.

haidarally commented 10 months ago

I compared the gas estimates by both tenderly and ethers on our smart Token contract methods. They seem to be the same. Hence, I couldnt find any specific reason why to use tenderly.

As discussed, it probably might be helpful in cases where the gas estimates is not deterministic.

haidarally commented 10 months ago

https://github.com/RiskProtocol/tenderly_poc