We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be3970 commit 0308965Copy full SHA for 0308965
scripts/upgradeable/upgradeable.patch
@@ -306,7 +306,7 @@ index 2bc45a4b2..a5aa41d21 100644
306
}
307
308
diff --git a/hardhat.config.ts b/hardhat.config.ts
309
-index ba50439b7..b7af88312 100644
+index ba50439b7..6ee16de43 100644
310
--- a/hardhat.config.ts
311
+++ b/hardhat.config.ts
312
@@ -41,7 +41,7 @@ export default defineConfig({
@@ -323,7 +323,7 @@ index ba50439b7..b7af88312 100644
323
exposed: {
324
initializers: true,
325
- include: ['contracts/**/*.sol'],
326
-+ include: ['contracts/**/*.sol', 'lib/openzeppelin-contracts/contracts/**/*.sol'],
++ include: ['{,lib/openzeppelin-contracts/}contracts/**/*.sol'],
327
exclude: ['**/*WithInit.sol'],
328
},
329
});
0 commit comments