-
Notifications
You must be signed in to change notification settings - Fork 8
/
Clarinet.toml
54 lines (46 loc) · 1020 Bytes
/
Clarinet.toml
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
[project]
name = 'abc'
description = ''
authors = []
telemetry = true
cache_dir = './.cache'
requirements = []
[contracts.constant-tradables]
path = 'contracts/constant-tradables.clar'
clarity_version = 1
epoch = 2.05
[contracts.market]
path = 'contracts/market.clar'
clarity_version = 1
epoch = 2.05
[contracts.monsters]
path = 'contracts/monsters.clar'
clarity_version = 3
epoch = 3.0
[contracts.tool-mega]
path = 'contracts/tool-mega.clar'
clarity_version = 2
epoch = 2.5
[contracts.tool-read]
path = 'contracts/tool-read.clar'
clarity_version = 3
epoch = 3.0
[contracts.tool-read-100]
path = 'contracts/tool-read-100.clar'
clarity_version = 3
epoch = 3.0
[contracts.tool-loop-100]
path = 'contracts/tool-loop-100.clar'
clarity_version = 3
epoch = 3.0
[contracts.tradables-trait]
path = 'contracts/tradables-trait.clar'
clarity_version = 1
epoch = 2.05
[repl.analysis]
passes = ['check_checker']
[repl.analysis.check_checker]
strict = false
trusted_sender = false
trusted_caller = false
callee_filter = false