polkadot-js / common

Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers.
Apache License 2.0
254 stars 146 forks source link

SS58 registry is outdated #741

Closed jacogr closed 4 years ago

jacogr commented 4 years ago

cc @jacogr

Discrepancies detected between https://github.com/paritytech/substrate/blob/master/ss58-registry.json and https://github.com/polkadot-js/common/blob/master/packages/networks/src/index.ts

Check the nightly cron output or run yarn networks:crosscheck locally. The output as found from the test includes:

Number of entries mismatched:: Expected 40 found 39

Missing entries found: [ "Synesthesia (15)" ]

polkadot-js-bot commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.