-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Description:
I'm currently trying to run the offchain-resolver locally, and I believe there are some issues with the provided readme or the code itself, which may be outdated. Here are the problems I encountered:
-
The readme suggests replacing the address on
line 64with the one obtained when running a specific command. However, there is no address mentioned online 64. Could it be a typo? Perhaps it should refer to thedefault:online 65instead? -
In the
hardhat.config.jsfile, on line 15, thedevgatewayurlis set to accesslocalhoston port 8080. However, in thewrangler.tomlfile, on line 11, thewrangleris configured to run the development environment on port 8000. This discrepancy raises the question: Is port 8000 the correct port to run the development environment on? -
Additionally, if I attempt to run the remote gateway using
https://offchain-gateway.ensdomains.workers.dev, I encounter the same problem described in this issue.
Thank you for your attention to these matters. I appreciate any assistance in resolving these issues and getting the offchain-resolver up and running locally.