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
36 lines
993 B
JSON
36 lines
993 B
JSON
{
|
|
"chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782",
|
|
"name": "Westend BridgeHub (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "WND",
|
|
"precision": 12,
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://bridge-hub-westend-rpc.dwellir.com",
|
|
"name": "Dwellir"
|
|
},
|
|
{
|
|
"url": "wss://westend-bridge-hub-rpc-tn.dwellir.com",
|
|
"name": "Dwellir Tunisia"
|
|
},
|
|
{
|
|
"url": "wss://sys.ibp.network/bridgehub-westend",
|
|
"name": "IBP1"
|
|
},
|
|
{
|
|
"url": "wss://bridge-hub-westend.dotters.network",
|
|
"name": "IBP2"
|
|
},
|
|
{
|
|
"url": "wss://westend-bridge-hub-rpc.polkadot.io",
|
|
"name": "Parity"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|