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

View File

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