Skip to content

Commit 7456f5c

Browse files
committed
todo
1 parent 0fefb0b commit 7456f5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/BiblioTech/Commands/MintCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ private bool ShouldSendEth(IGethNode gethNode, EthAddress addr)
9898

9999
private string FormatTransactionLink(string transaction)
100100
{
101+
TODO! this needs to be configurable when we switch to devnet.
102+
101103
var url = $"https://explorer.testnet.codex.storage/tx/{transaction}";
102104
return $"- [View on block explorer](<{url}>){Environment.NewLine}Transaction ID - `{transaction}`";
103105
}

0 commit comments

Comments
 (0)