EVM_Snapshot error
about 1 year ago by Meenu
I am getting this error when I test my smart contract on rinkeby
ProviderError: Unsupported method: evm_snapshot. See available methods at https://docs.alchemy.com/alchemy/documentation/apis
I am using this RPC url
RINKEBY_RPC_URL_OLD=https://eth-rinkeby.alchemyapi.io/v2/BG92v2ejEUplKTgsKpmUiW8miuV6aGIO
Is it because of deprication of rinkeby testnet? Should I test on Goerli?
I am also using Chainlink VRF/Keepers in my code. Chainlink keepers do not support Goerli. What are the other options for me?