Adding Diode Networks (#107)

This commit is contained in:
Dominic Letz 2020-09-17 09:26:38 +02:00 committed by GitHub
parent e7c1371535
commit 21ad7ca0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

19
_data/chains/13.json Normal file
View 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
View 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
}