-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.sample
executable file
·36 lines (27 loc) · 1.36 KB
/
.env.sample
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
# TODO_TECHDEBT(@olshansk): Find a way to consolidate this with the '.poktrollrc'
# approach in the main 'poktroll' repo.
# A correct value allows Poktroll full node to participate in P2P communication
NODE_HOSTNAME=
# Deployment env vars
NETWORK_NAME=testnet-beta
POKTROLLD_IMAGE_REPO=ghcr.io/pokt-network/poktrolld
PATH_GATEWAY_IMAGE_REPO=ghcr.io/buildwithgrove/path
# The version of the image to run off-chain components such as RelayMiner and PATH.
# Adjust the value when need to upgrade off-chain actors.
POKTROLLD_IMAGE_TAG_OFF_CHAIN=0.0.11 # latest
PATH_GATEWAY_IMAGE_TAG=main
POKTROLLD_LOG_LEVEL=info
# Onchain actors credentials
APPLICATION_PRIV_KEY_HEX=""
APPLICATION_ADDR=""
SUPPLIER_MNEMONIC=""
SUPPLIER_ADDR=""
GATEWAY_PRIV_KEY_HEX=""
GATEWAY_ADDR=""
TX_PARAM_FLAGS_BETA="--gas=auto --gas-prices=1upokt --gas-adjustment=1.5 --chain-id=pocket-beta --yes"
# For Grove Protocol team members, you can get the latest seed like so:
# $ kubectl config use-context gke_protocol-us-central1-d505_us-central1_protocol-us-central1
# $ kubectl describe pod testnet-validated-seed1-poktrolld-0 --namespace=testnet-validated-seed1 | grep "persistent_peers"
# As a bonus, here are some other helpers:
# $ kubectl get svc testnet-validated-seed1-poktrolld-p2p --namespace=testnet-validated-seed1
# $ kubectl logs testnet-validated-seed1-poktrolld-0 --namespace=testnet-validated-seed1