-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClarinet.toml
More file actions
85 lines (69 loc) · 1.95 KB
/
Clarinet.toml
File metadata and controls
85 lines (69 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[project]
name = "flashstack"
description = "FlashStack - Trustless flash minting of sBTC against locked/stacked STX"
authors = ["Glory Matthew"]
telemetry = false
cache_dir = "./.cache"
requirements = []
boot_contracts = []
[contracts.flashstack-core]
path = "contracts/flashstack-core.clar"
clarity_version = 2
epoch = 2.5
[contracts.sbtc-token]
path = "contracts/sbtc-token.clar"
clarity_version = 2
epoch = 2.5
[contracts.flash-receiver-trait]
path = "contracts/flash-receiver-trait.clar"
clarity_version = 2
epoch = 2.5
[contracts.example-arbitrage-receiver]
path = "contracts/example-arbitrage-receiver.clar"
clarity_version = 2
epoch = 2.5
[contracts.test-receiver]
path = "contracts/test-receiver.clar"
clarity_version = 2
epoch = 2.5
[contracts.dex-aggregator-receiver]
path = "contracts/dex-aggregator-receiver.clar"
clarity_version = 2
epoch = 2.5
[contracts.liquidation-receiver]
path = "contracts/liquidation-receiver.clar"
clarity_version = 2
epoch = 2.5
[contracts.collateral-swap-receiver]
path = "contracts/collateral-swap-receiver.clar"
clarity_version = 2
epoch = 2.5
[contracts.multidex-arbitrage-receiver]
path = "contracts/multidex-arbitrage-receiver.clar"
clarity_version = 2
epoch = 2.5
[contracts.yield-optimization-receiver]
path = "contracts/yield-optimization-receiver.clar"
clarity_version = 2
epoch = 2.5
[contracts.leverage-loop-receiver]
path = "contracts/leverage-loop-receiver.clar"
clarity_version = 2
epoch = 2.5
[repl.analysis]
passes = ["check_checker"]
[repl.analysis.check_checker]
strict = false
trusted_sender = false
trusted_caller = false
callee_filter = false
[contracts.snp-flashstack-receiver]
path = "contracts/snp-flashstack-receiver.clar"
clarity_version = 2
epoch = 2.5
depends_on = ["flash-receiver-trait", "sbtc-token", "flashstack-core"]
[contracts.snp-flashstack-receiver-v3]
path = "contracts/snp-flashstack-receiver-v3.clar"
clarity_version = 2
epoch = 2.5
depends_on = ["flash-receiver-trait", "sbtc-token", "flashstack-core"]