Skip to content

Commit

Permalink
fix hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
elshan-eth committed Feb 20, 2024
1 parent 95e754b commit ce2c1b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ const hardhatConfig: HardhatUserConfig = {
localhost: {
url: "http://127.0.0.1:8545/",
},
mainnet: {
url: "https://mainnet.infura.io/v3/",
accounts: [process.env.PRIVATE_KEY as string],
},
polygon: {
url: "https://polygon-mainnet.infura.io/v3/",
accounts: [process.env.PRIVATE_KEY as string],
},
sepolia: {
url: "https://gateway.tenderly.co/public/sepolia",
accounts: [process.env.PRIVATE_KEY as string],
},
},
namedAccounts: {
deployer: {
Expand Down
3 changes: 0 additions & 3 deletions contracts/investorsVesting.csv

This file was deleted.

1 change: 0 additions & 1 deletion contracts/teamVesting.csv

This file was deleted.

0 comments on commit ce2c1b9

Please sign in to comment.