forked from mctrivia/DigiSweep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
50 lines (47 loc) · 961 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* ************************
* App Configuration *
************************ */
var appTests=[
{
"name":"Core Mobile",
"master":"DigiByte seed",
"derivation":"m/0'",
"start":"D"
},
{
"name":"DigiByte Go",
"master":"Bitcoin seed",
"derivation":"m/44'/0'/0'",
"start":"D"
},
{
"name":"BIP44 Doge Wallets",
"master":"Bitcoin seed",
"derivation":"m/44'/3'/0'",
"start":"D"
},
{
"name":"BIP44 Wallets",
"master":"Bitcoin seed",
"derivation":"m/44'/20'/0'",
"start":"D"
}/*,
{
"name":"BIP49 Wallets",
"master":"Bitcoin seed",
"derivation":"m/49'/20'/0'",
"start":"S"
},
{
"name":"BIP84 Wallets",
"master":"Bitcoin seed",
"derivation":"m/84'/20'/0'",
"start":"dgb"
}*/
];
/* ************************
* Common DigiID Paths *
************************ */
var sitePaths=[
"m/13'/2109410886'/21100317'/1093522950'/1777795832'" //digibyteprojects.com
];