Skip to content

Commit a8fa1af

Browse files
author
chumeston
committed
Update FastBreakV1 contract to use new placeholder addresses for imported contracts, ensuring compatibility with upcoming deployments. This change prepares the contract for integration with the latest versions of dependencies.
1 parent ddca822 commit a8fa1af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

contracts/FastBreakV1.cdc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
1111
*/
1212

13-
import NonFungibleToken from 0x631e88ae7f1d7c20
14-
import TopShot from 0x877931736ee77cff
15-
import MetadataViews from 0x631e88ae7f1d7c20
16-
import TopShotMarketV3, Market from 0x547f177b243b4d80
13+
import NonFungibleToken from 0xNFTADDRESS
14+
import TopShot from 0xTOPSHOTADDRESS
15+
import MetadataViews from 0xMETADATAVIEWSADDRESS
16+
import TopShotMarketV3, Market from 0xMARKETV3ADDRESS
1717

1818
/// Game & Oracle Contract for Fast Break V1
1919
///

0 commit comments

Comments
 (0)