mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add some more missing slip44 values (#473)
This commit is contained in:
parent
2718c1060d
commit
bac9896902
|
@ -14,5 +14,6 @@
|
|||
"infoURL": "https://evrice.com",
|
||||
"shortName": "EVC",
|
||||
"chainId": 1010,
|
||||
"networkId": 1010
|
||||
"networkId": 1010,
|
||||
"slip44": 1020
|
||||
}
|
||||
|
|
|
@ -16,5 +16,6 @@
|
|||
"infoURL": "https://thundercore.com",
|
||||
"shortName": "TT",
|
||||
"chainId": 108,
|
||||
"networkId": 108
|
||||
"networkId": 108,
|
||||
"slip44": 1001
|
||||
}
|
|
@ -16,6 +16,7 @@
|
|||
"shortName": "heco",
|
||||
"chainId": 128,
|
||||
"networkId": 128,
|
||||
"slip44": 1010,
|
||||
"explorers": [{
|
||||
"name": "hecoinfo",
|
||||
"url": "https://hecoinfo.com",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"shortName": "matic",
|
||||
"chainId": 137,
|
||||
"networkId": 137,
|
||||
"slip44": 966,
|
||||
"explorers": [{
|
||||
"name": "polygonscan",
|
||||
"url": "https://polygonscan.com",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"infoURL": "https://webchain.network",
|
||||
"shortName": "web",
|
||||
"chainId": 24484,
|
||||
"networkId": 37129
|
||||
"networkId": 37129,
|
||||
"slip44": 227
|
||||
}
|
|
@ -27,6 +27,7 @@
|
|||
"shortName": "bnb",
|
||||
"chainId": 56,
|
||||
"networkId": 56,
|
||||
"slip44": 714,
|
||||
"explorers": [{
|
||||
"name": "bscscan",
|
||||
"url": "https://bscscan.com",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"infoURL": "https://tomocoin.io",
|
||||
"shortName": "tomo",
|
||||
"chainId": 88,
|
||||
"networkId": 88
|
||||
"networkId": 88,
|
||||
"slip44": 889
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@
|
|||
"infoURL": "https://poa.network",
|
||||
"shortName": "skl",
|
||||
"chainId": 99,
|
||||
"networkId": 99
|
||||
"networkId": 99,
|
||||
"slip44": 178
|
||||
}
|
Loading…
Reference in New Issue
Block a user