From 7021d22ee0a21d70e1938a9b07c4b580707d0388 Mon Sep 17 00:00:00 2001 From: Spencer Stock <46308524+spencerstock@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:39:09 -1000 Subject: [PATCH] Add grant permissions example message (#1434) * add grant permissions method * lint --- .../components/RpcMethods/RpcMethodCard.tsx | 4 +-- .../shortcut/signMessageShortcuts.ts | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/examples/testapp/src/components/RpcMethods/RpcMethodCard.tsx b/examples/testapp/src/components/RpcMethods/RpcMethodCard.tsx index aeaf47e372..a1992847fd 100644 --- a/examples/testapp/src/components/RpcMethods/RpcMethodCard.tsx +++ b/examples/testapp/src/components/RpcMethods/RpcMethodCard.tsx @@ -172,7 +172,7 @@ export function RpcMethodCard({ format, method, params, shortcuts }) { {shortcuts.map((shortcut) => ( - + {shortcut.data.message && (