deduplicate shortNames, disambiguate symbols, some misc updates (#124)

This commit is contained in:
matejcik 2020-11-12 12:50:30 +01:00 committed by GitHub
parent 2bba14d112
commit 8f391dc649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 22 additions and 22 deletions

View File

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

View File

@ -10,11 +10,11 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "NEAR", "name": "NEAR",
"symbol": "NEAR", "symbol": "tNEAR",
"decimals": 24 "decimals": 24
}, },
"infoURL": "https://near.org/", "infoURL": "https://near.org/",
"shortName": "near", "shortName": "neart",
"chainId": 1313161555, "chainId": 1313161555,
"networkId": 1313161555 "networkId": 1313161555
} }

View File

@ -7,12 +7,12 @@
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Elastos",
"symbol": "ETH", "symbol": "ELA",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://www.elastos.org/", "infoURL": "https://www.elastos.org/",
"shortName": "ELAETHSC", "shortName": "elaeth",
"chainId": 20, "chainId": 20,
"networkId": 20 "networkId": 20
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "Akaroma", "name": "Akroma",
"chain": "AKA", "chain": "AKA",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
@ -7,7 +7,7 @@
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Akaroma Ether", "name": "Akroma Ether",
"symbol": "AKA", "symbol": "AKA",
"decimals": 18 "decimals": 18
}, },

View File

@ -9,12 +9,12 @@
"https://faucet.elaeth.io/" "https://faucet.elaeth.io/"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Elastos",
"symbol": "ETH", "symbol": "tELA",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://elaeth.io/", "infoURL": "https://elaeth.io/",
"shortName": "ELAETHSC", "shortName": "elaetht",
"chainId": 21, "chainId": 21,
"networkId": 21 "networkId": 21
} }

View File

@ -12,7 +12,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://artis.network", "infoURL": "https://artis.network",
"shortName": "ats", "shortName": "atstau",
"chainId": 246785, "chainId": 246785,
"networkId": 246785 "networkId": 246785
} }

View File

@ -12,7 +12,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://auxilium.global", "infoURL": "https://auxilium.global",
"shortName": "aux", "shortName": "auxi",
"chainId": 28945486, "chainId": 28945486,
"networkId": 28945486, "networkId": 28945486,
"slip44": 344 "slip44": 344

View File

@ -6,7 +6,7 @@
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "OETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://optimism.io", "infoURL": "https://optimism.io",

View File

@ -14,7 +14,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://athereum.ava.network", "infoURL": "https://athereum.ava.network",
"shortName": "ath", "shortName": "avaeth",
"chainId": 43110, "chainId": 43110,
"networkId": 43110 "networkId": 43110
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "Matic Mumbai", "name": "Matic Testnet Mumbai",
"chain": "Matic", "chain": "Matic",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
@ -11,11 +11,11 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Matic", "name": "Matic",
"symbol": "MATIC", "symbol": "tMATIC",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://matic.network/", "infoURL": "https://matic.network/",
"shortName": "matic", "shortName": "maticmum",
"chainId": 80001, "chainId": 80001,
"networkId": 80001 "networkId": 80001
} }

View File

@ -15,11 +15,11 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Binance Chain Native Token", "name": "Binance Chain Native Token",
"symbol": "BNB", "symbol": "tBNB",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://testnet.binance.org/", "infoURL": "https://testnet.binance.org/",
"shortName": "bnb", "shortName": "bnbt",
"chainId": 97, "chainId": 97,
"networkId": 97 "networkId": 97
} }