hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
68 stars 72 forks source link

Configure the test balance to be variable when running the acceptance test suite. #3007

Closed ebadiere closed 1 month ago

ebadiere commented 2 months ago

Problem

While trying to run the test suite on mainnet the tests are stopping with the insufficient balance message. The release test suite is a much smaller test suite so we need a way to bypass or configure this check.

Solution

Add a way to bypass or configure the balance needed to run the test suite.

Alternatives

No response