ScopeLift / zeneth

🏵️ Let Your ETH Chill — Gasless Ethereum account abstraction with Flashbots
https://zeneth.app
MIT License
129 stars 34 forks source link

Add sinon mocking of web API calls to estimateFee test #43

Closed jferas closed 3 years ago

jferas commented 3 years ago

So that we can have a more precise verification of the estimateFee calculation, need stubs/mocks of the "getGasPrice", "getTokenPriceInUsd", and "getEthPriceInUsd" helper methods that return known values.