Add Alice Mainnet (ss58 prefix 300, ALICE)#694
Open
V-SK wants to merge 1 commit into
Open
Conversation
Add the Alice Mainnet standalone Substrate chain so it displays as "Alice Mainnet" with its logo: - ChainInfo.json: alice (RELAYCHAIN, prefix 300, ALICE/12, wss://rpc.aliceprotocol.org) - ChainAsset.json: alice-NATIVE-ALICE (native, ED 1000000000) - ChainLogoMap.json / AssetLogoMap.json: logo mappings - logo/alice.png (512x512) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Alice Mainnet, a standalone Substrate (solo) chain, so it shows as
Alice Mainnetwith its logo instead of a raw RPC/domain entry when users add the network.Chain details
0x7746a1d14736a95e00a617a11094b6e86bbf91cd4e7e64c0e748e3c0d2ad54b0wss://rpc.aliceprotocol.org1000000000(queried on-chain)Changes
ChainInfo.json— addalice(RELAYCHAIN, standalone;relaySlug/paraIdnull)ChainAsset.json— addalice-NATIVE-ALICE(native token)ChainLogoMap.json/AssetLogoMap.json— logo mappingslogo/alice.png— 512×512 transparent PNGGenesis hash verified live via
chain_getBlockHash[0]. Entry schema mirrored from existing standalone Substrate chains (e.g.aleph). JSON validated; happy to adjust for any data-validation/lint feedback.🤖 Generated with Claude Code