RELAYER_NEUTRON_CHAIN_RPC_ADDR |
string |
rpc address of neutron chain |
required |
RELAYER_NEUTRON_CHAIN_REST_ADDR |
string |
rest address of neutron chain |
required |
RELAYER_NEUTRON_CHAIN_HOME_DIR |
string |
path to keys directory |
required |
RELAYER_NEUTRON_CHAIN_SIGN_KEY_NAME |
string |
key name |
required |
RELAYER_NEUTRON_CHAIN_TIMEOUT |
time |
timeout of neutron chain provider |
optional |
RELAYER_NEUTRON_CHAIN_GAS_PRICES |
string |
specifies how much the user is willing to pay per unit of gas, which can be one or multiple denominations of token |
required |
RELAYER_NEUTRON_CHAIN_GAS_LIMIT |
string |
the maximum price a relayer user is willing to pay for relayer's paid blockchain actions |
required |
RELAYER_NEUTRON_CHAIN_GAS_ADJUSTMENT |
float |
used to scale gas up in order to avoid underestimating. For example, users can specify their gas adjustment as 1.5 to use 1.5 times the estimated gas |
required |
RELAYER_NEUTRON_CHAIN_CONNECTION_ID |
string |
neutron chain connection ID |
required |
RELAYER_NEUTRON_CHAIN_DEBUG |
bool |
flag to run neutron chain provider in debug mode |
optional |
RELAYER_NEUTRON_CHAIN_KEYRING_BACKEND |
string |
see |
required |
RELAYER_NEUTRON_CHAIN_OUTPUT_FORMAT |
json OR yaml |
neutron chain provider output format |
required |
RELAYER_NEUTRON_CHAIN_SIGN_MODE_STR |
string |
see also consider use short variation, e.g. direct |
optional |
RELAYER_TARGET_CHAIN_RPC_ADDR |
string |
rpc address of target chain |
required |
RELAYER_TARGET_CHAIN_ACCOUNT_PREFIX |
string |
target chain account prefix |
required |
RELAYER_TARGET_CHAIN_VALIDATOR_ACCOUNT_PREFIX |
string |
target chain validator account prefix |
required |
RELAYER_TARGET_CHAIN_TIMEOUT |
time |
timeout of target chain provider |
optional |
RELAYER_TARGET_CHAIN_DEBUG |
bool |
flag to run target chain provider in debug mode |
optional |
RELAYER_TARGET_CHAIN_OUTPUT_FORMAT |
json or yaml |
target chain provider output format |
optional |
RELAYER_REGISTRY_ADDRESSES |
string |
a list of comma-separated smart-contract addresses for which the relayer processes interchain queries |
required |
RELAYER_ALLOW_TX_QUERIES |
bool |
if true relayer will process tx queries (if false , relayer will drop them) |
required |
RELAYER_ALLOW_KV_CALLBACKS |
bool |
if true , will pass proofs as sudo callbacks to contracts |
required |
RELAYER_MIN_KV_UPDATE_PERIOD |
uint |
minimal period of queries execution and submission (not less than n blocks) |
optional |
RELAYER_STORAGE_PATH |
string |
path to leveldb storage, will be created on given path if doesn't exists (required if RELAYER_ALLOW_TX_QUERIES is true ) |
optional |
RELAYER_CHECK_SUBMITTED_TX_STATUS_DELAY |
uint |
delay in seconds to wait before transaction is checked for commit status |
optional |
RELAYER_QUERIES_TASK_QUEUE_CAPACITY |
int |
capacity of the channel that is used to send messages from subscriber to relayer (better set to a higher value to avoid problems with Tendermint websocket subscriptions). |
optional |
RELAYER_PROMETHEUS_PORT |
uint |
listen port for Prometheus |
optional |
RELAYER_INITIAL_TX_SEARCH_OFFSET |
uint |
if set to non zero and no prior search height exists, it will initially set to (last_height - X). Set this if you have lots of old tx's on first start you don't need. |
optional |