mirror of
https://github.com/alexgo-io/stacks-pyth-bridge.git
synced 2026-01-12 08:34:44 +08:00
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
---
|
|
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-publish:
|
|
contract-name: hk-cursor-v1
|
|
expected-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
|
cost: 26340
|
|
path: contracts/deps/hk-cursor-v1.clar
|
|
anchor-block-only: true
|
|
clarity-version: 2
|
|
- contract-publish:
|
|
contract-name: wormhole-core-v1
|
|
expected-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
|
cost: 124910
|
|
path: contracts/deps/wormhole-core-v1.clar
|
|
anchor-block-only: true
|
|
clarity-version: 2
|
|
- contract-publish:
|
|
contract-name: pyth-oracle-v1
|
|
expected-sender: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM
|
|
cost: 34610
|
|
path: contracts/pyth-oracle-v1.clar
|
|
anchor-block-only: true
|
|
clarity-version: 2
|
|
epoch: "2.4"
|