Closed johnnymatthews closed 4 months ago
Can confirm that this fix works. Getting a lot of other warnings and errors, but I'm actually receiving a balance now, which is great!
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
esm 12.6.2 node_modules/@entropyxyz/sdk/dist/
esm 12.6.2 node_modules/@polkadot/util-crypto/
(node:124561) [UNDICI-WS] Warning: WebSockets are experimental, expect them to change at any time.
(Use `node --trace-warnings ...` to show where the warning was created)
2024-07-17 17:12:04 REGISTRY: Unknown signed extensions ValidateConfirmRegistered found, treating them as no-effect
2024-07-17 17:12:04 API/INIT: RPC methods not decorated: chainSpec_v1_chainName, chainSpec_v1_genesisHash, chainSpec_v1_properties
0 BITS%
Getting the error when attempting to check the balance of an account using the CLI:
The account I tried to check exists in my
~/.entropy-cli.config
, although I think it has a 0 balance.