mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
34 lines
667 B
JSON
34 lines
667 B
JSON
{
|
|
"name": "Horizen Yuma Testnet",
|
|
"shortName": "Yuma",
|
|
"chain": "Yuma",
|
|
"icon": "eon",
|
|
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
|
|
"features": [
|
|
{
|
|
"name": "EIP155"
|
|
},
|
|
{
|
|
"name": "EIP1559"
|
|
}
|
|
],
|
|
"faucets": ["https://yuma-testnet-faucet.horizen.io"],
|
|
"nativeCurrency": {
|
|
"name": "Testnet Zen",
|
|
"symbol": "tZEN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://horizen.io/",
|
|
"chainId": 1662,
|
|
"networkId": 1662,
|
|
"slip44": 121,
|
|
"explorers": [
|
|
{
|
|
"name": "Yuma Testnet Block Explorer",
|
|
"url": "https://yuma-explorer.horizen.io",
|
|
"icon": "eon",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|