Skip to content

Commit

Permalink
fix: Using tran hash in transaction explorer uri construction in mira…
Browse files Browse the repository at this point in the history
…i_web3
  • Loading branch information
i-asimkhan committed Feb 22, 2024
1 parent 82b9dfb commit 85b8d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mirai_web3/lib/services/web_modal_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class Web3ModalService {
timestamp: "",
explorer: Uri.https(
"${_service.selectedChain?.blockExplorer?.url.truncated}",
"/tx/${l.blockHash}"),
"/tx/${l.transactionHash}"),
),
);
}
Expand Down

0 comments on commit 85b8d86

Please sign in to comment.