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.
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