Add some more missing slip44 values (#473)

This commit is contained in:
Frederik Bolding 2021-10-11 19:53:14 +02:00 committed by GitHub
parent 2718c1060d
commit bac9896902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 5 deletions

View File

@ -14,5 +14,6 @@
"infoURL": "https://evrice.com",
"shortName": "EVC",
"chainId": 1010,
"networkId": 1010
"networkId": 1010,
"slip44": 1020
}

View File

@ -16,5 +16,6 @@
"infoURL": "https://thundercore.com",
"shortName": "TT",
"chainId": 108,
"networkId": 108
"networkId": 108,
"slip44": 1001
}

View File

@ -16,6 +16,7 @@
"shortName": "heco",
"chainId": 128,
"networkId": 128,
"slip44": 1010,
"explorers": [{
"name": "hecoinfo",
"url": "https://hecoinfo.com",

View File

@ -18,6 +18,7 @@
"shortName": "matic",
"chainId": 137,
"networkId": 137,
"slip44": 966,
"explorers": [{
"name": "polygonscan",
"url": "https://polygonscan.com",

View File

@ -14,5 +14,6 @@
"infoURL": "https://webchain.network",
"shortName": "web",
"chainId": 24484,
"networkId": 37129
"networkId": 37129,
"slip44": 227
}

View File

@ -27,6 +27,7 @@
"shortName": "bnb",
"chainId": 56,
"networkId": 56,
"slip44": 714,
"explorers": [{
"name": "bscscan",
"url": "https://bscscan.com",

View File

@ -14,5 +14,6 @@
"infoURL": "https://tomocoin.io",
"shortName": "tomo",
"chainId": 88,
"networkId": 88
"networkId": 88,
"slip44": 889
}

View File

@ -17,5 +17,6 @@
"infoURL": "https://poa.network",
"shortName": "skl",
"chainId": 99,
"networkId": 99
"networkId": 99,
"slip44": 178
}