You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mnemonic: "casual vacant letter raw trend tool vacant opera buzz jaguar bridge myself",
79
-
},// ONLY LOCAL
78
+
mnemonic: "casual vacant letter raw trend tool vacant opera buzz jaguar bridge myself"
79
+
}// ONLY LOCAL
80
80
},
81
81
anvil: {
82
82
url: process.env.ANVIL_RPC_URL??"",
83
83
accounts: {
84
-
mnemonic: process.env.ANVIL_MNEMONIC??"x",
85
-
},
86
-
},
84
+
mnemonic: process.env.ANVIL_MNEMONIC??"x"
85
+
}
86
+
}
87
87
},
88
88
paths: {
89
-
sources: "./src",
89
+
sources: "./src"
90
90
},
91
91
solidity: {
92
92
compilers: [
@@ -95,19 +95,19 @@ export default {
95
95
settings: {
96
96
optimizer: {
97
97
enabled: true,
98
-
runs: 200000,
99
-
},
100
-
},
101
-
},
102
-
],
98
+
runs: 200000
99
+
}
100
+
}
101
+
}
102
+
]
103
103
},
104
104
etherscan: {
105
-
apiKey: process.env.ETHERSCAN_API_KEY,
105
+
apiKey: process.env.ETHERSCAN_API_KEY
106
106
},
107
107
typechain: {
108
108
outDir: "types",
109
109
target: "ethers-v5",
110
-
alwaysGenerateOverloads: true,// should overloads with full signatures like deposit(uint256) be generated always, even if there are no overloads?
110
+
alwaysGenerateOverloads: true// should overloads with full signatures like deposit(uint256) be generated always, even if there are no overloads?
111
111
// externalArtifacts: ["externalArtifacts/*.json"], // optional array of glob patterns with external artifacts to process (for example external libs from node_modules)
0 commit comments