mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-05-30 13:31:07 +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
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"chainId": "a518884657dc1ae5492b530666bc3b3c4d49a65341a0721095400dc7ccaa105d",
|
|
"name": "Melodie Testnet V2 Live (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "MEL",
|
|
"precision": 12,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://melodie-rpc.allfeat.io",
|
|
"name": "Allfeat labs"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|