-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathScarb.lock
59 lines (51 loc) · 992 Bytes
/
Scarb.lock
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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "ark_common"
version = "0.1.0"
dependencies = [
"snforge_std",
]
[[package]]
name = "ark_orderbook"
version = "0.1.0"
dependencies = [
"ark_common",
"snforge_std",
]
[[package]]
name = "ark_oz"
version = "0.1.0"
dependencies = [
"openzeppelin",
"snforge_std",
]
[[package]]
name = "ark_starknet"
version = "0.1.0"
dependencies = [
"ark_common",
"ark_oz",
"ark_tokens",
"openzeppelin",
"snforge_std",
]
[[package]]
name = "ark_tokens"
version = "0.1.0"
dependencies = [
"ark_oz",
"openzeppelin",
"snforge_std",
]
[[package]]
name = "openzeppelin"
version = "0.10.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.10.0#d77082732daab2690ba50742ea41080eb23299d3"
[[package]]
name = "snforge_std"
version = "0.18.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.18.0#48f909a56b08cbdc5ca6a21a836b0fbc6c36d55b"
[[package]]
name = "solis"
version = "0.1.0"