mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 21:47:59 +00:00
46297339b1
- Chain configurations for Polkadot, Kusama and all major parachains - Pezkuwichain ecosystem (Relay Chain, Asset Hub, People Chain) - Staking metadata and validator lists - DApp configurations - XCM cross-chain messaging configs - Governance dApp listings - Promotional banners - Chain migration configurations - Asset metadata and icons Based on Nova Utils with Pezkuwichain extensions
24 lines
645 B
JSON
24 lines
645 B
JSON
{
|
|
"chainId": "0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34",
|
|
"name": "Subspace Gemini 3h (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "tSSC",
|
|
"precision": 18,
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc-0.gemini-3h.subspace.network/ws",
|
|
"name": "US"
|
|
},
|
|
{
|
|
"url": "wss://rpc-1.gemini-3h.subspace.network/ws",
|
|
"name": "US2"
|
|
}
|
|
],
|
|
"addressPrefix": 2254
|
|
}
|