We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reports of 1.4.0 release being unable to connect with mainnet
Unable to initialize the API: undefined is not a function
Debugging shows this line may be the cause https://github.com/polkadot-js/api/blob/033cba718d31e8bbd8b90ece99b7e9e6a7db579d/packages/api/src/base/Init.ts#L250
const metadataKey = `${this._genesisHash?.toHex() || '0x'}-${runtimeVersion.specVersion.toString()}`;
The text was updated successfully, but these errors were encountered:
Interestingly... on the UI branch which uses latest CENNZnet API 1.4.0, I am able to connect to mainnet Azalea (v39) as well as Nikau(40)
Sorry, something went wrong.
Seems to be occurring on Sylo android device
could be solved by managing our own po[l|n]yfills i.e #325
No branches or pull requests
reports of 1.4.0 release being unable to connect with mainnet
Debugging shows this line may be the cause
https://github.com/polkadot-js/api/blob/033cba718d31e8bbd8b90ece99b7e9e6a7db579d/packages/api/src/base/Init.ts#L250
The text was updated successfully, but these errors were encountered: