-
Notifications
You must be signed in to change notification settings - Fork 91
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(ui): apply diamond architecture in the credit page #809
Conversation
…ts to avoid invalid hook call
file names that is applied both camel case and pascal case are failing in the github ci process |
c37cc46
to
e111d5b
Compare
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.
You're using "!" Everywhere which should have been strictly forbidden as part of our lint settings.
fixed all again |
please, deploy the contracts locally, provide a bit of QA to your code |
What do you mean "QA"? |
@bojan07 Could you fix this error? |
I thought that it was generated from my network status.. so ignored |
It is caused by the |
Yeah, thanks for your time to check it out |
Just checked in depth. This issue was generated from Uniswap alpha router implementation.. need to check more in depth |
It's not easy to fully understand how it works? any help for this? |
Seems now understood the logic a bit |
Related issue Uniswap/smart-order-router#277 |
|
So, this can be fixed on our codebase? or just uniswap router package issue? |
Or some API has changed. I don't see any reasons why local networks can't be supported.
Hard to say, pls find the root cause of the error and fix it (if possible) |
Oh.. already spending time on it.. feeling big issue 🤷♀️ |
This uniswap router issue wasn't generated from diamond architecture implementation.. seems original codebase related to uniswap router had some problem.. hope to handle this in a separated issue |
@rndquu what do you think? |
The credits page must open without errors. Otherwise there is no sense in the current PR as we will need to fix the credits page ourselves. |
Hmm.. I've already checked that error. But not easy to find the root cause. Hope one who has experience in it solve this |
@molecula451 Could you help with this error? |
yes I will take a look as a part of the review |
Any luck with this? |
While updating from several times of reviews, the work related to credit page was completely reflected to PR804 through the recently added a few commits. so this can be closed to avoid complexity |
Resolves #786