mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 03:17:59 +00:00
89f062183d
- Add staking, staking-rewards, history externalApi endpoints (subquery.pezkuwichain.io) for both Pezkuwi Relay and Asset Hub - Add identityChain reference to People chain on Relay and Asset Hub - Add stakingWiki link to wiki.pezkuwichain.io/staking - Add pushSupport option to Asset Hub - Add defaultBlockTime to Asset Hub additional config - Regenerate all merged chain versions via sync script
20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"chainId": "f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc",
|
|
"name": "NeuroWeb Testnet (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "NEURO",
|
|
"precision": 12,
|
|
"icon": "NEURO.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://parachain-testnet-rpc.origin-trail.network/",
|
|
"name": "TraceLabs"
|
|
}
|
|
],
|
|
"addressPrefix": 101
|
|
}
|