-
Notifications
You must be signed in to change notification settings - Fork 420
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
Cannot read properties of undefined (reading 'DAI_OPTIMISM_SEPOLIA') #523
Comments
@jsy1218 Reminder : We're unable to proceed with local development without manual fix in package, Would highly appreciate if you could spare some time this week and push the fix out on the minor import issue we discussed ( in #518 (comment) ) which fixes the above error of |
This issue is still around on version: '3.35.12' ... can't use the SDK at all |
any update on this? |
is it solved? |
I'm submitting a ...
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
On version 3.26.1 we are getting this error:
Cannot read properties of undefined (reading 'DAI_OPTIMISM_SEPOLIA')
We are using Base Network and ethers.Web3Provider with MetaMask.
On NextJS 14.1.4
This error is comming from:
get-candidate-pools.js
token_provider__WEBPACK_IMPORTED_MODULE_20_.DAI_OPTIMISM_SEPOLIA;
It Happens when we try to create alpha router:
On version 3.19 this error does not happens, but then we have another different error so we need to upgrade.
The text was updated successfully, but these errors were encountered: