Skip to content

Commit

Permalink
fix bug with boltz testnet url (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
bordalix authored Mar 3, 2024
1 parent bf30daa commit e2368f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/boltz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export interface BoltzPair {

export const boltzUrl: Record<NetworkString, string> = {
regtest: 'http://localhost:9090',
testnet: 'https://api.testnet.boltz.exchange/',
testnet: 'https://api.testnet.boltz.exchange',
liquid: 'https://api.boltz.exchange',
};

Expand Down

0 comments on commit e2368f9

Please sign in to comment.