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
568 B
JSON
24 lines
568 B
JSON
{
|
|
"chainId": "295aeafca762a304d92ee1505548695091f6082d3f0aa4d092ac3cd6397a6c5e",
|
|
"name": "Autonomys Taurus Testnet (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "tAI3",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc-0.taurus.subspace.network/ws",
|
|
"name": "Labs 1"
|
|
},
|
|
{
|
|
"url": "wss://rpc-1.taurus.subspace.network/ws",
|
|
"name": "Labs 2"
|
|
}
|
|
],
|
|
"addressPrefix": 6094
|
|
}
|