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

I cannot connect to a local JSON-RPC node #1220

Open
EAG-es opened this issue Feb 27, 2024 · 0 comments
Open

I cannot connect to a local JSON-RPC node #1220

EAG-es opened this issue Feb 27, 2024 · 0 comments
Labels

Comments

@EAG-es
Copy link

EAG-es commented Feb 27, 2024

I have build EthVM with:

NODE_ENV=development
VUE_APP_NETWORK='SEPOLIA'
VUE_APP_PUBLIC_URL='sepolia.ethvm.com/'
VUE_APP_HTTP_LINK=https://sepolia-api-v2.ethvm.dev
VUE_APP_WS_CLIENT=wss://sepolia-apiws-v2.ethvm.dev

And it works.
But when I want to make it work with my Cronosd Local Node:

NODE_ENV=development
VUE_APP_NETWORK='Cronos Local node'
VUE_APP_PUBLIC_URL='127.0.0.1/'
VUE_APP_HTTP_LINK=https://127.0.0.1:26661
VUE_APP_WS_CLIENT=wss://127.0.0.1:26662
pnpm install
pnpm serve

It does not present results...
But https://127.0.0.1:26661 works for Metamask at network id: 331110

What should I do? To connect to a local node.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant