Skip to content

Commit

Permalink
fix: use latest version of subnet-traits contract
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Jun 8, 2023
1 parent 05ea5ab commit a4877d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-contracts/contracts/subnet.clar
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
;; Use trait declarations
(use-trait nft-trait 'SP2PABAF9FTAJYNFZH93XENAJ8FVY99RRM50D2JG9.nft-trait.nft-trait)
(use-trait ft-trait 'SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard.sip-010-trait)
(use-trait mint-from-subnet-trait .subnet-traits.mint-from-subnet-trait)
(use-trait mint-from-subnet-trait .subnet-traits-v1.mint-from-subnet-trait)

;; Get the version of this contract
;; Returns a tuple containing the 5 Semver fields: major, minor, patch, prerelease, and metadata
Expand Down

0 comments on commit a4877d2

Please sign in to comment.