Changed to more recent forked block

This commit is contained in:
Zer0dot 2021-02-11 22:25:37 -05:00
parent 0652b09ffd
commit 9a9f4183a6

View File

@ -65,7 +65,7 @@ const getCommonNetworkConfig = (networkName: eEthereumNetwork, networkId: number
const mainnetFork = MAINNET_FORK const mainnetFork = MAINNET_FORK
? { ? {
blockNumber: 11608298, blockNumber: 11739065,
url: ALCHEMY_KEY url: ALCHEMY_KEY
? `https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_KEY}` ? `https://eth-mainnet.alchemyapi.io/v2/${ALCHEMY_KEY}`
: `https://mainnet.infura.io/v3/${INFURA_KEY}`, : `https://mainnet.infura.io/v3/${INFURA_KEY}`,