hi
i can use ganache-cli to fork evm blockchain - works fine. i can fork with
āfork.blockNumber 12345
and ganache writes to me
Block: 12345
however in fact blockchain forked from the latest block, which is really weird as to me. so i use
-f https://rpc.add.res@12345
and in return i have
errno: āETIMEDOUTā,
code: āETIMEDOUTā,
does anyone know how to fork blockchain at a specific block and why it didnāt work for me?