Skip to content

Commit

Permalink
feat: Added Bitcoin Core Provider Config
Browse files Browse the repository at this point in the history
  • Loading branch information
aruokhai committed Aug 28, 2024
1 parent 7f9a7aa commit 9a48d77
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 605 deletions.
1 change: 1 addition & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ esplora:
url: <host>
batchSize: <batchSize>
bitcoinCore:
protocol: <http | https>
rpcHost: <host>
rpcPass: <password>
rpcUser: <username>
Expand Down
1 change: 1 addition & 0 deletions config/dev.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ esplora:
url: https://blockstream.info
batchSize: 5
bitcoinCore:
protocol: http
rpcHost: 127.0.0.1
rpcPass: polarpass
rpcUser: polaruser
Expand Down
Loading

0 comments on commit 9a48d77

Please sign in to comment.