@@ -3,11 +3,13 @@ version = 1
3
3
4
4
[[package]]
5
5
name = "openzeppelin"
6
- version = "0.16.0"
7
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
6
+ version = "0.20.0"
7
+ source = "registry+https://scarbs.xyz/"
8
+ checksum = "sha256:05fd9365be85a4a3e878135d5c52229f760b3861ce4ed314cb1e75b178b553da"
8
9
dependencies = [
9
10
"openzeppelin_access",
10
11
"openzeppelin_account",
12
+ "openzeppelin_finance",
11
13
"openzeppelin_governance",
12
14
"openzeppelin_introspection",
13
15
"openzeppelin_merkle_tree",
@@ -20,85 +22,111 @@ dependencies = [
20
22
21
23
[[package]]
22
24
name = "openzeppelin_access"
23
- version = "0.16.0"
24
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
25
+ version = "0.20.0"
26
+ source = "registry+https://scarbs.xyz/"
27
+ checksum = "sha256:7734901a0ca7a7065e69416fea615dd1dc586c8dc9e76c032f25ee62e8b2a06c"
25
28
dependencies = [
26
29
"openzeppelin_introspection",
27
- "openzeppelin_utils",
28
30
]
29
31
30
32
[[package]]
31
33
name = "openzeppelin_account"
32
- version = "0.16.0"
33
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
34
+ version = "0.20.0"
35
+ source = "registry+https://scarbs.xyz/"
36
+ checksum = "sha256:1aa3a71e2f40f66f98d96aa9bf9f361f53db0fd20fa83ef7df04426a3c3a926a"
34
37
dependencies = [
35
38
"openzeppelin_introspection",
36
39
"openzeppelin_utils",
37
40
]
38
41
42
+ [[package]]
43
+ name = "openzeppelin_finance"
44
+ version = "0.20.0"
45
+ source = "registry+https://scarbs.xyz/"
46
+ checksum = "sha256:f0c507fbff955e4180ea3fa17949c0ff85518c40101f4948948d9d9a74143d6c"
47
+ dependencies = [
48
+ "openzeppelin_access",
49
+ "openzeppelin_token",
50
+ ]
51
+
39
52
[[package]]
40
53
name = "openzeppelin_governance"
41
- version = "0.16.0"
42
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
54
+ version = "0.20.0"
55
+ source = "registry+https://scarbs.xyz/"
56
+ checksum = "sha256:c0fb60fad716413d537fabd5fcbb2c499ca6beb95af5f0d1699955ecec4c6f63"
43
57
dependencies = [
44
58
"openzeppelin_access",
59
+ "openzeppelin_account",
45
60
"openzeppelin_introspection",
61
+ "openzeppelin_token",
62
+ "openzeppelin_utils",
46
63
]
47
64
48
65
[[package]]
49
66
name = "openzeppelin_introspection"
50
- version = "0.16.0"
51
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
67
+ version = "0.20.0"
68
+ source = "registry+https://scarbs.xyz/"
69
+ checksum = "sha256:13e04a2190684e6804229a77a6c56de7d033db8b9ef519e5e8dee400a70d8a3d"
52
70
53
71
[[package]]
54
72
name = "openzeppelin_merkle_tree"
55
- version = "0.16.0"
56
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
73
+ version = "0.20.0"
74
+ source = "registry+https://scarbs.xyz/"
75
+ checksum = "sha256:039608900e92f3dcf479bf53a49a1fd76452acd97eb86e390d1eb92cacdaf3af"
57
76
58
77
[[package]]
59
78
name = "openzeppelin_presets"
60
- version = "0.16.0"
61
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
79
+ version = "0.20.0"
80
+ source = "registry+https://scarbs.xyz/"
81
+ checksum = "sha256:5c07a8de32e5d9abe33988c7927eaa8b5f83bc29dc77302d9c8c44c898611042"
62
82
dependencies = [
63
83
"openzeppelin_access",
64
84
"openzeppelin_account",
85
+ "openzeppelin_finance",
65
86
"openzeppelin_introspection",
66
87
"openzeppelin_token",
67
88
"openzeppelin_upgrades",
89
+ "openzeppelin_utils",
68
90
]
69
91
70
92
[[package]]
71
93
name = "openzeppelin_security"
72
- version = "0.16.0"
73
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
94
+ version = "0.20.0"
95
+ source = "registry+https://scarbs.xyz/"
96
+ checksum = "sha256:27155597019ecf971c48d7bfb07fa58cdc146d5297745570071732abca17f19f"
74
97
75
98
[[package]]
76
99
name = "openzeppelin_testing"
77
- version = "0.16.0"
78
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
100
+ version = "0.20.0"
101
+ source = "registry+https://scarbs.xyz/"
102
+ checksum = "sha256:2fa9aaadacffd6a95754781ed18f6ee660f52a30d27b024efcde2b4b5648e0b3"
79
103
dependencies = [
80
104
"snforge_std",
81
105
]
82
106
83
107
[[package]]
84
108
name = "openzeppelin_token"
85
- version = "0.16.0"
86
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
109
+ version = "0.20.0"
110
+ source = "registry+https://scarbs.xyz/"
111
+ checksum = "sha256:4452f449dc6c1ea97cf69d1d9182749abd40e85bd826cd79652c06a627eafd91"
87
112
dependencies = [
113
+ "openzeppelin_access",
88
114
"openzeppelin_account",
89
- "openzeppelin_governance",
90
115
"openzeppelin_introspection",
116
+ "openzeppelin_utils",
91
117
]
92
118
93
119
[[package]]
94
120
name = "openzeppelin_upgrades"
95
- version = "0.16.0"
96
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
121
+ version = "0.20.0"
122
+ source = "registry+https://scarbs.xyz/"
123
+ checksum = "sha256:15fdd63f6b50a0fda7b3f8f434120aaf7637bcdfe6fd8d275ad57343d5ede5e1"
97
124
98
125
[[package]]
99
126
name = "openzeppelin_utils"
100
- version = "0.16.0"
101
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.16.0#ba00ce76a93dcf25c081ab2698da20690b5a1cfb"
127
+ version = "0.20.0"
128
+ source = "registry+https://scarbs.xyz/"
129
+ checksum = "sha256:44f32d242af1e43982decc49c563e613a9b67ade552f5c3d5cde504e92f74607"
102
130
103
131
[[package]]
104
132
name = "piltover"
@@ -109,7 +137,17 @@ dependencies = [
109
137
"snforge_std",
110
138
]
111
139
140
+ [[package]]
141
+ name = "snforge_scarb_plugin"
142
+ version = "0.34.0"
143
+ source = "registry+https://scarbs.xyz/"
144
+ checksum = "sha256:56f2b06ff2f0d8bbdfb7fb6c211fba7e4da6e5334ea70ba849af329a739faf11"
145
+
112
146
[[package]]
113
147
name = "snforge_std"
114
- version = "0.27.0"
115
- source = "git+https://github.com/foundry-rs/starknet-foundry?tag=v0.27.0#2d99b7c00678ef0363881ee0273550c44a9263de"
148
+ version = "0.34.0"
149
+ source = "registry+https://scarbs.xyz/"
150
+ checksum = "sha256:bd20964bde07e6fd0f7adb50d41216f05d66abd422ed82241030369333385876"
151
+ dependencies = [
152
+ "snforge_scarb_plugin",
153
+ ]
0 commit comments