mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
d916e490f3
* adding mnz logo binary file * adding mnz icons json files for both testnet and mainnet * adding mnz chains json for both testnet and mainnet * fixed explorer URL * fixed the name MNZ to MainnetZ * fixed the name MNZ to MainnetZ * added Sardis bin logo * added sardis icons json files for both mainnet & testnet * added sardis chains json files for both mainnet & testnet * renamed symbol to NetZ * renamed symbol to NetZ * added soverun icon bin file * added soverun icons json for both Soverun mainnet & testnet * added Soverun chains json files for both Soverun mainnet & testnet
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"name": "Sardis Testnet",
|
|
"chain": "SRDX",
|
|
"icon": "sardisTestnet",
|
|
"rpc": ["https://testnet-rpc.sardisnetwork.com"],
|
|
"faucets": ["https://faucet.sardisnetwork.com"],
|
|
"nativeCurrency": {
|
|
"name": "Sardis",
|
|
"symbol": "SRDX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://mysardis.com",
|
|
"shortName": "SRDXt",
|
|
"chainId": 11612,
|
|
"networkId": 11612,
|
|
"explorers": [
|
|
{
|
|
"name": "Sardis",
|
|
"url": "https://testnet.sardisnetwork.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|