createFork for same block number multiple times adds an extra /
for every call
#6759
Closed
2 tasks done
Labels
T-bug
Type: bug
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (71d8ea5 2024-01-09T14:41:14.837767655Z)
What command(s) is the bug in?
createFork/createSelectFork
Operating System
Linux
Describe the bug
each time you use a createFork for a specific block number it adds a
/
to the rpcUrl. try:Error:
notice the error the fork url adds 2
/
we tried
Notice here we added a
/
here explicitly. it failed one statement before with the same error with two/
even if we add different block# for createFork it will break only on the third of the same block number.
The text was updated successfully, but these errors were encountered: