Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Oct 11, 2024
1 parent d8cfa0d commit 7ab6ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/fixtures/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from unittest.mock import Mock

import pytest
import variables
from blockchain.web3_extentions.lido_contracts import LidoContracts
from blockchain.web3_extentions.transaction import TransactionUtils
from web3 import HTTPProvider, Web3
Expand Down Expand Up @@ -30,7 +31,7 @@ def web3_provider_integration(request) -> Web3:

with anvil_fork(
os.getenv('ANVIL_PATH', ''),
'https://gnosis-chiado-rpc.publicnode.com',
variables.WEB3_RPC_ENDPOINTS[0],
block_num,
):
yield Web3(HTTPProvider('http://127.0.0.1:8545', request_kwargs={'timeout': 3600}))
Expand Down

0 comments on commit 7ab6ed4

Please # to comment.