@@ -3,8 +3,122 @@ version = 1
3
3
4
4
[[package]]
5
5
name = "openzeppelin"
6
- version = "0.10.0"
7
- source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.10.0#d77082732daab2690ba50742ea41080eb23299d3"
6
+ version = "1.0.0"
7
+ source = "registry+https://scarbs.xyz/"
8
+ checksum = "sha256:320185f3e17cf9fafda88b1ce490f5eaed0bfcc273036b56cd22ce4fb8de628f"
9
+ dependencies = [
10
+ "openzeppelin_access",
11
+ "openzeppelin_account",
12
+ "openzeppelin_finance",
13
+ "openzeppelin_governance",
14
+ "openzeppelin_introspection",
15
+ "openzeppelin_merkle_tree",
16
+ "openzeppelin_presets",
17
+ "openzeppelin_security",
18
+ "openzeppelin_token",
19
+ "openzeppelin_upgrades",
20
+ "openzeppelin_utils",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "openzeppelin_access"
25
+ version = "1.0.0"
26
+ source = "registry+https://scarbs.xyz/"
27
+ checksum = "sha256:a39a4ea1582916c637bf7e3aee0832c3fe1ea3a3e39191955e8dc39d08327f9b"
28
+ dependencies = [
29
+ "openzeppelin_introspection",
30
+ "openzeppelin_utils",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "openzeppelin_account"
35
+ version = "1.0.0"
36
+ source = "registry+https://scarbs.xyz/"
37
+ checksum = "sha256:7e943a2de32ddca4d48e467e52790e380ab1f49c4daddbbbc4634dd930d0243f"
38
+ dependencies = [
39
+ "openzeppelin_introspection",
40
+ "openzeppelin_utils",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "openzeppelin_finance"
45
+ version = "1.0.0"
46
+ source = "registry+https://scarbs.xyz/"
47
+ checksum = "sha256:9fa9e91d39b6ccdfa31eef32fdc087cd06c0269cc9c6b86e32d57f5a6997d98b"
48
+ dependencies = [
49
+ "openzeppelin_access",
50
+ "openzeppelin_token",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "openzeppelin_governance"
55
+ version = "1.0.0"
56
+ source = "registry+https://scarbs.xyz/"
57
+ checksum = "sha256:c05add2974b3193c3a5c022b9586a84cf98c5970cdb884dcf201c77dbe359f55"
58
+ dependencies = [
59
+ "openzeppelin_access",
60
+ "openzeppelin_account",
61
+ "openzeppelin_introspection",
62
+ "openzeppelin_token",
63
+ "openzeppelin_utils",
64
+ ]
65
+
66
+ [[package]]
67
+ name = "openzeppelin_introspection"
68
+ version = "1.0.0"
69
+ source = "registry+https://scarbs.xyz/"
70
+ checksum = "sha256:34e088ecf19e0b3012481a29f1fbb20e600540cb9a5db1c3002a97ebb7f5a32a"
71
+
72
+ [[package]]
73
+ name = "openzeppelin_merkle_tree"
74
+ version = "1.0.0"
75
+ source = "registry+https://scarbs.xyz/"
76
+ checksum = "sha256:a5341705514a3d9beeeb39cf11464111f7355be621639740d2c5006786aa63dc"
77
+
78
+ [[package]]
79
+ name = "openzeppelin_presets"
80
+ version = "1.0.0"
81
+ source = "registry+https://scarbs.xyz/"
82
+ checksum = "sha256:4eb098e2ee3ac0e67b6828115a7de62f781418beab767d4e80b54e176808369d"
83
+ dependencies = [
84
+ "openzeppelin_access",
85
+ "openzeppelin_account",
86
+ "openzeppelin_finance",
87
+ "openzeppelin_introspection",
88
+ "openzeppelin_token",
89
+ "openzeppelin_upgrades",
90
+ "openzeppelin_utils",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "openzeppelin_security"
95
+ version = "1.0.0"
96
+ source = "registry+https://scarbs.xyz/"
97
+ checksum = "sha256:1deb811a239c4f9cc28fc302039e2ffcb19911698a8c612487207448d70d2e6e"
98
+
99
+ [[package]]
100
+ name = "openzeppelin_token"
101
+ version = "1.0.0"
102
+ source = "registry+https://scarbs.xyz/"
103
+ checksum = "sha256:33fcb84a1a76d2d3fff9302094ff564f78d45b743548fd7568c130b272473f66"
104
+ dependencies = [
105
+ "openzeppelin_access",
106
+ "openzeppelin_account",
107
+ "openzeppelin_introspection",
108
+ "openzeppelin_utils",
109
+ ]
110
+
111
+ [[package]]
112
+ name = "openzeppelin_upgrades"
113
+ version = "1.0.0"
114
+ source = "registry+https://scarbs.xyz/"
115
+ checksum = "sha256:36f7a03e7e7111577916aacf31f88ad0053de20f33ee10b0ab3804849c3aa373"
116
+
117
+ [[package]]
118
+ name = "openzeppelin_utils"
119
+ version = "1.0.0"
120
+ source = "registry+https://scarbs.xyz/"
121
+ checksum = "sha256:fd348b31c4a4407add33adc3c2b8f26dca71dbd7431faaf726168f37a91db0c1"
8
122
9
123
[[package]]
10
124
name = "pyth"
@@ -14,7 +128,17 @@ dependencies = [
14
128
"snforge_std",
15
129
]
16
130
131
+ [[package]]
132
+ name = "snforge_scarb_plugin"
133
+ version = "0.38.3"
134
+ source = "registry+https://scarbs.xyz/"
135
+ checksum = "sha256:0cd914b547acd96b4cad99a78e95c0eda001d0c280da4969b2161e286079cf46"
136
+
17
137
[[package]]
18
138
name = "snforge_std"
19
- version = "0.21.0"
20
- source = "git+https://github.com/foundry-rs/starknet-foundry?tag=v0.21.0#2996b8c1dd66b2715fc67e69578089f278a46790"
139
+ version = "0.38.3"
140
+ source = "registry+https://scarbs.xyz/"
141
+ checksum = "sha256:d376526fbbe22535ad89ed630b11d6e209f22c50168de6c6430c0591c81c3174"
142
+ dependencies = [
143
+ "snforge_scarb_plugin",
144
+ ]
0 commit comments