File tree Expand file tree Collapse file tree 3 files changed +339
-23
lines changed Expand file tree Collapse file tree 3 files changed +339
-23
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,8 @@ const config = {
33 solidity : "0.8.24" ,
44 networks : {
55 hardhat : {
6- type : "edr-simulated"
7- } ,
8- sepolia : {
9- type : "http" ,
10- url : process . env . SEPOLIA_RPC_URL || `https://sepolia.infura.io/v3/${ process . env . INFURA_API_KEY } ` ,
11- accounts : process . env . PRIVATE_KEY ? [ process . env . PRIVATE_KEY ] : [ ] ,
12- } ,
13- mainnet : {
14- type : "http" ,
15- url : process . env . MAINNET_RPC_URL || `https://mainnet.infura.io/v3/${ process . env . INFURA_API_KEY } ` ,
16- accounts : process . env . PRIVATE_KEY ? [ process . env . PRIVATE_KEY ] : [ ] ,
17- } ,
18- polygon : {
19- type : "http" ,
20- url : process . env . POLYGON_RPC_URL || `https://polygon-mainnet.infura.io/v3/${ process . env . INFURA_API_KEY } ` ,
21- accounts : process . env . PRIVATE_KEY ? [ process . env . PRIVATE_KEY ] : [ ] ,
22- } ,
23- bsc : {
24- type : "http" ,
25- url : process . env . BSC_RPC_URL || "https://bsc-dataseed1.binance.org" ,
26- accounts : process . env . PRIVATE_KEY ? [ process . env . PRIVATE_KEY ] : [ ] ,
6+ type : "edr-simulated" ,
7+ chainId : 31337
278 } ,
289 } ,
2910} ;
You can’t perform that action at this time.
0 commit comments