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
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050",
|
|
"name": "Kusama Coretime",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KSM",
|
|
"precision": 12,
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://coretime-kusama-rpc.dwellir.com",
|
|
"name": "Dwellir"
|
|
},
|
|
{
|
|
"url": "wss://sys.ibp.network/coretime-kusama",
|
|
"name": "IBP1"
|
|
},
|
|
{
|
|
"url": "wss://coretime-kusama.dotters.network",
|
|
"name": "IBP2"
|
|
},
|
|
{
|
|
"url": "wss://rpc-coretime-kusama.luckyfriday.io",
|
|
"name": "LuckyFriday"
|
|
},
|
|
{
|
|
"url": "wss://kusama-coretime-rpc.polkadot.io",
|
|
"name": "Parity"
|
|
},
|
|
{
|
|
"url": "wss://ksm-rpc.stakeworld.io/coretime",
|
|
"name": "Stakeworld"
|
|
}
|
|
],
|
|
"addressPrefix": 2
|
|
}
|