Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Undefined RPC_URL #99

Open
merli-eigenlabs opened this issue Dec 9, 2024 · 0 comments · May be fixed by #100
Open

bug: Undefined RPC_URL #99

merli-eigenlabs opened this issue Dec 9, 2024 · 0 comments · May be fixed by #100

Comments

@merli-eigenlabs
Copy link

How to reproduce it:

  • Follow the Quick start guide on the README file.
  • On the step for running npm run start:operator you'll get the following error:
JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started)
Error in registering as operator: Error: connect ECONNREFUSED ::1:8545
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 8545
}
Error in main function: Error: connect ECONNREFUSED ::1:8545
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 8545
}
@merli-eigenlabs merli-eigenlabs linked a pull request Dec 9, 2024 that will close this issue
@merli-eigenlabs merli-eigenlabs linked a pull request Dec 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant