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
An unexpected error occurred:
Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)
at Logger.makeError (/Users/timoz/OZGit/compound-monitoring-v3/address-generator/comet/node_modules/@ethersproject/logger/src.ts/index.ts:269:28)
at Logger.throwError (/Users/timoz/OZGit/compound-monitoring-v3/address-generator/comet/node_modules/@ethersproject/logger/src.ts/index.ts:281:20)
at EthersProviderWrapper.<anonymous> (/Users/timoz/OZGit/compound-monitoring-v3/address-generator/comet/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:483:23)
at step (/Users/timoz/OZGit/compound-monitoring-v3/address-generator/comet/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:48:23)
at Object.throw (/Users/timoz/OZGit/compound-monitoring-v3/address-generator/comet/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:29:53)
at rejected (/Users/timoz/OZGit/compound-monitoring-v3/address-generator/comet/node_modules/@ethersproject/providers/lib/json-rpc-provider.js:21:65)
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
reason: 'could not detect network',
code: 'NETWORK_ERROR',
event: 'noNetwork'
}
Obviously because RPC is defined by INFURA_KEY while Infura does not support base yet.
It would be more reliable if RPC_URL could be supplied generally, instead of relying on a particular provider.
The text was updated successfully, but these errors were encountered:
peersky
changed the title
Spider tool can't crawl base
Spider tool can't crawl base with basic infura key
Feb 1, 2024
Checked the hardhat code. It's just missing in readme that for base one needs to define QUICKNODE_KEY . Using generic BASE_RPC_URL would still be best for more wider provider scope.
Running
provides error
Obviously because RPC is defined by
INFURA_KEY
while Infura does not support base yet.It would be more reliable if
RPC_URL
could be supplied generally, instead of relying on a particular provider.The text was updated successfully, but these errors were encountered: