Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Nov 9, 2024
1 parent 7cbb83f commit 1ce21c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .env.babylon-integration.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ BITCOIN_NODE_IP=11.22.33.44 # devnet-only
BITCOIN_RPC_HOST=11.22.33.44:38332 # gRPC
BITCOIN_RPC_USER=snapchain
BITCOIN_RPC_PASS=rpcpass
# TODO: there is no need to make these ports configurable. should just have one BITCOIN_NODE_IP var
# and use it here and for BITCOIN_RPC_HOST
ZMQ_RAWBLOCK_URL=tcp://11.22.33.44:29001
ZMQ_RAWTR_URL=tcp://11.22.33.44:29002

Expand Down
7 changes: 4 additions & 3 deletions .env.bitcoin.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ NETWORK=signet # regtest | signet
RPC_PORT=38332 # 18443 (regtest) | 38332 (signet)
RPC_USER=snapchain
RPC_PASS=rpcpass
# TODO: there is no need to make these ports configurable.
ZMQ_SEQUENCE_PORT=29000
ZMQ_RAWBLOCK_PORT=29001
ZMQ_RAWTR_PORT=29002
BTC_WALLET_NAME=btcwallet
BTC_WALLET_PASS=walletpass
# btc private key in WIF format
BTC_PRIVKEY=cRvCqiuhGEPeCpkcwttMbNSMDkkaEXmMxSmLWJjPPXzgB3CjdcaS
ZMQ_SEQUENCE_PORT=29000
ZMQ_RAWBLOCK_PORT=29001
ZMQ_RAWTR_PORT=29002
# only used if BITCOIN_NETWORK=regtest
GENERATE_INTERVAL_SECS=600 # 10 minutes
7 changes: 4 additions & 3 deletions .github/workflows/publish-bitcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: publish-bitcoin
on:
push:
branches:
- main
paths:
- 'scripts/bitcoin/**'
- chore/improvements
# - main
# paths:
# - 'scripts/bitcoin/**'

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 1ce21c1

Please sign in to comment.