Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@ledgerhq/cryptoassets

Package Overview
Dependencies
Maintainers
15
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/cryptoassets - npm Package Compare versions

Comparing version 5.39.1 to 5.39.2

435

lib-es/currencies.js

@@ -201,38 +201,2 @@ /*

},
bitcloud: {
type: "CryptoCurrency",
id: "bitcloud",
coinType: 218,
name: "BitCloud",
managerAppName: "BitCloud",
ticker: "BTDX",
scheme: "bitcloud",
color: "#00d2ff",
family: "bitcoin",
blockAvgTime: 300,
bitcoinLikeInfo: {
P2PKH: 25,
P2SH: 5
},
units: [{
name: "BTDX",
code: "BTDX",
magnitude: 8
}, {
name: "Milli-BTDX",
code: "mBTDX",
magnitude: 5
}, {
name: "Micro-BTDX",
code: "uBTDX",
magnitude: 2
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://chainz.cryptoid.info/btdx/tx.dws?$hash.htm"
}]
},
bitcoin: {

@@ -379,75 +343,2 @@ type: "CryptoCurrency",

},
bitcore: {
type: "CryptoCurrency",
id: "bitcore",
forkedFrom: "bitcoin",
coinType: 160,
name: "BitCore",
managerAppName: "BitCore",
ticker: "BTX",
scheme: "btx",
color: "#fb2d84",
family: "bitcoin",
blockAvgTime: 2.5 * 60,
bitcoinLikeInfo: {
P2PKH: 3,
P2SH: 125
},
units: [{
name: "bitcore",
code: "BTX",
magnitude: 8
}, {
name: "mBTX",
code: "mBTX",
magnitude: 5
}, {
name: "uBTX",
code: "uBTX",
magnitude: 2
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://insight.bitcore.cc/tx/$hash"
}]
},
bitsend: {
type: "CryptoCurrency",
id: "bitsend",
coinType: 91,
name: "BitSend",
managerAppName: "BitSend",
ticker: "BSD",
scheme: "bitsend",
color: "#5fb7ff",
family: "bitcoin",
blockAvgTime: 200,
bitcoinLikeInfo: {
P2PKH: 102,
P2SH: 5
},
units: [{
name: "Bitsend",
code: "BSD",
magnitude: 8
}, {
name: "Milli-Bitsend",
code: "mBSD",
magnitude: 5
}, {
name: "Micro-Bitsend",
code: "uBSD",
magnitude: 2
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://chainz.cryptoid.info/bsd/tx.dws?$hash.htm"
}]
},
bnb: {

@@ -571,37 +462,11 @@ type: "CryptoCurrency",

},
cosmos_stargate: {
cosmos_testnet: {
type: "CryptoCurrency",
id: "cosmos_stargate",
id: "cosmos_testnet",
coinType: 118,
name: "Cosmos",
managerAppName: "Cosmos",
ticker: "ATOM",
scheme: "cosmos_stargate",
color: "#16192f",
family: "cosmos",
// FIXME: enable it back when confirmation number is fixed
// blockAvgTime: 8,
units: [{
name: "Atom",
code: "ATOM",
magnitude: 6
}, {
name: "microAtom",
code: "uatom",
magnitude: 0
}],
explorerViews: [{
tx: "https://www.mintscan.io/txs/$hash",
address: "https://www.mintscan.io/validators/$address"
}]
},
cosmos_stargate_testnet: {
type: "CryptoCurrency",
id: "cosmos_stargate_testnet",
coinType: 118,
name: "Cosmos (Testnet)",
managerAppName: "Cosmos",
ticker: "MUON",
scheme: "cosmos_stargate_testnet",
isTestnetFor: "cosmos_stargate",
scheme: "cosmos_testnet",
isTestnetFor: "cosmos",
disableCountervalue: true,

@@ -776,2 +641,19 @@ color: "#16192f",

},
elastos: {
type: "CryptoCurrency",
id: "elastos",
coinType: 2305,
name: "Elastos",
managerAppName: "Elastos",
ticker: "ELA",
scheme: "elastos",
color: "#000",
family: "elastos",
units: [{
name: "ELA",
code: "ELA",
magnitude: 8
}],
explorerViews: []
},
ellaism: {

@@ -794,2 +676,39 @@ type: "CryptoCurrency",

},
elrond: {
type: "CryptoCurrency",
id: "elrond",
coinType: 508,
name: "Elrond",
managerAppName: "Elrond",
ticker: "eGLD",
scheme: "elrond",
color: "#000",
family: "elrond",
units: [{
name: "eGLD",
code: "eGLD",
magnitude: 18
}],
explorerViews: []
},
energywebchain: {
type: "CryptoCurrency",
id: "energywebchain",
coinType: 246,
name: "EnergyWebChain",
managerAppName: "EnergyWebChain",
ticker: "EWT",
scheme: "energywebchain",
color: "#000",
family: "ethereum",
ethereumLikeInfo: {
chainId: 246
},
units: [{
name: "EWT",
code: "EWT",
magnitude: 18
}],
explorerViews: []
},
eos: {

@@ -812,19 +731,2 @@ type: "CryptoCurrency",

},
eos_classic: {
type: "CryptoCurrency",
id: "eos_classic",
coinType: 2018,
name: "EOSC",
managerAppName: "EOSC",
ticker: "EOSC",
scheme: "eosclassic",
color: "#000000",
family: "eosclassic",
units: [{
name: "EOSC",
code: "EOSC",
magnitude: 2
}],
explorerViews: []
},
ethereum: {

@@ -868,3 +770,3 @@ type: "CryptoCurrency",

explorerViews: [{
tx: "https://blockscout.com/etc/mainnet/tx/$hash/internal_transactions",
tx: "https://blockscout.com/etc/mainnet/tx/$hash/internal-transactions",
address: "https://blockscout.com/etc/mainnet/address/$address/transactions"

@@ -977,2 +879,19 @@ }]

},
flow: {
type: "CryptoCurrency",
id: "flow",
coinType: 539,
name: "Flow",
managerAppName: "Flow",
ticker: "FLOW",
scheme: "flow",
color: "#000",
family: "flow",
units: [{
name: "FLOW",
code: "FLOW",
magnitude: 8
}],
explorerViews: []
},
game_credits: {

@@ -1067,2 +986,19 @@ type: "CryptoCurrency",

},
hedera: {
type: "CryptoCurrency",
id: "hedera",
coinType: 3030,
name: "Hedera",
managerAppName: "Hedera",
ticker: "HBAR",
scheme: "hedera",
color: "#000",
family: "hedera",
units: [{
name: "HBAR",
code: "HBAR",
magnitude: 8
}],
explorerViews: []
},
hpb: {

@@ -1146,2 +1082,19 @@ type: "CryptoCurrency",

},
iov: {
type: "CryptoCurrency",
id: "iov",
coinType: 234,
name: "IOV",
managerAppName: "IOV",
ticker: "IOV",
scheme: "iov",
color: "#000",
family: "iov",
units: [{
name: "IOV",
code: "IOV",
magnitude: 6
}],
explorerViews: []
},
kin: {

@@ -1197,2 +1150,36 @@ type: "CryptoCurrency",

},
kusama: {
type: "CryptoCurrency",
id: "kusama",
coinType: 434,
name: "Kusama",
managerAppName: "Kusama",
ticker: "KSM",
scheme: "kusama",
color: "#000",
family: "kusama",
units: [{
name: "KSM",
code: "KSM",
magnitude: 12
}],
explorerViews: []
},
lbry: {
type: "CryptoCurrency",
id: "LBRY",
coinType: 140,
name: "LBRY",
managerAppName: "LBRY",
ticker: "LBRY",
scheme: "LBRY",
color: "#000",
family: "bitcoin",
units: [{
name: "LBRY",
code: "LBRY",
magnitude: 8
}],
explorerViews: []
},
litecoin: {

@@ -1272,31 +1259,2 @@ type: "CryptoCurrency",

},
megacoin: {
type: "CryptoCurrency",
id: "megacoin",
forkedFrom: "bitcoin",
coinType: 217,
name: "Megacoin",
managerAppName: "Megacoin",
ticker: "MEC",
scheme: "mec",
color: "#ed0012",
family: "bitcoin",
blockAvgTime: 2.5 * 60,
bitcoinLikeInfo: {
P2PKH: 50,
P2SH: 5
},
units: [{
name: "Megacoin",
code: "MEC",
magnitude: 8
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://chainz.cryptoid.info/mec/tx.dws?$hash.htm"
}]
},
monero: {

@@ -1693,2 +1651,36 @@ type: "CryptoCurrency",

},
nem: {
type: "CryptoCurrency",
id: "nem",
coinType: 43,
name: "NEM",
managerAppName: "NEM",
ticker: "XEM",
scheme: "nem",
color: "#000",
family: "nem",
units: [{
name: "XEM",
code: "XEM",
magnitude: 6
}],
explorerViews: []
},
ravencoin: {
type: "CryptoCurrency",
id: "ravencoin",
coinType: 175,
name: "Ravencoin",
managerAppName: "Ravencoin",
ticker: "RVN",
scheme: "ravencoin",
color: "#000",
family: "bitcoin",
units: [{
name: "RVN",
code: "RVN",
magnitude: 8
}],
explorerViews: []
},
ripple: {

@@ -1762,2 +1754,36 @@ type: "CryptoCurrency",

},
resistance: {
type: "CryptoCurrency",
id: "resistance",
coinType: 356,
name: "Resistance",
managerAppName: "Resistance",
ticker: "RES",
scheme: "resistance",
color: "#000",
family: "bitcoin",
units: [{
name: "RES",
code: "RES",
magnitude: 8
}],
explorerViews: []
},
solana: {
type: "CryptoCurrency",
id: "solana",
coinType: 501,
name: "Solana",
managerAppName: "Solana",
ticker: "SOL",
scheme: "solana",
color: "#000",
family: "solana",
units: [{
name: "SOL",
code: "SOL",
magnitude: 8
}],
explorerViews: []
},
stakenet: {

@@ -1900,2 +1926,22 @@ type: "CryptoCurrency",

},
thundercore: {
type: "CryptoCurrency",
id: "thundercore",
coinType: 1001,
name: "Thundercore",
managerAppName: "Thundercore",
ticker: "TT",
scheme: "thundercore",
color: "#000",
family: "ethereum",
ethereumLikeInfo: {
chainId: 108
},
units: [{
name: "TT",
code: "TT",
magnitude: 18
}],
explorerViews: []
},
tomo: {

@@ -2209,2 +2255,19 @@ type: "CryptoCurrency",

},
zilliqa: {
type: "CryptoCurrency",
id: "zilliqa",
coinType: 313,
name: "Zilliqa",
managerAppName: "Zilliqa",
ticker: "ZIL",
scheme: "zilliqa",
color: "#000",
family: "zilliqa",
units: [{
name: "ZIL",
code: "ZIL",
magnitude: 12
}],
explorerViews: []
},
// Testnets

@@ -2211,0 +2274,0 @@ bitcoin_testnet: {

@@ -220,38 +220,2 @@ "use strict";

},
bitcloud: {
type: "CryptoCurrency",
id: "bitcloud",
coinType: 218,
name: "BitCloud",
managerAppName: "BitCloud",
ticker: "BTDX",
scheme: "bitcloud",
color: "#00d2ff",
family: "bitcoin",
blockAvgTime: 300,
bitcoinLikeInfo: {
P2PKH: 25,
P2SH: 5
},
units: [{
name: "BTDX",
code: "BTDX",
magnitude: 8
}, {
name: "Milli-BTDX",
code: "mBTDX",
magnitude: 5
}, {
name: "Micro-BTDX",
code: "uBTDX",
magnitude: 2
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://chainz.cryptoid.info/btdx/tx.dws?$hash.htm"
}]
},
bitcoin: {

@@ -398,75 +362,2 @@ type: "CryptoCurrency",

},
bitcore: {
type: "CryptoCurrency",
id: "bitcore",
forkedFrom: "bitcoin",
coinType: 160,
name: "BitCore",
managerAppName: "BitCore",
ticker: "BTX",
scheme: "btx",
color: "#fb2d84",
family: "bitcoin",
blockAvgTime: 2.5 * 60,
bitcoinLikeInfo: {
P2PKH: 3,
P2SH: 125
},
units: [{
name: "bitcore",
code: "BTX",
magnitude: 8
}, {
name: "mBTX",
code: "mBTX",
magnitude: 5
}, {
name: "uBTX",
code: "uBTX",
magnitude: 2
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://insight.bitcore.cc/tx/$hash"
}]
},
bitsend: {
type: "CryptoCurrency",
id: "bitsend",
coinType: 91,
name: "BitSend",
managerAppName: "BitSend",
ticker: "BSD",
scheme: "bitsend",
color: "#5fb7ff",
family: "bitcoin",
blockAvgTime: 200,
bitcoinLikeInfo: {
P2PKH: 102,
P2SH: 5
},
units: [{
name: "Bitsend",
code: "BSD",
magnitude: 8
}, {
name: "Milli-Bitsend",
code: "mBSD",
magnitude: 5
}, {
name: "Micro-Bitsend",
code: "uBSD",
magnitude: 2
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://chainz.cryptoid.info/bsd/tx.dws?$hash.htm"
}]
},
bnb: {

@@ -590,37 +481,11 @@ type: "CryptoCurrency",

},
cosmos_stargate: {
cosmos_testnet: {
type: "CryptoCurrency",
id: "cosmos_stargate",
id: "cosmos_testnet",
coinType: 118,
name: "Cosmos",
managerAppName: "Cosmos",
ticker: "ATOM",
scheme: "cosmos_stargate",
color: "#16192f",
family: "cosmos",
// FIXME: enable it back when confirmation number is fixed
// blockAvgTime: 8,
units: [{
name: "Atom",
code: "ATOM",
magnitude: 6
}, {
name: "microAtom",
code: "uatom",
magnitude: 0
}],
explorerViews: [{
tx: "https://www.mintscan.io/txs/$hash",
address: "https://www.mintscan.io/validators/$address"
}]
},
cosmos_stargate_testnet: {
type: "CryptoCurrency",
id: "cosmos_stargate_testnet",
coinType: 118,
name: "Cosmos (Testnet)",
managerAppName: "Cosmos",
ticker: "MUON",
scheme: "cosmos_stargate_testnet",
isTestnetFor: "cosmos_stargate",
scheme: "cosmos_testnet",
isTestnetFor: "cosmos",
disableCountervalue: true,

@@ -795,2 +660,19 @@ color: "#16192f",

},
elastos: {
type: "CryptoCurrency",
id: "elastos",
coinType: 2305,
name: "Elastos",
managerAppName: "Elastos",
ticker: "ELA",
scheme: "elastos",
color: "#000",
family: "elastos",
units: [{
name: "ELA",
code: "ELA",
magnitude: 8
}],
explorerViews: []
},
ellaism: {

@@ -813,2 +695,39 @@ type: "CryptoCurrency",

},
elrond: {
type: "CryptoCurrency",
id: "elrond",
coinType: 508,
name: "Elrond",
managerAppName: "Elrond",
ticker: "eGLD",
scheme: "elrond",
color: "#000",
family: "elrond",
units: [{
name: "eGLD",
code: "eGLD",
magnitude: 18
}],
explorerViews: []
},
energywebchain: {
type: "CryptoCurrency",
id: "energywebchain",
coinType: 246,
name: "EnergyWebChain",
managerAppName: "EnergyWebChain",
ticker: "EWT",
scheme: "energywebchain",
color: "#000",
family: "ethereum",
ethereumLikeInfo: {
chainId: 246
},
units: [{
name: "EWT",
code: "EWT",
magnitude: 18
}],
explorerViews: []
},
eos: {

@@ -831,19 +750,2 @@ type: "CryptoCurrency",

},
eos_classic: {
type: "CryptoCurrency",
id: "eos_classic",
coinType: 2018,
name: "EOSC",
managerAppName: "EOSC",
ticker: "EOSC",
scheme: "eosclassic",
color: "#000000",
family: "eosclassic",
units: [{
name: "EOSC",
code: "EOSC",
magnitude: 2
}],
explorerViews: []
},
ethereum: {

@@ -887,3 +789,3 @@ type: "CryptoCurrency",

explorerViews: [{
tx: "https://blockscout.com/etc/mainnet/tx/$hash/internal_transactions",
tx: "https://blockscout.com/etc/mainnet/tx/$hash/internal-transactions",
address: "https://blockscout.com/etc/mainnet/address/$address/transactions"

@@ -996,2 +898,19 @@ }]

},
flow: {
type: "CryptoCurrency",
id: "flow",
coinType: 539,
name: "Flow",
managerAppName: "Flow",
ticker: "FLOW",
scheme: "flow",
color: "#000",
family: "flow",
units: [{
name: "FLOW",
code: "FLOW",
magnitude: 8
}],
explorerViews: []
},
game_credits: {

@@ -1086,2 +1005,19 @@ type: "CryptoCurrency",

},
hedera: {
type: "CryptoCurrency",
id: "hedera",
coinType: 3030,
name: "Hedera",
managerAppName: "Hedera",
ticker: "HBAR",
scheme: "hedera",
color: "#000",
family: "hedera",
units: [{
name: "HBAR",
code: "HBAR",
magnitude: 8
}],
explorerViews: []
},
hpb: {

@@ -1165,2 +1101,19 @@ type: "CryptoCurrency",

},
iov: {
type: "CryptoCurrency",
id: "iov",
coinType: 234,
name: "IOV",
managerAppName: "IOV",
ticker: "IOV",
scheme: "iov",
color: "#000",
family: "iov",
units: [{
name: "IOV",
code: "IOV",
magnitude: 6
}],
explorerViews: []
},
kin: {

@@ -1216,2 +1169,36 @@ type: "CryptoCurrency",

},
kusama: {
type: "CryptoCurrency",
id: "kusama",
coinType: 434,
name: "Kusama",
managerAppName: "Kusama",
ticker: "KSM",
scheme: "kusama",
color: "#000",
family: "kusama",
units: [{
name: "KSM",
code: "KSM",
magnitude: 12
}],
explorerViews: []
},
lbry: {
type: "CryptoCurrency",
id: "LBRY",
coinType: 140,
name: "LBRY",
managerAppName: "LBRY",
ticker: "LBRY",
scheme: "LBRY",
color: "#000",
family: "bitcoin",
units: [{
name: "LBRY",
code: "LBRY",
magnitude: 8
}],
explorerViews: []
},
litecoin: {

@@ -1291,31 +1278,2 @@ type: "CryptoCurrency",

},
megacoin: {
type: "CryptoCurrency",
id: "megacoin",
forkedFrom: "bitcoin",
coinType: 217,
name: "Megacoin",
managerAppName: "Megacoin",
ticker: "MEC",
scheme: "mec",
color: "#ed0012",
family: "bitcoin",
blockAvgTime: 2.5 * 60,
bitcoinLikeInfo: {
P2PKH: 50,
P2SH: 5
},
units: [{
name: "Megacoin",
code: "MEC",
magnitude: 8
}, {
name: "satoshi",
code: "sat",
magnitude: 0
}],
explorerViews: [{
tx: "https://chainz.cryptoid.info/mec/tx.dws?$hash.htm"
}]
},
monero: {

@@ -1712,2 +1670,36 @@ type: "CryptoCurrency",

},
nem: {
type: "CryptoCurrency",
id: "nem",
coinType: 43,
name: "NEM",
managerAppName: "NEM",
ticker: "XEM",
scheme: "nem",
color: "#000",
family: "nem",
units: [{
name: "XEM",
code: "XEM",
magnitude: 6
}],
explorerViews: []
},
ravencoin: {
type: "CryptoCurrency",
id: "ravencoin",
coinType: 175,
name: "Ravencoin",
managerAppName: "Ravencoin",
ticker: "RVN",
scheme: "ravencoin",
color: "#000",
family: "bitcoin",
units: [{
name: "RVN",
code: "RVN",
magnitude: 8
}],
explorerViews: []
},
ripple: {

@@ -1781,2 +1773,36 @@ type: "CryptoCurrency",

},
resistance: {
type: "CryptoCurrency",
id: "resistance",
coinType: 356,
name: "Resistance",
managerAppName: "Resistance",
ticker: "RES",
scheme: "resistance",
color: "#000",
family: "bitcoin",
units: [{
name: "RES",
code: "RES",
magnitude: 8
}],
explorerViews: []
},
solana: {
type: "CryptoCurrency",
id: "solana",
coinType: 501,
name: "Solana",
managerAppName: "Solana",
ticker: "SOL",
scheme: "solana",
color: "#000",
family: "solana",
units: [{
name: "SOL",
code: "SOL",
magnitude: 8
}],
explorerViews: []
},
stakenet: {

@@ -1919,2 +1945,22 @@ type: "CryptoCurrency",

},
thundercore: {
type: "CryptoCurrency",
id: "thundercore",
coinType: 1001,
name: "Thundercore",
managerAppName: "Thundercore",
ticker: "TT",
scheme: "thundercore",
color: "#000",
family: "ethereum",
ethereumLikeInfo: {
chainId: 108
},
units: [{
name: "TT",
code: "TT",
magnitude: 18
}],
explorerViews: []
},
tomo: {

@@ -2228,2 +2274,19 @@ type: "CryptoCurrency",

},
zilliqa: {
type: "CryptoCurrency",
id: "zilliqa",
coinType: 313,
name: "Zilliqa",
managerAppName: "Zilliqa",
ticker: "ZIL",
scheme: "zilliqa",
color: "#000",
family: "zilliqa",
units: [{
name: "ZIL",
code: "ZIL",
magnitude: 12
}],
explorerViews: []
},
// Testnets

@@ -2230,0 +2293,0 @@ bitcoin_testnet: {

{
"name": "@ledgerhq/cryptoassets",
"version": "5.39.1",
"version": "5.39.2",
"description": "Ledger crypto-assets list",

@@ -26,3 +26,3 @@ "keywords": [

"devDependencies": {
"flow-bin": "^0.142.0"
"flow-bin": "^0.143.0"
},

@@ -36,3 +36,3 @@ "scripts": {

},
"gitHead": "1069f9a19abbb67000c82b049cf5c3b596b26ae7"
"gitHead": "650a8c32ecf1949526f0d6669b1dae24c40b166a"
}

@@ -241,45 +241,2 @@ // @flow

},
bitcloud: {
type: "CryptoCurrency",
id: "bitcloud",
coinType: 218,
name: "BitCloud",
managerAppName: "BitCloud",
ticker: "BTDX",
scheme: "bitcloud",
color: "#00d2ff",
family: "bitcoin",
blockAvgTime: 300,
bitcoinLikeInfo: {
P2PKH: 25,
P2SH: 5,
},
units: [
{
name: "BTDX",
code: "BTDX",
magnitude: 8,
},
{
name: "Milli-BTDX",
code: "mBTDX",
magnitude: 5,
},
{
name: "Micro-BTDX",
code: "uBTDX",
magnitude: 2,
},
{
name: "satoshi",
code: "sat",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://chainz.cryptoid.info/btdx/tx.dws?$hash.htm",
},
],
},
bitcoin: {

@@ -450,89 +407,2 @@ type: "CryptoCurrency",

},
bitcore: {
type: "CryptoCurrency",
id: "bitcore",
forkedFrom: "bitcoin",
coinType: 160,
name: "BitCore",
managerAppName: "BitCore",
ticker: "BTX",
scheme: "btx",
color: "#fb2d84",
family: "bitcoin",
blockAvgTime: 2.5 * 60,
bitcoinLikeInfo: {
P2PKH: 3,
P2SH: 125,
},
units: [
{
name: "bitcore",
code: "BTX",
magnitude: 8,
},
{
name: "mBTX",
code: "mBTX",
magnitude: 5,
},
{
name: "uBTX",
code: "uBTX",
magnitude: 2,
},
{
name: "satoshi",
code: "sat",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://insight.bitcore.cc/tx/$hash",
},
],
},
bitsend: {
type: "CryptoCurrency",
id: "bitsend",
coinType: 91,
name: "BitSend",
managerAppName: "BitSend",
ticker: "BSD",
scheme: "bitsend",
color: "#5fb7ff",
family: "bitcoin",
blockAvgTime: 200,
bitcoinLikeInfo: {
P2PKH: 102,
P2SH: 5,
},
units: [
{
name: "Bitsend",
code: "BSD",
magnitude: 8,
},
{
name: "Milli-Bitsend",
code: "mBSD",
magnitude: 5,
},
{
name: "Micro-Bitsend",
code: "uBSD",
magnitude: 2,
},
{
name: "satoshi",
code: "sat",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://chainz.cryptoid.info/bsd/tx.dws?$hash.htm",
},
],
},
bnb: {

@@ -675,42 +545,11 @@ type: "CryptoCurrency",

},
cosmos_stargate: {
cosmos_testnet: {
type: "CryptoCurrency",
id: "cosmos_stargate",
id: "cosmos_testnet",
coinType: 118,
name: "Cosmos",
managerAppName: "Cosmos",
ticker: "ATOM",
scheme: "cosmos_stargate",
color: "#16192f",
family: "cosmos",
// FIXME: enable it back when confirmation number is fixed
// blockAvgTime: 8,
units: [
{
name: "Atom",
code: "ATOM",
magnitude: 6,
},
{
name: "microAtom",
code: "uatom",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://www.mintscan.io/txs/$hash",
address: "https://www.mintscan.io/validators/$address",
},
],
},
cosmos_stargate_testnet: {
type: "CryptoCurrency",
id: "cosmos_stargate_testnet",
coinType: 118,
name: "Cosmos (Testnet)",
managerAppName: "Cosmos",
ticker: "MUON",
scheme: "cosmos_stargate_testnet",
isTestnetFor: "cosmos_stargate",
scheme: "cosmos_testnet",
isTestnetFor: "cosmos",
disableCountervalue: true,

@@ -915,2 +754,21 @@ color: "#16192f",

},
elastos: {
type: "CryptoCurrency",
id: "elastos",
coinType: 2305,
name: "Elastos",
managerAppName: "Elastos",
ticker: "ELA",
scheme: "elastos",
color: "#000",
family: "elastos",
units: [
{
name: "ELA",
code: "ELA",
magnitude: 8,
},
],
explorerViews: [],
},
ellaism: {

@@ -935,2 +793,43 @@ type: "CryptoCurrency",

},
elrond: {
type: "CryptoCurrency",
id: "elrond",
coinType: 508,
name: "Elrond",
managerAppName: "Elrond",
ticker: "eGLD",
scheme: "elrond",
color: "#000",
family: "elrond",
units: [
{
name: "eGLD",
code: "eGLD",
magnitude: 18,
},
],
explorerViews: [],
},
energywebchain: {
type: "CryptoCurrency",
id: "energywebchain",
coinType: 246,
name: "EnergyWebChain",
managerAppName: "EnergyWebChain",
ticker: "EWT",
scheme: "energywebchain",
color: "#000",
family: "ethereum",
ethereumLikeInfo: {
chainId: 246,
},
units: [
{
name: "EWT",
code: "EWT",
magnitude: 18,
},
],
explorerViews: [],
},
eos: {

@@ -955,21 +854,2 @@ type: "CryptoCurrency",

},
eos_classic: {
type: "CryptoCurrency",
id: "eos_classic",
coinType: 2018,
name: "EOSC",
managerAppName: "EOSC",
ticker: "EOSC",
scheme: "eosclassic",
color: "#000000",
family: "eosclassic",
units: [
{
name: "EOSC",
code: "EOSC",
magnitude: 2,
},
],
explorerViews: [],
},
ethereum: {

@@ -1016,3 +896,3 @@ type: "CryptoCurrency",

{
tx: "https://blockscout.com/etc/mainnet/tx/$hash/internal_transactions",
tx: "https://blockscout.com/etc/mainnet/tx/$hash/internal-transactions",
address:

@@ -1135,2 +1015,21 @@ "https://blockscout.com/etc/mainnet/address/$address/transactions",

},
flow: {
type: "CryptoCurrency",
id: "flow",
coinType: 539,
name: "Flow",
managerAppName: "Flow",
ticker: "FLOW",
scheme: "flow",
color: "#000",
family: "flow",
units: [
{
name: "FLOW",
code: "FLOW",
magnitude: 8,
},
],
explorerViews: [],
},
game_credits: {

@@ -1236,2 +1135,21 @@ type: "CryptoCurrency",

},
hedera: {
type: "CryptoCurrency",
id: "hedera",
coinType: 3030,
name: "Hedera",
managerAppName: "Hedera",
ticker: "HBAR",
scheme: "hedera",
color: "#000",
family: "hedera",
units: [
{
name: "HBAR",
code: "HBAR",
magnitude: 8,
},
],
explorerViews: [],
},
hpb: {

@@ -1327,2 +1245,21 @@ type: "CryptoCurrency",

},
iov: {
type: "CryptoCurrency",
id: "iov",
coinType: 234,
name: "IOV",
managerAppName: "IOV",
ticker: "IOV",
scheme: "iov",
color: "#000",
family: "iov",
units: [
{
name: "IOV",
code: "IOV",
magnitude: 6,
},
],
explorerViews: [],
},
kin: {

@@ -1389,2 +1326,40 @@ type: "CryptoCurrency",

},
kusama: {
type: "CryptoCurrency",
id: "kusama",
coinType: 434,
name: "Kusama",
managerAppName: "Kusama",
ticker: "KSM",
scheme: "kusama",
color: "#000",
family: "kusama",
units: [
{
name: "KSM",
code: "KSM",
magnitude: 12,
},
],
explorerViews: [],
},
lbry: {
type: "CryptoCurrency",
id: "LBRY",
coinType: 140,
name: "LBRY",
managerAppName: "LBRY",
ticker: "LBRY",
scheme: "LBRY",
color: "#000",
family: "bitcoin",
units: [
{
name: "LBRY",
code: "LBRY",
magnitude: 8,
},
],
explorerViews: [],
},
litecoin: {

@@ -1474,36 +1449,2 @@ type: "CryptoCurrency",

},
megacoin: {
type: "CryptoCurrency",
id: "megacoin",
forkedFrom: "bitcoin",
coinType: 217,
name: "Megacoin",
managerAppName: "Megacoin",
ticker: "MEC",
scheme: "mec",
color: "#ed0012",
family: "bitcoin",
blockAvgTime: 2.5 * 60,
bitcoinLikeInfo: {
P2PKH: 50,
P2SH: 5,
},
units: [
{
name: "Megacoin",
code: "MEC",
magnitude: 8,
},
{
name: "satoshi",
code: "sat",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://chainz.cryptoid.info/mec/tx.dws?$hash.htm",
},
],
},
monero: {

@@ -1968,2 +1909,40 @@ type: "CryptoCurrency",

},
nem: {
type: "CryptoCurrency",
id: "nem",
coinType: 43,
name: "NEM",
managerAppName: "NEM",
ticker: "XEM",
scheme: "nem",
color: "#000",
family: "nem",
units: [
{
name: "XEM",
code: "XEM",
magnitude: 6,
},
],
explorerViews: [],
},
ravencoin: {
type: "CryptoCurrency",
id: "ravencoin",
coinType: 175,
name: "Ravencoin",
managerAppName: "Ravencoin",
ticker: "RVN",
scheme: "ravencoin",
color: "#000",
family: "bitcoin",
units: [
{
name: "RVN",
code: "RVN",
magnitude: 8,
},
],
explorerViews: [],
},
ripple: {

@@ -2050,2 +2029,40 @@ type: "CryptoCurrency",

},
resistance: {
type: "CryptoCurrency",
id: "resistance",
coinType: 356,
name: "Resistance",
managerAppName: "Resistance",
ticker: "RES",
scheme: "resistance",
color: "#000",
family: "bitcoin",
units: [
{
name: "RES",
code: "RES",
magnitude: 8,
},
],
explorerViews: [],
},
solana: {
type: "CryptoCurrency",
id: "solana",
coinType: 501,
name: "Solana",
managerAppName: "Solana",
ticker: "SOL",
scheme: "solana",
color: "#000",
family: "solana",
units: [
{
name: "SOL",
code: "SOL",
magnitude: 8,
},
],
explorerViews: [],
},
stakenet: {

@@ -2212,2 +2229,24 @@ type: "CryptoCurrency",

},
thundercore: {
type: "CryptoCurrency",
id: "thundercore",
coinType: 1001,
name: "Thundercore",
managerAppName: "Thundercore",
ticker: "TT",
scheme: "thundercore",
color: "#000",
family: "ethereum",
ethereumLikeInfo: {
chainId: 108,
},
units: [
{
name: "TT",
code: "TT",
magnitude: 18,
},
],
explorerViews: [],
},
tomo: {

@@ -2576,2 +2615,21 @@ type: "CryptoCurrency",

},
zilliqa: {
type: "CryptoCurrency",
id: "zilliqa",
coinType: 313,
name: "Zilliqa",
managerAppName: "Zilliqa",
ticker: "ZIL",
scheme: "zilliqa",
color: "#000",
family: "zilliqa",
units: [
{
name: "ZIL",
code: "ZIL",
magnitude: 12,
},
],
explorerViews: [],
},

@@ -2578,0 +2636,0 @@ // Testnets

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc