Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers.
What is the current behavior and expected behavior?
Currently encodeAddress supports prefixes up to 16383, but now Mythos Parachain uses the prefix 29972, which is not supported so far.
What is the motivation for changing the behavior?
Add support for Mythos Parachain
Please tell us about your environment:
This was tested using a script simmilar to this one, but changing the addresses to fit Mythos and replacing PolkadotSS58Format.polkadot by 29972.
Version: 12.6.2
Environment:
[x] Node.js
[ ] Browser
[ ] Other (limited support for other environments)
I'm submitting a ...
What is the current behavior and expected behavior? Currently
encodeAddress
supports prefixes up to16383
, but now Mythos Parachain uses the prefix29972
, which is not supported so far.What is the motivation for changing the behavior?
Add support for Mythos Parachain
This was tested using a script simmilar to this one, but changing the addresses to fit Mythos and replacing
PolkadotSS58Format.polkadot
by29972
.Version: 12.6.2
Environment:
Language: