Commit 82f27186 authored by cartcrom's avatar cartcrom Committed by GitHub

test: update hardhat blocknumber (#7559)

* init

* fix: remove console log

* fix: add comment
parent 876d3a1c
...@@ -13,7 +13,8 @@ const forkingConfig = { ...@@ -13,7 +13,8 @@ const forkingConfig = {
const forks = { const forks = {
[ChainId.MAINNET]: { [ChainId.MAINNET]: {
url: `https://mainnet.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`, url: `https://mainnet.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`,
blockNumber: UNIVERSAL_ROUTER_CREATION_BLOCK(ChainId.MAINNET), // Temporarily hardcoding this to fix e2e tests as we investigate source of swap tests failing on older blocknumbers
blockNumber: 18537387,
...forkingConfig, ...forkingConfig,
}, },
[ChainId.POLYGON]: { [ChainId.POLYGON]: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment