Skip to content

Commit 8251506

Browse files
author
CATProtocol
committed
update config.example.json
1 parent c07602b commit 8251506

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/cli/config.example.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"network": "fractal-mainnet",
33
"tracker": "http://127.0.0.1:3000",
44
"dataDir": ".",
5-
"maxFeeRate": 30,
5+
"maxFeeRate": 3,
66
"rpc": {
77
"url": "http://127.0.0.1:8332",
8-
"username": "fractalbitcoin",
9-
"password": "fractalbitcoin_1234567"
8+
"username": "bitcoin",
9+
"password": "opcatAwesome"
1010
}
1111
}

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"test": "jest --passWithNoTests",
2020
"test:watch": "jest --watch",
2121
"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"
2324
},
2425
"dependencies": {
2526
"@bitcoinerlab/descriptors": "^2.2.0",

0 commit comments

Comments
 (0)