We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd04d3 commit 659684bCopy full SHA for 659684b
packages/hardhat-core/src/internal/core/config/default-config.ts
@@ -141,6 +141,30 @@ export const defaultHardhatNetworkParams: Omit<
141
]),
142
},
143
],
144
+ [
145
+ 10, // optimism mainnet
146
+ {
147
+ hardforkHistory: new Map([[HardforkName.SHANGHAI, 0]]),
148
+ },
149
+ ],
150
151
+ 11155420, // optimism sepolia
152
153
154
155
156
157
+ 42161, // arbitrum one
158
159
160
161
162
163
+ 421614, // arbitrum sepolia
164
165
166
167
168
169
};
170
0 commit comments