mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 14: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
617 B
JSON
24 lines
617 B
JSON
{
|
|
"chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b",
|
|
"name": "Laos Network",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "LAOS",
|
|
"precision": 18,
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://laos-rpc.dwellir.com",
|
|
"name": "Dwellir"
|
|
},
|
|
{
|
|
"url": "wss://rpc.laos.laosfoundation.io",
|
|
"name": "freeverse.io"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|