This commit is contained in:
ThatBen 2025-06-24 16:55:57 +02:00
parent 0fefb0b054
commit 7456f5c51a
No known key found for this signature in database
GPG Key ID: 62C543548433D43E

View File

@ -98,6 +98,8 @@ namespace BiblioTech.Commands
private string FormatTransactionLink(string transaction)
{
TODO! this needs to be configurable when we switch to devnet.
var url = $"https://explorer.testnet.codex.storage/tx/{transaction}";
return $"- [View on block explorer](<{url}>){Environment.NewLine}Transaction ID - `{transaction}`";
}