From e7a27c7b6315fc6a7f60524b86a91dd5c5d2d774 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:00:29 -0300 Subject: [PATCH] chore: improve clarity in changeset --- .changeset/eight-bears-prove.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/eight-bears-prove.md b/.changeset/eight-bears-prove.md index e07b178a..57a5b2f4 100644 --- a/.changeset/eight-bears-prove.md +++ b/.changeset/eight-bears-prove.md @@ -3,4 +3,5 @@ --- Wallet Connect Connector will inherently return a predicate address, instead of the actual account, due to the bridge it does between networks. -Added a method to get the actual account address that has originated the predicate, so we can validate if a predicate original from a specific evm address +Added a method to retrieve the actual account address that originated the predicate, allowing validation of whether a predicate originated from a specific EVM address. +