-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClarinet.toml
More file actions
58 lines (46 loc) · 1.17 KB
/
Clarinet.toml
File metadata and controls
58 lines (46 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[project]
name = "strike"
description = ""
authors = []
telemetry = false
cache_dir = "./.cache"
[[project.requirements]]
contract_id = "SP2PABAF9FTAJYNFZH93XENAJ8FVY99RRM50D2JG9.nft-trait"
[[project.requirements]]
contract_id = "SP2ESPYE74G94D2HD9X470426W1R6C2P22B4Z1Q5.commission-trait"
[[project.requirements]]
contract_id = "SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token"
[contracts.rng-traits-v1]
path = "contracts/rng-traits-v1.clar"
clarity_version = 4
epoch = '3.3'
[contracts.rng-core-v1]
path = "contracts/rng-core-v1.clar"
clarity_version = 4
epoch = '3.3'
[contracts.rng-operator-v1]
path = "contracts/rng-operator-v1.clar"
clarity_version = 4
epoch = '3.3'
[contracts.soul-nft-v1]
path = "contracts/soul-nft-v1.clar"
clarity_version = 4
epoch = '3.3'
[contracts.raid-pass-v1]
path = "contracts/raid-pass-v1.clar"
clarity_version = 4
epoch = '3.3'
[contracts.strike-core-v1]
path = "contracts/strike-core-v1.clar"
clarity_version = 4
epoch = '3.3'
[repl.analysis]
passes = ['check_checker']
[repl.analysis.check_checker]
strict = false
trusted_sender = false
trusted_caller = false
callee_filter = false
[repl.remote_data]
enabled = false
api_url = 'https://api.hiro.so'