Skip to content

Commit

Permalink
annoyingly relying on my own .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Feb 18, 2024
1 parent a9891a8 commit 9755d0a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vite-hardhat/hardhat.config.cts
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ const config: HardhatUserConfig = {
},
},
networks: {
mumbai: {
url: `https://polygon-mumbai.g.alchemy.com/v2/${process.env.MUMBAI_ALCHEMY_KEY}`,
accounts: [process.env.MUMBAI_DEPLOYER_PRIVATE_KEY as string],
},
sepolia: {
url: `https://eth-sepolia.g.alchemy.com/v2/${process.env.SEPOLIA_ALCHEMY_KEY}`,
accounts: [process.env.SEPOLIA_DEPLOYER_PRIVATE_KEY as string],
},
localhost: {
url: 'http://127.0.0.1:8545',
},
Expand Down

0 comments on commit 9755d0a

Please sign in to comment.