forked from hirosystems/stacks-pyth-bridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtxtx.yml
41 lines (41 loc) · 2.15 KB
/
txtx.yml
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
---
name: stacks-pyth
id: stacks-pyth
runbooks:
- name: Pyth Deployment
id: deploy
description: Deploy Pyth protocol on Stacks
location: runbooks/deployments/deploy
state:
file: pyth-deployment.devnet.json
- name: Update Price Feed
id: update-price
description: Update Price Feed
location: runbooks/usage/update-price-feed.tx
environments:
devnet:
stacks_network_id: devnet
stacks_api_url: http://localhost:3999
stacks_operator_address: ST2JHG361ZXG51QTKY2NQCVBPPRRE2KZB1HR05NNC
clarinet_manifest_path: ./Clarinet.toml
# operator_mnemonic: "prevent gallery kind limb income control noise together echo rival record wedding sense uncover school version force bleak nuclear include danger skirt enact arrow"
operator_mnemonic: "female adjust gallery certain visit token during great side clown fitness like hurt clip knife warm bench start reunion globe detail dream depend fortune"
pyth_oracle_contract: ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP.pyth-oracle
pyth_storage_contract: ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP.pyth-store
wormhole_core_contract: ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP.wormhole-core
pyth_decoder_contract: ST3NBRSFKX28FQ2ZJ1MAKX58HKHSDGNV5N7R21XCP.pyth-pnau-decoder
testnet:
stacks_network_id: testnet
stacks_api_url: https://api.testnet.hiro.so
stacks_operator_address: ST2JHG361ZXG51QTKY2NQCVBPPRRE2KZB1HR05NNC
clarinet_manifest_path: ./Clarinet.toml
operator_mnemonic: "female adjust gallery certain visit token during great side clown fitness like hurt clip knife warm bench start reunion globe detail dream depend fortune"
mainnet:
stacks_network_id: mainnet
stacks_api_url: https://api.hiro.so
stacks_operator_address: SP2JHG361ZXG51QTKY2NQCVBPPRRE2KZB1J5QKA2F
clarinet_manifest_path: ./Clarinet.toml
pyth_oracle_contract: SP2T5JKWWP3FYYX4YRK8GK5BG2YCNGEAEY2P2PKN0.pyth-oracle-v2
pyth_storage_contract: SP2T5JKWWP3FYYX4YRK8GK5BG2YCNGEAEY2P2PKN0.pyth-store-v1
wormhole_core_contract: SP2T5JKWWP3FYYX4YRK8GK5BG2YCNGEAEY2P2PKN0.wormhole-core-v2
pyth_decoder_contract: SP2T5JKWWP3FYYX4YRK8GK5BG2YCNGEAEY2P2PKN0.pyth-pnau-decoder-v1