-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bump ethers to v6.7.1 #141
Conversation
@@ -19,5 +19,6 @@ module.exports = { | |||
}, | |||
typechain: { | |||
outDir: "src/contracts", | |||
dontOverrideCompile: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node_modules/@nomicfoundation/hardhat-toolbox/src/index.ts
// We don't generate types for js projects
if (userConfig?.typechain?.dontOverrideCompile === undefined) {
config.typechain.dontOverrideCompile =
config.paths.configFile.endsWith(".js") ||
config.paths.configFile.endsWith(".cjs");
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zixiang2018 Please make this as a breaking change. Thanks.🙇♂️
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
To resolve an issue when creating document store on Polygon mainnet which results in "processing response error" on the OA CLI
Changes
Issues
Releases
Channels: latest