mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-29 12:15:25 +08:00
chore: add epoch to Clarinet.toml
This commit is contained in:
@@ -5,37 +5,44 @@ name = "core-contracts"
|
||||
[contracts.trait-standards]
|
||||
path = "contracts/helper/trait-standards.clar"
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.simple-nft]
|
||||
path = "contracts/helper/simple-nft.clar"
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.simple-nft-no-mint]
|
||||
path = "contracts/helper/simple-nft-no-mint.clar"
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.second-simple-nft]
|
||||
path = "contracts/helper/simple-nft.clar"
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.simple-ft]
|
||||
path = "contracts/helper/simple-ft.clar"
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.second-simple-ft]
|
||||
path = "contracts/helper/simple-ft.clar"
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.subnet]
|
||||
path = "contracts/subnet.clar"
|
||||
clarity_version = 2
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.multi-miner]
|
||||
path = "contracts/multi-miner.clar"
|
||||
clarity_version = 2
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
[contracts.test-helpers]
|
||||
path = "contracts/helper/test-helpers.clar"
|
||||
clarity_version = 2
|
||||
epoch = 2.1
|
||||
|
||||
Reference in New Issue
Block a user