Skip to content

Commit

Permalink
Remove hardhat config updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Aug 27, 2024
1 parent 18992e2 commit ff51688
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions solidity/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,6 @@ const config: HardhatUserConfig = {
url: "http://localhost:8545",
accounts: keys,
gasPrice: 0,
},
polygon: {
url: "https://rpc-amoy.polygon.technology/",
accounts: [
"3e19fdccef660fa2ca61e4020d080ff09edcedc8425ad151d3a408e6bc0b73fc", // metamask account 1
"2a544a0e35f5eced552a4c8d774050a397f9c91b52faf3672d2e8875b11918f0", // metamask account 2
"7950ee77d50fd245f663bded5a15f150baeb5982215bb3315239dd762c72bb34", // metamask account 3
...keys
]
},
linea: {
url: "https://linea-sepolia.infura.io/v3/9623b52708b04add901d1d885be5b00b",
accounts: [
"3e19fdccef660fa2ca61e4020d080ff09edcedc8425ad151d3a408e6bc0b73fc", // metamask account 1
"2a544a0e35f5eced552a4c8d774050a397f9c91b52faf3672d2e8875b11918f0", // metamask account 2
"7950ee77d50fd245f663bded5a15f150baeb5982215bb3315239dd762c72bb34", // metamask account 3
...keys
]
}
}
};
Expand Down

0 comments on commit ff51688

Please sign in to comment.