mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updated Diode symbol from DIO to DIODE (#144)
This commit is contained in:
parent
7cecdff53f
commit
0e5d8dc704
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user