-
Notifications
You must be signed in to change notification settings - Fork 576
Resolve implementation update #2300
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
Conversation
🦋 Changeset detectedLatest commit: fecb37b The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2300 +/- ##
==========================================
- Coverage 66.90% 66.88% -0.03%
==========================================
Files 293 293
Lines 11201 11209 +8
Branches 1553 1556 +3
==========================================
+ Hits 7494 7497 +3
- Misses 3075 3080 +5
Partials 632 632 ☔ View full report in Codecov by Sentry. |
if (e instanceof Error) { | ||
if ( | ||
!e.message.includes( | ||
`Contract at ${implementationAddress} does not exist on chain`, |
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.
can you explain this change? what do we return if that's the error we hit?
* refactor: Remove unused parameter * refactor: Remove unnecessary comment in useNftDrawerTabs.tsx
resolveImplementation
to return original address if implementation address returns 0x