mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"name": "Diode Testnet Staging",
|
|
"chain": "DIODE",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://staging.diode.io:8443/",
|
|
"wss://staging.diode.io:8443/ws"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Staging Diodes",
|
|
"symbol": "sDIODE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://diode.io/staging",
|
|
"shortName": "dstg",
|
|
"chainId": 13,
|
|
"networkId": 13
|
|
}
|