mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding Diode Networks (#107)
This commit is contained in:
parent
e7c1371535
commit
21ad7ca0c8
19
_data/chains/13.json
Normal file
19
_data/chains/13.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Diode Staging",
|
||||||
|
"chain": "DIO",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://staging.diode.io:8443/",
|
||||||
|
"wss://staging.diode.io:8443/ws"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Staging Diodes",
|
||||||
|
"symbol": "DIO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://diode.io/staging",
|
||||||
|
"shortName": "dstg",
|
||||||
|
"chainId": 13,
|
||||||
|
"networkId": 13
|
||||||
|
}
|
19
_data/chains/15.json
Normal file
19
_data/chains/15.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Diode Prenet",
|
||||||
|
"chain": "DIO",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://prenet.diode.io:8443/",
|
||||||
|
"wss://prenet.diode.io:8443/ws"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Diodes",
|
||||||
|
"symbol": "DIO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://diode.io/prenet",
|
||||||
|
"shortName": "dio",
|
||||||
|
"chainId": 15,
|
||||||
|
"networkId": 15
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user