You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed all the steps and the contract parts worked okay after using anvil --code-size-limit 4857 but on the frontend side after install all dependencies and running yarn start I get these error messages in the console and buttons are not clickable in the ui at all. Also Loading pairs is stuck, it never displays anything else.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'fee')
at bundle.js:1444:92
The text was updated successfully, but these errors were encountered:
I followed all the steps and the contract parts worked okay after using
anvil --code-size-limit 4857
but on the frontend side after install all dependencies and runningyarn start
I get these error messages in the console and buttons are not clickable in the ui at all. Also Loading pairs is stuck, it never displays anything else.The text was updated successfully, but these errors were encountered: