Updated Diode symbol from DIO to DIODE (#144)

This commit is contained in:
Dominic Letz 2021-01-11 16:02:38 +01:00 committed by GitHub
parent 7cecdff53f
commit 0e5d8dc704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Diode Testnet Staging",
"chain": "DIO",
"chain": "DIODE",
"network": "testnet",
"rpc": [
"https://staging.diode.io:8443/",
@ -9,7 +9,7 @@
"faucets": [],
"nativeCurrency": {
"name": "Staging Diodes",
"symbol": "sDIO",
"symbol": "sDIODE",
"decimals": 18
},
"infoURL": "https://diode.io/staging",

View File

@ -1,6 +1,6 @@
{
"name": "Diode Prenet",
"chain": "DIO",
"chain": "DIODE",
"network": "mainnet",
"rpc": [
"https://prenet.diode.io:8443/",
@ -9,11 +9,11 @@
"faucets": [],
"nativeCurrency": {
"name": "Diodes",
"symbol": "DIO",
"symbol": "DIODE",
"decimals": 18
},
"infoURL": "https://diode.io/prenet",
"shortName": "dio",
"shortName": "diode",
"chainId": 15,
"networkId": 15
}