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'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 64 with the one obtained when running a specific command. However, there is no address mentioned on line 64. Could it be a typo? Perhaps it should refer to the default: on line 65 instead?
In the hardhat.config.js file, on line 15, the devgatewayurl is set to access localhost on port 8080. However, in the wrangler.toml file, on line 11, the wrangler is 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.
The text was updated successfully, but these errors were encountered:
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 64
with 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 65
instead?In the
hardhat.config.js
file, on line 15, thedevgatewayurl
is set to accesslocalhost
on port 8080. However, in thewrangler.toml
file, on line 11, thewrangler
is 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.
The text was updated successfully, but these errors were encountered: