forked from xcshuan/ckb-utils-lock
-
Notifications
You must be signed in to change notification settings - Fork 4
/
deployment.toml
45 lines (37 loc) · 1.1 KB
/
deployment.toml
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
[[cells]]
name = "always-success"
enable_type_id = false
location = { file = "build/release/always-success" }
[[cells]]
name = "input-type-proxy-lock"
enable_type_id = false
location = { file = "build/release/input-type-proxy-lock" }
[[cells]]
name = "output-type-proxy-lock"
enable_type_id = false
location = { file = "build/release/output-type-proxy-lock" }
[[cells]]
name = "lock-proxy-lock"
enable_type_id = false
location = { file = "build/release/lock-proxy-lock" }
[[cells]]
name = "single-use-lock"
enable_type_id = false
location = { file = "build/release/single-use-lock" }
[[cells]]
name = "type-burn-lock"
enable_type_id = false
location = { file = "build/release/type-burn-lock" }
[[cells]]
name = "easy-to-discover-type"
enable_type_id = false
location = { file = "build/release/easy-to-discover-type" }
[[cells]]
name = "time-lock"
enable_type_id = false
location = { file = "build/release/time-lock" }
# The lock script set to output cells
[lock]
code_hash = "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8"
args = "0xdc7a30c57e8bef48b1f3d26fb0aac10cd65edf30"
hash_type = "type"