Error: invalid address or ENS name #3228
Unanswered
EHSchmitt4395
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Can you use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Losing my mind over an error on code that used to work
Contract address is valid and deployed on to matic mainnet, it is searchable, the env is exported in string format. When i resolve the address or utils test it, it comes out good. To my knowledge when i console log the signer and the contract before the tx is sent things look good values are all there. I can do normal read only calls. I considered maybe the params were off -- but ive tested parameters via simulations in tenderly so i feel confident those are fine.
What else do i check with this maddening error? Where is name? How is it undefined? Ive checked the npm package code and it seems like things should check out with me providing ContractAddress as string? Again valid contract that is deployed and accessible.
Is there a better version i can use to avoid all this ens jazz? I just need to resolve a standard 0x address, no need for ether dns in my use case.
Cheers!! Lmk what else i may need to show. Frustrating :/
Beta Was this translation helpful? Give feedback.
All reactions