Skip to content

Commit

Permalink
Updated to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
i5hi committed Aug 19, 2024
1 parent e68ccc2 commit fdf49a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: boltz_dart
description: A dart/flutter library for boltz swaps
version: 0.1.5
version: 0.1.6
homepage: https://github.com/SatoshiPortal/boltz-dart

environment:
Expand Down
4 changes: 2 additions & 2 deletions test/boltz_standalone_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const mnemonic =
const index = 0;
const network = Chain.bitcoinTestnet;
const electrumUrl = 'electrum.bullbitcoin.com:60002';
const boltzUrl = 'https://api.testnet.boltz.exchange';
const boltzUrl = 'https://api.testnet.boltz.exchange/v2';
// const boltzUrl = 'https://testnet.boltz.exchange/api';

const lnetwork = Chain.liquidTestnet;
Expand All @@ -46,7 +46,7 @@ void main() {
});

test('ALL FEES & LIMITS', () async {
const boltzUrl = 'https://api.testnet.boltz.exchange';
const boltzUrl = 'https://api.testnet.boltz.exchange/v2';
final fees = Fees(boltzUrl: boltzUrl);
final sub_fees = await fees.submarine();
final rev_fees = await fees.reverse();
Expand Down

0 comments on commit fdf49a1

Please sign in to comment.