Skip to content

Commit

Permalink
More Anvil port issues
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Aug 3, 2023
1 parent 5f1403b commit 7feb363
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_token_tax.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ def anvil_bnb_chain_fork(request, large_busd_holder) -> str:
:return: JSON-RPC URL for Web3
"""
mainnet_rpc = os.environ["BNB_CHAIN_JSON_RPC"]
launch = fork_network_anvil(mainnet_rpc, unlocked_addresses=[large_busd_holder])
launch = fork_network_anvil(
mainnet_rpc,
unlocked_addresses=[large_busd_holder],
port=20008,
)
try:
yield launch.json_rpc_url
finally:
Expand Down

0 comments on commit 7feb363

Please sign in to comment.