From 4748a2168235b657f326b85bf3be46ab7b908455 Mon Sep 17 00:00:00 2001 From: Thrilok kumar Date: Thu, 25 May 2023 02:47:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3a9716..789b65f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ const tx = await safe.sendTransaction({ Note: The underlying `chainId` can be included with the transaction data. +> This will trigger the user to sign a EIP-712 based tx message data, which is then used to execute the actions on the chain via the Avocado network + ## Send Transaction to Avocado (Reveune Sharing Program): ```javascript