Skip to content

Commit

Permalink
fix: revert gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita P committed Nov 12, 2024
1 parent d587fc7 commit 63cc9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def shared_setup(fn_isolation):

@pytest.fixture(scope="session", autouse=True)
def network_gas_price():
network.gas_price("99999999 gwei")
network.gas_price("2 gwei")

@pytest.fixture(scope="function")
def deployer():
Expand Down

0 comments on commit 63cc9fe

Please sign in to comment.