Skip to content

Commit

Permalink
Merge pull request #279 from hirosystems/fix/subnet-traits
Browse files Browse the repository at this point in the history
fix: use latest version of `subnet-traits` contract
  • Loading branch information
obycode authored Jun 8, 2023
2 parents 05ea5ab + a4877d2 commit e502672
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 e502672

Please sign in to comment.