diff --git a/frontend/pages/welcome.js b/frontend/pages/welcome.js index 03e6b25a..178b8d34 100644 --- a/frontend/pages/welcome.js +++ b/frontend/pages/welcome.js @@ -442,9 +442,11 @@ const Welcome = () => { mt={20} entry={{ event_type: "ethereum_blockchain", - from_address: "this is address from", - to_address: "this is to address", - hash: "this is hash", + event_data: { + from: "this is address from", + to: "this is to address", + hash: "this is hash", + }, }} showOnboardingTooltips={true} />