From 09649f2c599ffed9f333d5f7bb65dc454bcaf777 Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Wed, 4 Dec 2024 01:38:22 +0400 Subject: [PATCH] Add link pointing to official topshot repo --- cadence/contracts/TopShot.cdc | 2 ++ cadence/contracts/TopShotLocking.cdc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cadence/contracts/TopShot.cdc b/cadence/contracts/TopShot.cdc index 66b745c..a36b72b 100644 --- a/cadence/contracts/TopShot.cdc +++ b/cadence/contracts/TopShot.cdc @@ -1,3 +1,5 @@ +// See https://github.com/dapperlabs/nba-smart-contracts/tree/master/contracts for the latest official version of the TopShot contracts + /* Description: Central Smart Contract for NBA TopShot diff --git a/cadence/contracts/TopShotLocking.cdc b/cadence/contracts/TopShotLocking.cdc index 82018ad..921d141 100644 --- a/cadence/contracts/TopShotLocking.cdc +++ b/cadence/contracts/TopShotLocking.cdc @@ -1,3 +1,5 @@ +// See https://github.com/dapperlabs/nba-smart-contracts/tree/master/contracts for the latest official version of the TopShot contracts + import NonFungibleToken from 0xf8d6e0586b0a20c7 access(all) contract TopShotLocking {