-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathScarb.lock
More file actions
67 lines (59 loc) · 1.73 KB
/
Scarb.lock
File metadata and controls
67 lines (59 loc) · 1.73 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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "openzeppelin_access"
version = "2.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:511681dd26d814ee2bc996d44ff8cb4aaa5ae9d14272130def7eb901cf004850"
dependencies = [
"openzeppelin_introspection",
]
[[package]]
name = "openzeppelin_account"
version = "2.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:fb3381c50d68b028d3801feb43df378e2bd62137b6884844f8f60aefe796188b"
dependencies = [
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_introspection"
version = "2.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:87773ed6cd2318f169283ecbbb161890d1996260a80302d81ec45b70ee5e54c1"
[[package]]
name = "openzeppelin_token"
version = "2.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:6fe61f63b5a6706018265fb7373b6e5bd3ff829bdc760b2b90296b1e708d180c"
dependencies = [
"openzeppelin_access",
"openzeppelin_account",
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_utils"
version = "2.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:bf799c794139837f397975ffdf6a7ed5032d198bbf70e87a8f44f144a9dfc505"
[[package]]
name = "snforge_scarb_plugin"
version = "0.45.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.45.0#f969d9c0db5e2345cb14f4e94e87ca1f89c6f2cb"
[[package]]
name = "snforge_std"
version = "0.45.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.45.0#f969d9c0db5e2345cb14f4e94e87ca1f89c6f2cb"
dependencies = [
"snforge_scarb_plugin",
]
[[package]]
name = "token_bound_accounts"
version = "0.3.2"
dependencies = [
"openzeppelin_introspection",
"openzeppelin_token",
"snforge_std",
]