@@ -119,6 +119,7 @@ export function getOutputSummary(context, status) {
119119 '## Filecoin Pin Upload' ,
120120 '' ,
121121 '**IPFS Artifacts:**' ,
122+ '' ,
122123 `* IPFS Root CID: ${ ipfsRootCid } ` ,
123124 `* Centralized IPFS HTTP Gateway Preview: ${ centralizedIpfsGatewayPreview } ` ,
124125 `* In-Browser IPFS HTTP Gateway Preview: ${ inBrowserIpfsGatewayPreview } ` ,
@@ -127,13 +128,15 @@ export function getOutputSummary(context, status) {
127128 `* CAR file size: ${ formatSize ( carSize ) } ` ,
128129 '' ,
129130 '**Onchain verification:**' ,
131+ '' ,
130132 `* Network: ${ network } ` ,
131133 `* Data Set ID: [${ dataSetId } ](https://pdp.vxb.ai/${ network || 'mainnet' } /dataset/${ dataSetId } )` ,
132134 `* Piece CID: [${ pieceCid } ](https://pdp.vxb.ai/${ network || 'mainnet' } /piece/${ pieceCid } )` ,
133135 `* Provider: [${ provider ?. name || 'Unknown' } (ID ${ provider ?. id || 'Unknown' } )](https://pdp.vxb.ai/${ network || 'mainnet' } /providers/${ providerAddress } )` ,
134136 `* Piece download direct from provider: ${ previewUrl } ` ,
135137 '' ,
136138 '**Payment:**' ,
139+ '' ,
137140 `* Current Filecoin Pay balance: ${ formatUSDFC ( ethers . parseUnits ( paymentStatus . filecoinPayBalance , 18 ) ) } USDFC` ,
138141 `* Amount deposited to Filecoin Pay by this workflow: ${ formatUSDFC ( ethers . parseUnits ( paymentStatus . depositedThisRun , 18 ) ) } USDFC` ,
139142 `* Data Set Storage runway: ${ paymentStatus . storageRunway } ` ,
0 commit comments