AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

yarn dev connect to localhost instead of config endpoint #557

Closed zqhxuyuan closed 10 months ago

zqhxuyuan commented 10 months ago
➜  chopsticks git:(master) ✗ yarn dev
[11:47:59.347] DEBUG (plugin/79240): Registered plugin CLI: decode-key
[11:47:59.373] DEBUG (plugin/79240): Registered plugin CLI: dry-run
[11:47:59.379] DEBUG (plugin/79240): Registered plugin CLI: follow-chain
[11:47:59.390] DEBUG (plugin/79240): Registered plugin CLI: run-block
[11:47:59.406] DEBUG (plugin/79240): Registered plugin CLI: try-runtime
2023-11-24 11:47:59          API-WS: disconnected from ws://127.0.0.1:9944: 1006:: Abnormal Closure
2023-11-24 11:48:02          API-WS: disconnected from ws://127.0.0.1:9944: 1006:: Abnormal Closure
2023-11-24 11:48:05          API-WS: disconnected from ws://127.0.0.1:9944: 1006:: Abnormal Closure

Did I miss sth?

qiweiii commented 10 months ago

What is the version of node used, note that chopsticks needs node v18+

zqhxuyuan commented 10 months ago

yes, using 18+. yarn start --config=... works fine.

ermalkaleci commented 10 months ago

dev was meat for local node with auto restart but is just a leftover now

ermalkaleci commented 10 months ago

we should just remove it