Skip to content

Commit

Permalink
add missing config on btc network (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs authored Feb 6, 2025
1 parent a98935c commit ba47138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/network/btc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export function getNetworkConfigBTC(): BTCConfig {
switch (network) {
case Network.MAINNET:
return config.mainnet;
case Network.CANARY:
return config.canary;
case Network.SIGNET:
return config.signet;
// we do not use Testnet
Expand Down

0 comments on commit ba47138

Please sign in to comment.