-
Notifications
You must be signed in to change notification settings - Fork 20
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
Updated the dependencies #148
Conversation
merkle-tree/src/utils-web3.js
Outdated
// const eventJsonInterface = web3.utils._.find( | ||
// contractInstance._jsonInterface, // eslint-disable-line no-underscore-dangle | ||
// o => o.name === eventName && o.type === 'event', | ||
// ); |
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.
Are these commented lines needed?
authSource: "admin", | ||
user: "admin", | ||
pass: "admin", | ||
useUnifiedTopology: true, | ||
useFindAndModify: 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.
This could be an issue for cloud dbs (such as MongoDB Atlas). I'm going to try and find a more universal way of making this work.
🎉 This PR is included in version 3.3.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.