Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Jul 16, 2024
1 parent 439bd57 commit f1b884c
Show file tree
Hide file tree
Showing 6 changed files with 946 additions and 1,037 deletions.
Empty file added deploy/.gitkeep
Empty file.
6 changes: 0 additions & 6 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ const config: HardhatUserConfig = {
gasMultiplier: 1.2,
timeout: 60000,
},
mumbai: {
url: "https://polygon-mumbai-bor-rpc.publicnode.com",
accounts: privateKey(),
gasMultiplier: 1.2,
},
fuji: {
url: `https://avalanche-fuji.infura.io/v3/${process.env.INFURA_KEY}`,
accounts: privateKey(),
Expand Down Expand Up @@ -86,7 +81,6 @@ const config: HardhatUserConfig = {
mainnet: `${process.env.ETHERSCAN_KEY}`,
bscTestnet: `${process.env.BSCSCAN_KEY}`,
bsc: `${process.env.BSCSCAN_KEY}`,
polygonMumbai: `${process.env.POLYGONSCAN_KEY}`,
polygon: `${process.env.POLYGONSCAN_KEY}`,
avalancheFujiTestnet: `${process.env.AVALANCHE_KEY}`,
avalanche: `${process.env.AVALANCHE_KEY}`,
Expand Down
Loading

0 comments on commit f1b884c

Please sign in to comment.