-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathScarb.lock
43 lines (38 loc) · 1.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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "openzeppelin_account"
version = "0.18.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:83e6571cac4c67049c8d0ab4e3c7ad146d582d7605e7354248835833e1d26c4a"
dependencies = [
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_introspection"
version = "0.18.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:46c4cc6c95c9baa4c7d5cc0ed2bdaf334f46c25a8c92b3012829fff936e3042b"
[[package]]
name = "openzeppelin_token"
version = "0.18.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:eafbe13f6a0487ce212459e25a81ae07f340ba76208ad4616626eb2d25a9625e"
dependencies = [
"openzeppelin_account",
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_utils"
version = "0.18.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:725b212839f3eddc32791408609099c5e808c167ca0cf331d8c1d778b07a4e21"
[[package]]
name = "pitch_lake"
version = "0.1.0"
dependencies = [
"openzeppelin_token",
"openzeppelin_utils",
]