From 477b84c6f4404ffabd3ab9b32f07f105bd34743e Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 16 May 2024 02:52:20 -0700 Subject: [PATCH] Update docs/pages/guides/adding-delegation.mdx --- docs/pages/guides/adding-delegation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/guides/adding-delegation.mdx b/docs/pages/guides/adding-delegation.mdx index dbe75a4d1e..43416dacda 100644 --- a/docs/pages/guides/adding-delegation.mdx +++ b/docs/pages/guides/adding-delegation.mdx @@ -444,7 +444,7 @@ const makeWorldContract = () => { wallet: walletClient, } }), - client: walletClient + client: walletClient, }; };