mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Changed to more recent forked block
This commit is contained in:
parent
0652b09ffd
commit
9a9f4183a6
|
@ -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}`,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user