File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
"network" : " fractal-mainnet" ,
3
3
"tracker" : " http://127.0.0.1:3000" ,
4
4
"dataDir" : " ." ,
5
- "maxFeeRate" : 30 ,
5
+ "maxFeeRate" : 3 ,
6
6
"rpc" : {
7
7
"url" : " http://127.0.0.1:8332" ,
8
- "username" : " fractalbitcoin " ,
9
- "password" : " fractalbitcoin_1234567 "
8
+ "username" : " bitcoin " ,
9
+ "password" : " opcatAwesome "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 19
19
"test" : " jest --passWithNoTests" ,
20
20
"test:watch" : " jest --watch" ,
21
21
"test:cov" : " jest --coverage" ,
22
- "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
22
+ "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
23
+ "postinstall" : " node scripts/postinstall.js"
23
24
},
24
25
"dependencies" : {
25
26
"@bitcoinerlab/descriptors" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments