mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"name": "Rikeza Network Testnet",
|
|
"title": "Rikeza Network Testnet",
|
|
"chain": "Rikeza",
|
|
"icon": "rikeza",
|
|
"rpc": ["https://testnet-rpc.rikscan.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Rikeza",
|
|
"symbol": "RIK",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://rikeza.io",
|
|
"shortName": "tRIK",
|
|
"chainId": 12715,
|
|
"networkId": 12715,
|
|
"explorers": [
|
|
{
|
|
"name": "Rikeza Blockchain explorer",
|
|
"url": "https://testnet.rikscan.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|