diff --git a/publish/index.html b/publish/index.html
index 107a717..1a8a0e7 100644
--- a/publish/index.html
+++ b/publish/index.html
@@ -105,7 +105,7 @@
blobId: storage_info.alreadyCertified.blobId,
endEpoch: storage_info.alreadyCertified.endEpoch,
suiRefType: "Previous Sui Certified Event",
- suiRef: storage_info.alreadyCertified.event.txDigest,
+ suiRef: storage_info.alreadyCertified.eventOrObject.Event.txDigest,
suiBaseUrl: SUI_VIEW_TX_URL,
};
} else if ("newlyCreated" in storage_info) {