Skip to content

Commit

Permalink
change test rpc provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnaril committed Dec 18, 2024
1 parent 6a9d159 commit df719e7
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 @@ -4,7 +4,7 @@
from uniswap_universal_router_decoder import RouterCodec


rpc_endpoint_address = "https://rpc.flashbots.net/"
rpc_endpoint_address = "https://ethereum-rpc.publicnode.com"


@pytest.fixture
Expand Down

0 comments on commit df719e7

Please sign in to comment.