18 lines
657 B
YAML
18 lines
657 B
YAML
# endorseService Info
|
|
# testNet addrs
|
|
endorseServiceHost: "14.215.179.74:37101"
|
|
complianceCheck:
|
|
# 是否需要进行合规性背书
|
|
isNeedComplianceCheck: true
|
|
# 是否需要支付合规性背书费用
|
|
isNeedComplianceCheckFee: true
|
|
# 合规性背书费用
|
|
complianceCheckEndorseServiceFee: 100
|
|
# 支付合规性背书费用的收款地址
|
|
complianceCheckEndorseServiceFeeAddr: cHvBK1TTB52GYtVxHK7HnW8N9RTqkN99R
|
|
# 如果通过合规性检查,签发认证签名的地址
|
|
complianceCheckEndorseServiceAddr: XDxkpQkfLwG6h56e896f3vBHhuN5g6M9u
|
|
#创建平行链所需要的最低费用
|
|
minNewChainAmount: "100"
|
|
crypto: "xchain"
|
|
txVersion: 1 |