From e28f8fd05afa7e8f0a0709bc82a3768dd84512f1 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:26:19 +0300 Subject: [PATCH] Typo Update README.md Corrected "output" instead of "ouptup". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 930cb2cb..ec4e49b0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ abi: ["event ETHWithdrawalFinalized(address indexed _from, address indexed _to, isDeposit: false, // event type logKeys: { blockNumber: "blockNumber", - txHash: "transactionHash",// if event log data key != adapter ouptup key + txHash: "transactionHash",// if event log data key != adapter output key }, argKeys: { to: "_to",