From 288d7b5286758d04d38f5a84584af36a1b81d23d Mon Sep 17 00:00:00 2001 From: j pimmel Date: Wed, 4 Dec 2024 11:44:54 -0800 Subject: [PATCH] Fix broken playground link --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3e38923..17060ae 100644 --- a/index.js +++ b/index.js @@ -15,7 +15,7 @@ export const addAPlayToTopShotSet = { createdAt: new Date(2022, 3, 1), author: "Flow Blockchain", playgroundLink: - "https://play.onflow.org/15c1e86e-010c-4a7c-bcfd-98a1bddc36a7?type=tx&id=c6627028-4fbc-416a-b8d7-0c433e6a85f6&storage=none", + "https://play.flow.com/1b312ac6-6f72-45d7-9d0f-423d7a248534?type=contract&id=c564c59b-426e-480b-b8b9-86d9ef1b3bce", excerpt: "Once you have a set created and some plays, you can use this to add a play to a TopShot Set that can later be minted.", smartContractCode: contractPath,