encointer / encointer-parachain

The common good parachain for Kusama
https://encointer.org
GNU General Public License v3.0
9 stars 13 forks source link

Ambiguous ss58-prefix setting on rococo #203

Open clangenb opened 11 months ago

clangenb commented 11 months ago

We have an ambiguous ss58 prefix setting on our rococo parachain:

image

The addresses are shown in both the 42, and the 2 prefix versions. The correct one that we should use, as we use the ROC as our native token, is 42. However, we set the ss58 prefix runtime const to 2 as it seems, and I believe this confuses the UI:

image

We also set it to 2 in the protocol properties in the node. So I wonder, where does polkadot-js/api get infer from that we should use the prefix 42?