From ffe3b20e766742ee37dbc48ff8fbc090d1ac42f4 Mon Sep 17 00:00:00 2001 From: Oleh Hryb Date: Thu, 30 Nov 2023 12:02:50 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20syntax=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tokenscript/extra-features/token-messaging.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/tokenscript/extra-features/token-messaging.mdx b/pages/tokenscript/extra-features/token-messaging.mdx index a47fa65..3b96c31 100644 --- a/pages/tokenscript/extra-features/token-messaging.mdx +++ b/pages/tokenscript/extra-features/token-messaging.mdx @@ -20,9 +20,9 @@ 7. Run ```tokenscript emulate``` to preview your tokenscript in action -8. If TokenScript works as expected the copy file “out/tokenscript.tsml” to some HTTPS hosting and save file URL +8. If TokenScript works as expected then copy file **out/tokenscript.tsml** to some HTTPS hosting and save file URL -Now you can use this URL in tokenscript viewer. Dont forget to replace variables with values **chainId** , **contractAddress** , **tokenId** and replace **tokenScriptFileURL** with its value, its URL, where TSML file located +Now you can use this URL in tokenscript viewer. Don't forget to replace variables with values **chainId** , **contractAddress** , **tokenId** and replace **tokenScriptFileURL** with its value, its URL, where TSML file located ``` const singleTokenViewTokeScriptURL = `https://viewer-staging.tokenscript.org/?viewType=sts-token&chain=${chainId}&contract=${contractAddress}&tokenId=${tokenId}&tokenscriptUrl=${encodeURIComponent(tokenScriptFileURL)}`