Skip to content

Commit

Permalink
Fix network issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MSamiTariq committed Oct 23, 2024
1 parent 607ce91 commit 2992f8e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const networkConfigs: NetworkConfig[] = [
{
network: 'base',
chainId: 8453,
url: `https://fluent-prettiest-scion.base-mainnet.quiknode.pro/${QUICKNODE_KEY}`,
url: `https://base-mainnet.infura.io/v3/${INFURA_KEY}`,
},
{
network: 'arbitrum',
Expand Down Expand Up @@ -262,6 +262,20 @@ const config: HardhatUserConfig = {
berlin: 0,
shanghai: 0,
}
},
137: {
hardforkHistory: {
london: 0,
berlin: 0,
shanghai: 0,
}
},
8453: {
hardforkHistory: {
london: 0,
berlin: 0,
shanghai: 0,
}
}
}
},
Expand Down

0 comments on commit 2992f8e

Please sign in to comment.