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

View File

@ -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
}

View File

@ -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
}

View File

@ -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
},

View File

@ -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
}

View File

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

View File

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

View File

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

View File

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

View File

@ -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
}

View File

@ -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
}