Skip to content

Commit

Permalink
changed Hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
soumalya340 committed Feb 2, 2024
1 parent 467215b commit fb8b269
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ module.exports = {
maticmum: {
networkId: 80001,
url: MATICMUM_RPC_URL,
accounts: [PRIVATE_KEY],
// accounts: {
// mnemonic: MNEMONIC,
// },
// accounts: [PRIVATE_KEY],
accounts: {
mnemonic: MNEMONIC,
},
},
sepolia: {
networkId: 11155111,
url: SEPOLIA_RPC_URL,
accounts: [PRIVATE_KEY],
// accounts: {
// mnemonic: MNEMONIC,
// },
// accounts: [PRIVATE_KEY],
accounts: {
mnemonic: MNEMONIC,
},
},
arbiGoerli: {
networkId: 421613,
Expand Down

0 comments on commit fb8b269

Please sign in to comment.