mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
deduplicate shortNames, disambiguate symbols, some misc updates (#124)
This commit is contained in:
parent
2bba14d112
commit
8f391dc649
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Diode Staging",
|
||||
"name": "Diode Testnet Staging",
|
||||
"chain": "DIO",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
|
@ -9,7 +9,7 @@
|
|||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Staging Diodes",
|
||||
"symbol": "DIO",
|
||||
"symbol": "sDIO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://diode.io/staging",
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
],
|
||||
"nativeCurrency": {
|
||||
"name": "NEAR",
|
||||
"symbol": "NEAR",
|
||||
"symbol": "tNEAR",
|
||||
"decimals": 24
|
||||
},
|
||||
"infoURL": "https://near.org/",
|
||||
"shortName": "near",
|
||||
"shortName": "neart",
|
||||
"chainId": 1313161555,
|
||||
"networkId": 1313161555
|
||||
}
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"name": "Elastos",
|
||||
"symbol": "ELA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.elastos.org/",
|
||||
"shortName": "ELAETHSC",
|
||||
"shortName": "elaeth",
|
||||
"chainId": 20,
|
||||
"networkId": 20
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Akaroma",
|
||||
"name": "Akroma",
|
||||
"chain": "AKA",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Akaroma Ether",
|
||||
"name": "Akroma Ether",
|
||||
"symbol": "AKA",
|
||||
"decimals": 18
|
||||
},
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
"https://faucet.elaeth.io/"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"name": "Elastos",
|
||||
"symbol": "tELA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://elaeth.io/",
|
||||
"shortName": "ELAETHSC",
|
||||
"shortName": "elaetht",
|
||||
"chainId": 21,
|
||||
"networkId": 21
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://artis.network",
|
||||
"shortName": "ats",
|
||||
"shortName": "atstau",
|
||||
"chainId": 246785,
|
||||
"networkId": 246785
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://auxilium.global",
|
||||
"shortName": "aux",
|
||||
"shortName": "auxi",
|
||||
"chainId": 28945486,
|
||||
"networkId": 28945486,
|
||||
"slip44": 344
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"symbol": "OETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://optimism.io",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://athereum.ava.network",
|
||||
"shortName": "ath",
|
||||
"shortName": "avaeth",
|
||||
"chainId": 43110,
|
||||
"networkId": 43110
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Matic Mumbai",
|
||||
"name": "Matic Testnet Mumbai",
|
||||
"chain": "Matic",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
|
@ -11,11 +11,11 @@
|
|||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Matic",
|
||||
"symbol": "MATIC",
|
||||
"symbol": "tMATIC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://matic.network/",
|
||||
"shortName": "matic",
|
||||
"shortName": "maticmum",
|
||||
"chainId": 80001,
|
||||
"networkId": 80001
|
||||
}
|
||||
|
|
|
@ -15,11 +15,11 @@
|
|||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Binance Chain Native Token",
|
||||
"symbol": "BNB",
|
||||
"symbol": "tBNB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://testnet.binance.org/",
|
||||
"shortName": "bnb",
|
||||
"shortName": "bnbt",
|
||||
"chainId": 97,
|
||||
"networkId": 97
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user