Skip to content

Commit

Permalink
Merge branch 'master' into PE-5747-ethareum-login
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Apr 15, 2024
2 parents 79701f7 + 3ecb130 commit 58644f0
Showing 1 changed file with 1 addition and 1 deletion.
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',
);
}

0 comments on commit 58644f0

Please sign in to comment.