-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathClarinet.toml
More file actions
40 lines (34 loc) · 832 Bytes
/
Clarinet.toml
File metadata and controls
40 lines (34 loc) · 832 Bytes
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
[project]
name = 'stacks-flash-loans'
description = ''
authors = []
telemetry = true
cache_dir = './.cache'
[[project.requirements]]
contract_id = 'SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard'
[contracts.flasher]
path = 'contracts/flasher.clar'
clarity_version = 3
epoch = 3.1
[contracts.flashloans-trait]
path = 'contracts/flashloans-trait.clar'
clarity_version = 3
epoch = 3.1
[contracts.mock-flash-recipient]
path = 'contracts/mock-flash-recipient.clar'
clarity_version = 3
epoch = 3.1
[contracts.mock-token]
path = 'contracts/mock-token.clar'
clarity_version = 3
epoch = 3.1
[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'