mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 17:23:23 +08:00
20 lines
526 B
YAML
20 lines
526 B
YAML
#
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
---
|
|
id: 0
|
|
name: Devnet deployment
|
|
network: devnet
|
|
stacks-node: "http://localhost:20443"
|
|
bitcoin-node: "http://devnet:devnet@localhost:18443"
|
|
plan:
|
|
batches:
|
|
- id: 0
|
|
transactions:
|
|
- contract-call:
|
|
contract-id: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.lqstx-mint-endpoint
|
|
expected-sender: ST2CY5V39NHDPWSXMW9QDT3HC3GD6Q6XX4CFRK9AG
|
|
method: request-mint
|
|
parameters:
|
|
- u820000000000000
|
|
cost: 10000 |