From 4cec01eeb89b0358fe267dd48022727ae715a695 Mon Sep 17 00:00:00 2001 From: hfuss Date: Tue, 14 Jun 2022 10:20:39 -0400 Subject: [PATCH] Updating Create Listener Docs to Use eventPath Signed-off-by: hfuss --- docs/tutorials/custom_contracts/ethereum.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/tutorials/custom_contracts/ethereum.md b/docs/tutorials/custom_contracts/ethereum.md index cea0aa2e7..dd56d91c7 100644 --- a/docs/tutorials/custom_contracts/ethereum.md +++ b/docs/tutorials/custom_contracts/ethereum.md @@ -535,9 +535,7 @@ If you look at the source code for the smart contract we're working with above, "location": { "address": "0xa5ea5d0a6b2eaf194716f0cc73981939dca26da1" }, - "event": { - "name": "Changed" - }, + "eventPath": "Changed", "options": { "firstEvent": "oldest" }