paritytech / ss58-registry

Registry for SS58 account types
Apache License 2.0
55 stars 150 forks source link

Issue #88 Update Totem Kapex Parachain address format fit within the u8 space #89

Closed chrisdcosta closed 2 years ago

chrisdcosta commented 2 years ago

Related to Issue https://github.com/paritytech/ss58-registry/issues/88

bkchr commented 2 years ago

Can you elaborate a little bit more why you need this?

chrisdcosta commented 2 years ago

It was on the todo to change for us as we had seen it was u8.

I note that it has changed to u16 in substrate, cumulus and substrate-parachain-template recently. We will update and the issue can be closed.

chrisdcosta commented 2 years ago

Related information https://github.com/polkadot-js/apps/issues/7251