mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-30 12:42:13 +08:00
chore: update clarity lib, remove depends_on
This commit is contained in:
committed by
Brice Dobry
parent
d43684a84b
commit
656127aa8d
@@ -4,12 +4,10 @@ name = "core-contracts"
|
||||
|
||||
[contracts.trait-standards]
|
||||
path = "contracts/helper/trait-standards.clar"
|
||||
depends_on = []
|
||||
clarity_version = 2
|
||||
|
||||
[contracts.simple-nft]
|
||||
path = "contracts/helper/simple-nft.clar"
|
||||
depends_on = ["trait-standards"]
|
||||
clarity_version = 2
|
||||
|
||||
[contracts.simple-nft-no-mint]
|
||||
@@ -18,32 +16,26 @@ clarity_version = 2
|
||||
|
||||
[contracts.second-simple-nft]
|
||||
path = "contracts/helper/simple-nft.clar"
|
||||
depends_on = ["trait-standards"]
|
||||
clarity_version = 2
|
||||
|
||||
[contracts.simple-ft]
|
||||
path = "contracts/helper/simple-ft.clar"
|
||||
depends_on = ["trait-standards"]
|
||||
clarity_version = 2
|
||||
|
||||
[contracts.second-simple-ft]
|
||||
path = "contracts/helper/simple-ft.clar"
|
||||
depends_on = ["trait-standards"]
|
||||
clarity_version = 2
|
||||
|
||||
[contracts.subnet]
|
||||
path = "contracts/subnet.clar"
|
||||
depends_on = ["trait-standards"]
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.multi-miner]
|
||||
path = "contracts/multi-miner.clar"
|
||||
depends_on = ["subnet"]
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.test-helpers]
|
||||
path = "contracts/helper/test-helpers.clar"
|
||||
depends_on = []
|
||||
clarity_version = 2
|
||||
|
||||
Reference in New Issue
Block a user