Skip to content

Commit

Permalink
comment main network
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Oct 19, 2023
1 parent 758741e commit 1f3624b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ const config: HardhatUserConfig = {
],
},
networks: {
main: {
chainId: 137,
url: `${process.env.MAIN_RPC_URL}`,
accounts: [`0x${process.env.MAIN_PRIVATE_KEY}`],
},
// main: {
// chainId: 137,
// url: `${process.env.MAIN_RPC_URL}`,
// accounts: [`0x${process.env.MAIN_PRIVATE_KEY}`],
// },
// mumbai: {
// chainId: 80001,
// url: `${process.env.MUMBAI_RPC_URL}`,
Expand Down

0 comments on commit 1f3624b

Please sign in to comment.