@yerofey/cryptowallet-cli 1.6.2 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "Bitcoin Cash",
3
- "script": "coinkey",
4
- "startsWith": "1",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "Bitcoin Cash",
3
+ "script": "coinkey",
4
+ "startsWith": "1",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "BlackCoin",
3
- "script": "coinkey",
4
- "startsWith": "B",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "BlackCoin",
3
+ "script": "coinkey",
4
+ "startsWith": "B",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,59 +1,29 @@
1
1
  {
2
- "title": "Binance Coin",
3
- "defaultFormat": "BEP20",
4
- "formats": {
5
- "BEP2": {
6
- "format": "BEP2",
7
- "startsWith": "bnb",
8
- "prefixTest": "[0-9a-z]",
9
- "apps": [
10
- "metamask",
11
- "trustwallet",
12
- "binance-chain-wallet"
13
- ],
14
- "flags": [
15
- "f",
16
- "m",
17
- "n",
18
- "p",
19
- "s"
20
- ]
21
- },
22
- "BEP20": {
23
- "format": "BEP20",
24
- "network": "EVM",
25
- "startsWith": "0x",
26
- "prefixTest": "[0-9a-fA-F]",
27
- "apps": [
28
- "metamask",
29
- "trustwallet",
30
- "binance-chain-wallet"
31
- ],
32
- "flags": [
33
- "f",
34
- "m",
35
- "n",
36
- "p",
37
- "s"
38
- ]
39
- },
40
- "ERC20": {
41
- "format": "ERC20",
42
- "network": "EVM",
43
- "startsWith": "0x",
44
- "prefixTest": "[0-9a-f]",
45
- "apps": [
46
- "metamask",
47
- "trustwallet",
48
- "binance-chain-wallet"
49
- ],
50
- "flags": [
51
- "f",
52
- "m",
53
- "n",
54
- "p",
55
- "s"
56
- ]
57
- }
2
+ "title": "Binance Coin",
3
+ "defaultFormat": "BEP20",
4
+ "formats": {
5
+ "BEP2": {
6
+ "format": "BEP2",
7
+ "startsWith": "bnb",
8
+ "prefixTest": "[0-9a-z]",
9
+ "apps": ["metamask", "trustwallet", "binance-chain-wallet"],
10
+ "flags": ["f", "m", "n", "p", "s"]
11
+ },
12
+ "BEP20": {
13
+ "format": "BEP20",
14
+ "network": "EVM",
15
+ "startsWith": "0x",
16
+ "prefixTest": "[0-9a-fA-F]",
17
+ "apps": ["metamask", "trustwallet", "binance-chain-wallet"],
18
+ "flags": ["f", "m", "n", "p", "s"]
19
+ },
20
+ "ERC20": {
21
+ "format": "ERC20",
22
+ "network": "EVM",
23
+ "startsWith": "0x",
24
+ "prefixTest": "[0-9a-f]",
25
+ "apps": ["metamask", "trustwallet", "binance-chain-wallet"],
26
+ "flags": ["f", "m", "n", "p", "s"]
58
27
  }
59
- }
28
+ }
29
+ }
@@ -1,57 +1,34 @@
1
1
  {
2
- "title": "Bitcoin",
3
- "defaultFormat": "bech32",
4
- "formats": {
5
- "bech32": {
6
- "format": "bech32",
7
- "startsWith": "bc1q",
8
- "prefixTest": "[0-9a-z]",
9
- "rareSymbols": "[0-9]",
10
- "path": "m/84'/0",
11
- "purpose": 84,
12
- "apps": [
13
- "trustwallet"
14
- ],
15
- "flags": [
16
- "f",
17
- "g",
18
- "m",
19
- "n",
20
- "p",
21
- "s"
22
- ]
23
- },
24
- "legacy": {
25
- "format": "legacy",
26
- "startsWith": "1",
27
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
28
- "rareSymbols": "[1-9]",
29
- "path": "m/44'/0",
30
- "purpose": 44,
31
- "flags": [
32
- "f",
33
- "g",
34
- "m",
35
- "n",
36
- "p",
37
- "s"
38
- ]
39
- },
40
- "segwit": {
41
- "format": "segwit",
42
- "startsWith": "3",
43
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
44
- "rareSymbols": "[1-9]",
45
- "path": "m/49'/0",
46
- "purpose": 49,
47
- "flags": [
48
- "f",
49
- "g",
50
- "m",
51
- "n",
52
- "p",
53
- "s"
54
- ]
55
- }
2
+ "title": "Bitcoin",
3
+ "defaultFormat": "bech32",
4
+ "formats": {
5
+ "bech32": {
6
+ "format": "bech32",
7
+ "startsWith": "bc1q",
8
+ "prefixTest": "[0-9a-z]",
9
+ "rareSymbols": "[0-9]",
10
+ "path": "m/84'/0",
11
+ "purpose": 84,
12
+ "apps": ["trustwallet"],
13
+ "flags": ["f", "g", "m", "n", "p", "s"]
14
+ },
15
+ "legacy": {
16
+ "format": "legacy",
17
+ "startsWith": "1",
18
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
19
+ "rareSymbols": "[1-9]",
20
+ "path": "m/44'/0",
21
+ "purpose": 44,
22
+ "flags": ["f", "g", "m", "n", "p", "s"]
23
+ },
24
+ "segwit": {
25
+ "format": "segwit",
26
+ "startsWith": "3",
27
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
28
+ "rareSymbols": "[1-9]",
29
+ "path": "m/49'/0",
30
+ "purpose": 49,
31
+ "flags": ["f", "g", "m", "n", "p", "s"]
56
32
  }
57
- }
33
+ }
34
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "Bitcoin Gold",
3
- "script": "coinkey",
4
- "startsWith": "G",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "Bitcoin Gold",
3
+ "script": "coinkey",
4
+ "startsWith": "G",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "Dash",
3
- "script": "coinkey",
4
- "startsWith": "X",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "Dash",
3
+ "script": "coinkey",
4
+ "startsWith": "X",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "Decred",
3
- "script": "coinkey",
4
- "startsWith": "D",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "Decred",
3
+ "script": "coinkey",
4
+ "startsWith": "D",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "DigiByte",
3
- "script": "coinkey",
4
- "startsWith": "D",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "DigiByte",
3
+ "script": "coinkey",
4
+ "startsWith": "D",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,54 +1,33 @@
1
1
  {
2
- "title": "Dogecoin",
3
- "defaultFormat": "legacy",
4
- "formats": {
5
- "bech32": {
6
- "format": "bech32",
7
- "startsWith": "dc1q",
8
- "prefixTest": "[0-9a-z]",
9
- "rareSymbols": "[0-9]",
10
- "path": "m/84'/3",
11
- "purpose": 84,
12
- "flags": [
13
- "f",
14
- "g",
15
- "m",
16
- "n",
17
- "p",
18
- "s"
19
- ]
20
- },
21
- "legacy": {
22
- "format": "legacy",
23
- "startsWith": "D",
24
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
25
- "rareSymbols": "[1-9]",
26
- "path": "m/44'/3",
27
- "purpose": 44,
28
- "flags": [
29
- "f",
30
- "g",
31
- "m",
32
- "n",
33
- "p",
34
- "s"
35
- ]
36
- },
37
- "segwit": {
38
- "format": "segwit",
39
- "startsWith": "A",
40
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
41
- "rareSymbols": "[1-9]",
42
- "path": "m/49'/3",
43
- "purpose": 49,
44
- "flags": [
45
- "f",
46
- "g",
47
- "m",
48
- "n",
49
- "p",
50
- "s"
51
- ]
52
- }
2
+ "title": "Dogecoin",
3
+ "defaultFormat": "legacy",
4
+ "formats": {
5
+ "bech32": {
6
+ "format": "bech32",
7
+ "startsWith": "dc1q",
8
+ "prefixTest": "[0-9a-z]",
9
+ "rareSymbols": "[0-9]",
10
+ "path": "m/84'/3",
11
+ "purpose": 84,
12
+ "flags": ["f", "g", "m", "n", "p", "s"]
13
+ },
14
+ "legacy": {
15
+ "format": "legacy",
16
+ "startsWith": "D",
17
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
18
+ "rareSymbols": "[1-9]",
19
+ "path": "m/44'/3",
20
+ "purpose": 44,
21
+ "flags": ["f", "g", "m", "n", "p", "s"]
22
+ },
23
+ "segwit": {
24
+ "format": "segwit",
25
+ "startsWith": "A",
26
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
27
+ "rareSymbols": "[1-9]",
28
+ "path": "m/49'/3",
29
+ "purpose": 49,
30
+ "flags": ["f", "g", "m", "n", "p", "s"]
53
31
  }
54
- }
32
+ }
33
+ }
@@ -1,17 +1,8 @@
1
1
  {
2
- "name": "ERC-like",
3
- "network": "EVM",
4
- "startsWith": "0x",
5
- "prefixTest": "[0-9a-fA-F]",
6
- "apps": [
7
- "metamask",
8
- "trustwallet",
9
- "binance-chain-wallet"
10
- ],
11
- "flags": [
12
- "m",
13
- "n",
14
- "p",
15
- "s"
16
- ]
17
- }
2
+ "name": "ERC-like",
3
+ "network": "EVM",
4
+ "startsWith": "0x",
5
+ "prefixTest": "[0-9a-fA-F]",
6
+ "apps": ["metamask", "trustwallet", "binance-chain-wallet"],
7
+ "flags": ["m", "n", "p", "s"]
8
+ }
@@ -1,22 +1,14 @@
1
1
  {
2
- "title": "Ethereum Classic",
3
- "defaultFormat": "ERC20",
4
- "formats": {
5
- "ERC20": {
6
- "format": "ERC20",
7
- "network": "EVM",
8
- "startsWith": "0x",
9
- "prefixTest": "[0-9a-fA-F]",
10
- "apps": [
11
- "metamask",
12
- "trustwallet"
13
- ],
14
- "flags": [
15
- "m",
16
- "n",
17
- "p",
18
- "s"
19
- ]
20
- }
2
+ "title": "Ethereum Classic",
3
+ "defaultFormat": "ERC20",
4
+ "formats": {
5
+ "ERC20": {
6
+ "format": "ERC20",
7
+ "network": "EVM",
8
+ "startsWith": "0x",
9
+ "prefixTest": "[0-9a-fA-F]",
10
+ "apps": ["metamask", "trustwallet"],
11
+ "flags": ["m", "n", "p", "s"]
21
12
  }
22
- }
13
+ }
14
+ }
@@ -1,16 +1,8 @@
1
1
  {
2
- "title": "Ethereum",
3
- "network": "EVM",
4
- "startsWith": "0x",
5
- "prefixTest": "[0-9a-fA-F]",
6
- "apps": [
7
- "metamask",
8
- "trustwallet"
9
- ],
10
- "flags": [
11
- "m",
12
- "n",
13
- "p",
14
- "s"
15
- ]
16
- }
2
+ "title": "Ethereum",
3
+ "network": "EVM",
4
+ "startsWith": "0x",
5
+ "prefixTest": "[0-9a-fA-F]",
6
+ "apps": ["metamask", "trustwallet"],
7
+ "flags": ["m", "n", "p", "s"]
8
+ }
@@ -1,57 +1,34 @@
1
1
  {
2
- "title": "Litecoin",
3
- "defaultFormat": "bech32",
4
- "formats": {
5
- "bech32": {
6
- "format": "bech32",
7
- "startsWith": "ltc1q",
8
- "prefixTest": "[0-9a-z]",
9
- "rareSymbols": "[0-9]",
10
- "path": "m/84'/2",
11
- "purpose": 84,
12
- "apps": [
13
- "trustwallet"
14
- ],
15
- "flags": [
16
- "f",
17
- "g",
18
- "m",
19
- "n",
20
- "p",
21
- "s"
22
- ]
23
- },
24
- "legacy": {
25
- "format": "legacy",
26
- "startsWith": "L",
27
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
28
- "rareSymbols": "[1-9]",
29
- "path": "m/44'/2",
30
- "purpose": 44,
31
- "flags": [
32
- "f",
33
- "g",
34
- "m",
35
- "n",
36
- "p",
37
- "s"
38
- ]
39
- },
40
- "segwit": {
41
- "format": "segwit",
42
- "startsWith": "M",
43
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
44
- "rareSymbols": "[1-9]",
45
- "path": "m/49'/2",
46
- "purpose": 49,
47
- "flags": [
48
- "f",
49
- "g",
50
- "m",
51
- "n",
52
- "p",
53
- "s"
54
- ]
55
- }
2
+ "title": "Litecoin",
3
+ "defaultFormat": "bech32",
4
+ "formats": {
5
+ "bech32": {
6
+ "format": "bech32",
7
+ "startsWith": "ltc1q",
8
+ "prefixTest": "[0-9a-z]",
9
+ "rareSymbols": "[0-9]",
10
+ "path": "m/84'/2",
11
+ "purpose": 84,
12
+ "apps": ["trustwallet"],
13
+ "flags": ["f", "g", "m", "n", "p", "s"]
14
+ },
15
+ "legacy": {
16
+ "format": "legacy",
17
+ "startsWith": "L",
18
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
19
+ "rareSymbols": "[1-9]",
20
+ "path": "m/44'/2",
21
+ "purpose": 44,
22
+ "flags": ["f", "g", "m", "n", "p", "s"]
23
+ },
24
+ "segwit": {
25
+ "format": "segwit",
26
+ "startsWith": "M",
27
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
28
+ "rareSymbols": "[1-9]",
29
+ "path": "m/49'/2",
30
+ "purpose": 49,
31
+ "flags": ["f", "g", "m", "n", "p", "s"]
56
32
  }
57
- }
33
+ }
34
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "MonaCoin",
3
- "script": "coinkey",
4
- "startsWith": "M",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "MonaCoin",
3
+ "script": "coinkey",
4
+ "startsWith": "M",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "NIX Bridge Token",
3
- "script": "coinkey",
4
- "startsWith": "B",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "NIX Bridge Token",
3
+ "script": "coinkey",
4
+ "startsWith": "B",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,11 +1,8 @@
1
1
  {
2
- "title": "NameCoin",
3
- "script": "coinkey",
4
- "startsWith": "M|N",
5
- "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
- "rareSymbols": "[1-9]",
7
- "flags": [
8
- "p",
9
- "s"
10
- ]
11
- }
2
+ "title": "NameCoin",
3
+ "script": "coinkey",
4
+ "startsWith": "M|N",
5
+ "prefixTest": "(?![0OI])[1-9a-zA-Z]",
6
+ "rareSymbols": "[1-9]",
7
+ "flags": ["p", "s"]
8
+ }
@@ -1,15 +1,8 @@
1
1
  {
2
- "title": "Harmony",
3
- "startsWith": "one1",
4
- "prefixTest": "(?![oi])[1-9a-z]",
5
- "rareSymbols": "[a-z]",
6
- "apps": [
7
- "trustwallet",
8
- "harmony-chrome-ext"
9
- ],
10
- "flags": [
11
- "m",
12
- "p",
13
- "s"
14
- ]
15
- }
2
+ "title": "Harmony",
3
+ "startsWith": "one1",
4
+ "prefixTest": "(?![oi])[1-9a-z]",
5
+ "rareSymbols": "[a-z]",
6
+ "apps": ["trustwallet", "harmony-chrome-ext"],
7
+ "flags": ["m", "p", "s"]
8
+ }