You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Show we can se the base-fee.
new_base_fee = 1_000_000
data = {"foundry": {"base_fee": new_base_fee, "host": "http://127.0.0.1:8555/"}}
with temp_config(data):
with networks.ethereum.local.use_provider("foundry") as provider:
> assert provider.base_fee == new_base_fee
E assert 875000 == 1000000
E + where 875000 = <foundry chain_id=31337>.base_fee
/home/runner/work/ape-foundry/ape-foundry/tests/test_provider.py:292: AssertionError
Base fee config test appears to be failing for some reason.
Environment information
CI
What went wrong?
Base fee config test appears to be failing for some reason.
Ref: https://github.com/ApeWorX/ape-foundry/actions/runs/8167913540/job/22329080151?pr=93
How can it be fixed?
Unclear. Could be an upstream ape issue?
The text was updated successfully, but these errors were encountered: