diff --git a/.changeset/five-hats-attend.md b/.changeset/five-hats-attend.md new file mode 100644 index 000000000..7a6e4542f --- /dev/null +++ b/.changeset/five-hats-attend.md @@ -0,0 +1,5 @@ +--- +'explorer': minor +--- + +Readded host announcements to transaction route. diff --git a/apps/explorer/components/Transaction/index.tsx b/apps/explorer/components/Transaction/index.tsx index a7fc3c5ee..692962a76 100644 --- a/apps/explorer/components/Transaction/index.tsx +++ b/apps/explorer/components/Transaction/index.tsx @@ -115,13 +115,13 @@ export function Transaction({ hash: contract.id, }) }) - // transaction.host_announcements??.forEach((host) => { - // operations.push({ - // label: 'host announcement', - // // type: 'host', - // hash: host.net_address, - // }) - // }) + transaction.hostAnnouncements?.forEach((host) => { + operations.push({ + label: 'host announcement', + // type: 'host', + hash: host.netAddress, + }) + }) transaction.storageProofs?.forEach((proof) => { operations.push({ label: 'storage proof',