Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update typo simnet to signet #76

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/covenant-emulator-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ QueryInterval = 15s
DelegationLimit = 100
# Bitcoin network to run on
BitcoinNetwork = simnet
BitcoinNetwork = signet
# Babylon specific parameters
Expand Down Expand Up @@ -136,7 +136,7 @@ Below are brief explanations of the configuration entries:

- `QueryInterval` - How often to check for new BTC delegations that need processing
- `DelegationLimit` - Maximum number of delegations to process in a single batch
- `BitcoinNetwork` - Which Bitcoin network to connect to (mainnet, testnet, simnet, etc.)
- `BitcoinNetwork` - Which Bitcoin network to connect to (mainnet, testnet, signet, etc.)
- `ChainID` - Unique identifier of the Babylon blockchain network
- `RPCAddr` - HTTP endpoint for connecting to a Babylon node
- `GRPCAddr` - gRPC endpoint for connecting to a Babylon node
Expand Down
Loading