-
Notifications
You must be signed in to change notification settings - Fork 5
/
deployment-delegate.toml
46 lines (38 loc) · 1.08 KB
/
deployment-delegate.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 = "selection"
# enable_type_id = true
# location = { file = "build/release/selection" }
# [[cells]]
# name = "checkpoint"
# enable_type_id = true
# location = { file = "build/release/checkpoint" }
# [[cells]]
# name = "metadata"
# enable_type_id = true
# location = { file = "build/release/metadata" }
[[cells]]
name = "delegate"
enable_type_id = true
location = { file = "build/release/delegate" }
[[cells]]
name = "delegate-smt"
enable_type_id = true
location = { file = "build/release/delegate-smt" }
# # reference to on-chain cells
# [[cells]]
# name = "genesis_cell"
# enable_type_id = false
# location = { tx_hash = "0x71a7ba8fc96349fea0ed3a5c47992e3b4084b031a42264a018e0072e8172e46c", index = 0 }
# # Dep group cells
# [[dep_groups]]
# name = "my_dep_group"
# cells = [
# "my_cell",
# "genesis_cell"
# ]
# Replace with your own lock if you want to unlock deployed cells.
# For example the secp256k1 lock
[lock]
code_hash = "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8"
args = "0x61a0d1fa2b4a4536a778659d5d87b88e82188b17"
hash_type = "type"