Closed stakeworld closed 6 months ago
Hi @stakeworld, both of these issues should be already fixed on the main branch.
The first issue occurred because CRUNCH_SUBSTRATE_PEOPLE_WS_URL
was not defined, but should no longer be the case. You can opt-in if you want to use identity or not, if CRUNCH_SUBSTRATE_PEOPLE_WS_URL
is not defined crunch will just skip fetching identities.
Paseo is also fixed. Ill issue a new release soon.
Hi,
After updating to the latest version of crunch (0.15.0) kusama doesn't accept the rpc schema and throws an error. Strangely polkadot seems to be working with the same url schema:
kusama env file: CRUNCH_SUBSTRATE_WS_URL=wss://ksm-rpc.stakeworld.io:443 polkadot env: CRUNCH_SUBSTRATE_WS_URL=wss://dot-rpc.stakeworld.io:443
Also paseo seems to be crashing, I think already a little longer, related to activating async backing a while ago?