Skip to content

Commit

Permalink
Typo Update README.md
Browse files Browse the repository at this point in the history
Corrected "output" instead of "ouptup".
  • Loading branch information
mdqst authored Nov 12, 2024
1 parent 91b0252 commit e28f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e28f8fd

Please sign in to comment.