yuma testnet renamed, removed rpc, faucet and explorer (#3072)

This commit is contained in:
David Drvar 2023-06-27 23:09:52 +02:00 committed by GitHub
parent 8550418b3e
commit e59b1f7450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{
"name": "Horizen Yuma Testnet",
"name": "Horizen Yuma Testnet Deprecated",
"shortName": "Yuma",
"chain": "Yuma",
"icon": "eon",
"rpc": ["https://yuma-testnet.horizenlabs.io/ethv1"],
"rpc": [],
"features": [
{
"name": "EIP155"
@ -12,7 +12,7 @@
"name": "EIP1559"
}
],
"faucets": ["https://yuma-testnet-faucet.horizen.io"],
"faucets": [],
"nativeCurrency": {
"name": "Testnet Zen",
"symbol": "tZEN",
@ -22,13 +22,6 @@
"chainId": 1662,
"networkId": 1662,
"slip44": 121,
"explorers": [
{
"name": "Yuma Testnet Block Explorer",
"url": "https://yuma-explorer.horizen.io",
"icon": "eon",
"standard": "EIP3091"
}
],
"explorers": [],
"status": "deprecated"
}