-
Notifications
You must be signed in to change notification settings - Fork 2
/
Scarb.lock
115 lines (102 loc) · 3.06 KB
/
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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "openzeppelin"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
dependencies = [
"openzeppelin_access",
"openzeppelin_account",
"openzeppelin_finance",
"openzeppelin_governance",
"openzeppelin_introspection",
"openzeppelin_merkle_tree",
"openzeppelin_presets",
"openzeppelin_security",
"openzeppelin_token",
"openzeppelin_upgrades",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_access"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
dependencies = [
"openzeppelin_introspection",
]
[[package]]
name = "openzeppelin_account"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
dependencies = [
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_finance"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
dependencies = [
"openzeppelin_access",
"openzeppelin_token",
]
[[package]]
name = "openzeppelin_governance"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
dependencies = [
"openzeppelin_access",
"openzeppelin_account",
"openzeppelin_introspection",
"openzeppelin_token",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_introspection"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
[[package]]
name = "openzeppelin_merkle_tree"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
[[package]]
name = "openzeppelin_presets"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
dependencies = [
"openzeppelin_access",
"openzeppelin_account",
"openzeppelin_finance",
"openzeppelin_introspection",
"openzeppelin_token",
"openzeppelin_upgrades",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_security"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
[[package]]
name = "openzeppelin_token"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
dependencies = [
"openzeppelin_access",
"openzeppelin_account",
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_upgrades"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
[[package]]
name = "openzeppelin_utils"
version = "0.20.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git#7b4ff769c4d09f0eb247f95121c2c6c995bdf9b3"
[[package]]
name = "pragma_lib"
version = "1.0.0"
dependencies = [
"openzeppelin",
]