-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScarb.lock
54 lines (47 loc) · 1.39 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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "openzeppelin_access"
version = "0.19.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:0f5055ef443327bb613a56a812ccf31157abfd7d36a18739556f78b67f5b1116"
dependencies = [
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_introspection"
version = "0.19.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:a1dda07a91c447b83ccfcc4895897ec134917f0ff6d2ca876b93ea27466d7693"
[[package]]
name = "openzeppelin_upgrades"
version = "0.19.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:3f2badf764a2219b0ea5b567b039daeb4c1707331f98e4f7b985ca2b562b4e10"
[[package]]
name = "openzeppelin_utils"
version = "0.19.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:0e0e6f6b20b3c4075b92941a2c124430a59f1c207f8fbdfd56ce9239e6d666a8"
[[package]]
name = "snforge_scarb_plugin"
version = "0.31.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:1fce075fcbf7fce1b0935f6f9a034549704837fb221da212d3b6e9134cebfdaa"
[[package]]
name = "snforge_std"
version = "0.31.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:60ac980b297281f9a59a5f1668cb56bdea1b28fd2f8008008270f9a3c91ad3ba"
dependencies = [
"snforge_scarb_plugin",
]
[[package]]
name = "v3_migration"
version = "0.1.0"
dependencies = [
"openzeppelin_access",
"openzeppelin_upgrades",
"snforge_std",
]