Skip to content

Commit

Permalink
Remove deprecated networks from hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Sep 11, 2024
1 parent bf43371 commit 18f81c1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/allowances/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ const config: HardhatUserConfig = {
...sharedNetworkConfig,
url: 'https://rpc.gnosischain.com',
},
ewc: {
...sharedNetworkConfig,
url: `https://rpc.energyweb.org`,
},
mumbai: {
...sharedNetworkConfig,
url: `https://polygon-mumbai.infura.io/v3/${INFURA_KEY}`,
},
polygon: {
...sharedNetworkConfig,
url: `https://polygon-mainnet.infura.io/v3/${INFURA_KEY}`,
Expand Down

0 comments on commit 18f81c1

Please sign in to comment.