ChainSafe / filsnap

MetaMask snap for interacting with Filecoin dapps.
https://filsnap.chainsafe.io
Apache License 2.0
107 stars 41 forks source link

fix: gaslimit #254

Closed hugomrdias closed 1 year ago

hugomrdias commented 1 year ago

Fixed gasLimit estimation in estimateMessageGas and signMessage by using gasEstimateMessageGas method directly instead of calling gasEstimateGasLimitwhich failed saying it didnt exist.

BeroBurny commented 1 year ago

The build is failing because of manifest mismatch, for easy fix you can

cloudflare-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1c11454
Status: ✅  Deploy successful!
Preview URL: https://592339ae.filsnap.pages.dev
Branch Preview URL: https://fix-gas-limit.filsnap.pages.dev

View logs

hugomrdias commented 1 year ago

ty @BeroBurny, the cmd is actually yarn build but i got it working and fixed the test should be ready for review.