You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,11 @@ Relayer:
94
94
|`RELAYER_NEUTRON_CHAIN_OUTPUT_FORMAT`|`json` OR `yaml`| neutron chain provider output format | required |
95
95
|`RELAYER_NEUTRON_CHAIN_SIGN_MODE_STR `|`string`|[see](https://docs.cosmos.network/master/core/transactions.html#signing-transactions) also consider use short variation, e.g. `direct`| optional |
96
96
|`RELAYER_TARGET_CHAIN_RPC_ADDR`|`string`| rpc address of target chain | required |
|`RELAYER_TARGET_CHAIN_TIMEOUT `|`time`| timeout of target chain provider | optional |
100
98
|`RELAYER_TARGET_CHAIN_DEBUG `|`bool`| flag to run target chain provider in debug mode | optional |
101
99
|`RELAYER_TARGET_CHAIN_OUTPUT_FORMAT`|`json` or `yaml`| target chain provider output format | optional |
102
100
|`RELAYER_REGISTRY_ADDRESSES`|`string`| a list of comma-separated smart-contract addresses for which the relayer processes interchain queries | required |
101
+
|`RELAYER_REGISTRY_QUERY_IDS`|`string`| a list of comma-separated query IDs which complements to `RELAYER_REGISTRY_ADDRESSES` to further filter out interchain queries being processed | optional |
103
102
|`RELAYER_ALLOW_TX_QUERIES`|`bool`| if true relayer will process tx queries (if `false`, relayer will drop them) | required |
104
103
|`RELAYER_ALLOW_KV_CALLBACKS`|`bool`| if `true`, will pass proofs as sudo callbacks to contracts | required |
105
104
|`RELAYER_MIN_KV_UPDATE_PERIOD`|`uint`| minimal period of queries execution and submission (not less than `n` blocks) | optional |
0 commit comments