celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
699 stars 369 forks source link

Create ContractWrapper for GasPriceMinimum #1042

Closed yerdua closed 2 years ago

yerdua commented 5 years ago

Expected Behavior

A wrapper should exist in contractkit for GasPriceMinimum.

Current Behavior

It does not currently exist, and #475 is blocked. The mobile app needs to be able to estimate gas and relies on this contract to do so. Until this wrapper exists, walletkit can't be removed from the mobile app.

mrsmkl commented 5 years ago

I have a beginning for this at #1041, but it only has few methods to access data that is needed for that PR

aaronmgdr commented 2 years ago

I see one exists. closing this