From 0ab34c9105f2c56b3fe82511d220f64e680ad67c Mon Sep 17 00:00:00 2001 From: futantan Date: Mon, 18 Dec 2023 11:01:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tokenscript/wallet.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/tokenscript/wallet.mdx b/pages/tokenscript/wallet.mdx index b59e84d..fe0d8f6 100644 --- a/pages/tokenscript/wallet.mdx +++ b/pages/tokenscript/wallet.mdx @@ -146,3 +146,5 @@ export const useIframePostMessage = ( }, [iframeRef, targetOrigin, walletClient]) } ``` + +That's it, you can now integrate with TokenScript and EIP-5169.