Skip to content

Commit

Permalink
Merge pull request #61 from ardriveapp/PE-5820-release-arweave-dart-v…
Browse files Browse the repository at this point in the history
…-3-8-4

PE-5820: Release v3.8.4
  • Loading branch information
thiagocarvalhodev authored Mar 18, 2024
2 parents 41d5906 + ad793ab commit 3ecb130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/api/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ class ArweaveApi {
Uri.parse('${gatewayUrl.origin}/$endpoint');

Uri _getSandboxedEndpointUri(String txId) => Uri.parse(
'${gatewayUrl.scheme}://${getSandboxSubdomain(txId)}.${gatewayUrl.host}/$txId',
'${gatewayUrl.scheme}://${getSandboxSubdomain(txId)}.${gatewayUrl.host}:${gatewayUrl.port}/$txId',
);
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: arweave
description: ""
version: 3.8.3
version: 3.8.4
environment:
sdk: ">=3.0.0 <4.0.0"
publish_to: none
Expand Down

0 comments on commit 3ecb130

Please sign in to comment.