mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 18:17: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
20 lines
486 B
JSON
20 lines
486 B
JSON
{
|
|
"chainId": "9a33d1af38c2736ecddbbbcdc2cb2c3023e9b91dc295ac3f1473fe226e5944a7",
|
|
"name": "t3rn",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "TRN",
|
|
"precision": 12,
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://ws.t3rn.io",
|
|
"name": "t3rn"
|
|
}
|
|
],
|
|
"addressPrefix": 9935
|
|
}
|