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
|`WALLET_SECRET`| Yes | - | Either `privateKey:<private key in hex format>` or `mnemonic:<12/24 words>`|
176
176
|`HERMES_ENDPOINT`| No |`https://hermes.pyth.network`| Pyth Hermes API |
177
177
|`PRICE_DEVIATION_TOLERANCE`| No | 0 | absolute or percentage value for price deviations which should be ignored (e.g., `100` or `10%`) |
178
-
|`UPDATE_INTERVAL_MS`| No |`300000`| Update interval (5 min) |
178
+
|`UPDATE_INTERVAL_MS`| No |`5000`| Update interval (default 5 sec) |
179
179
|`GAS_PRICE`| No |`0.025uakt`| Gas price |
180
180
|`DENOM`| No |`uakt`| Token denomination |
181
181
|`HEALTHCHECK_PORT`| No | 3000 | healthcheck server port |
182
182
|`OTEL_RESOURCE_ATTRIBUTES`| No | <empty> | additional attributes attached to all metrics (e.g., `service.name=hermes,service.version=1.1.0,deployment.environment=production`) |
183
+
|`SMART_CONTRACT_CONFIG_CACHE_TTL_MS`| No | 3600000 (1h) | smart contract config cache ttl in milliseconds |
0 commit comments