mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
16bc050927
* Validate Shortname with Max Length of 64 * Removed Spaces from `shortName`
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "Sherpax Testnet",
|
|
"chain": "Sherpax Testnet",
|
|
"rpc": ["https://sherpax-testnet.chainx.org/rpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "KSX",
|
|
"symbol": "KSX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://sherpax.io/",
|
|
"shortName": "SherpaxTestnet",
|
|
"chainId": 1507,
|
|
"networkId": 1507,
|
|
"explorers": [
|
|
{
|
|
"name": "Sherpax Testnet Explorer",
|
|
"url": "https://evm-pre.sherpax.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|