Is there any reason to believe Cloudflare workers is blocking RPC network requests to Ethereum?
When I run my
Any reason to believe the same code would behave differently in wrangler vs. in a straight up node environment?
/function endpoint code using node function/myfunction.js I have no issue making goerli RPC calls and getting data back. However, when I run it using wrangler pages dev . then hit the endpoint I get the ever unhelpful RPC errorAny reason to believe the same code would behave differently in wrangler vs. in a straight up node environment?