Skip to content

Commit

Permalink
feat: Bump minimum recommended asb verson to 0.13.4 (#215)
Browse files Browse the repository at this point in the history
Notable changes for the 0.13.4 release include:
- Retry mechanism for Monero locking
  • Loading branch information
binarybaron authored Jul 26, 2024
1 parent 7e36db1 commit c82be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/multiAddrUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import semver from 'semver';
import { ExtendedProviderStatus, Provider } from 'models/apiModel';
import { isTestnet } from 'store/config';

const MIN_ASB_VERSION = '0.13.3';
const MIN_ASB_VERSION = '0.13.4';

export function providerToConcatenatedMultiAddr(provider: Provider) {
return new Multiaddr(provider.multiAddr)
Expand Down

0 comments on commit c82be36

Please sign in to comment.