onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
11 stars 9 forks source link

Update E2E tests to run with a configured minimun gas price #393

Closed m-Peter closed 2 months ago

m-Peter commented 2 months ago

Right now, all E2E tests are run with a configured gas price of 0, which is not an ideal/realistic scenario. We need to make sure that tests are run with a gas price > 0, to be as close as possible to real-world scenarios.