Skip to content

Commit 59073b7

Browse files
committed
add more comment for deployment.toml
1 parent 1221235 commit 59073b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/deployment.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,19 @@ cells = [
1919
]
2020

2121
# The lock script set to output cells
22+
# Note:
23+
# SigHash: code_hash: 0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8, hash_type: type
24+
# Multisig Legacy: code_hash: 0x5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8, hash_type: type
25+
# Multisig V2: code_hash: 0x36c971b8d41fbd94aabca77dc75e826729ac98447b46f91e00796155dddb0d29, hash_type: data1
2226
[lock]
2327
code_hash = "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8"
2428
args = "0x0000000000000000000000000000000000000000"
2529
hash_type = "type"
2630

2731
# For unlocking inputs with multisig lock script
2832
[multisig_config]
33+
# if lock_code_hash is not specified, it fallback to Multisig Legacy
34+
lock_code_hash = "0x5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8"
2935
sighash_addresses = [
3036
"ckt1qyq111111111111111111111111111111111111111",
3137
"ckt1qyq222222222222222222222222222222222222222",

0 commit comments

Comments
 (0)