File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed
Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,6 @@ There are a few environment variables that you can set. Besides
149149to be retrieved from the dryrun cache.
150150- ` DRY_RUN_PROCESS_CACHE_TTL ` : the TTL of the dryrun process memory cache.
151151 If a eval stream is more nonces behind than this limit, a 503 is returned.
152- - ` SU_ROUTER_URL ` : the SU router url to default to when checking if target is a wallet
153- - ` HB_ROUTER_URL ` : the HB router url to default to when checking if target is a wallet
154- - ` ENABLE_HB_WALLET_CHECK ` : whether to enable HB wallet check when checking if target is a wallet
155152
156153## Tests
157154
Original file line number Diff line number Diff line change @@ -262,19 +262,7 @@ export const domainConfigSchema = z.object({
262262 /**
263263 * The TTL of the dry run process cache in milliseconds.
264264 */
265- DRY_RUN_PROCESS_CACHE_TTL : positiveIntSchema ,
266- /**
267- * The SU router url to default to when checking if target is a wallet
268- */
269- SU_ROUTER_URL : z . string ( ) ,
270- /**
271- * The HB router url to default to when checking if target is a wallet
272- */
273- HB_ROUTER_URL : z . string ( ) ,
274- /**
275- * Whether to enable HB wallet check when checking if target is a wallet
276- */
277- ENABLE_HB_WALLET_CHECK : z . boolean ( )
265+ DRY_RUN_PROCESS_CACHE_TTL : positiveIntSchema
278266} )
279267
280268export const bufferSchema = z . any ( ) . refine ( buffer => {
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ There are a few environment variables that you can set:
5858- ` CUSTOM_CU_MAP_FILE_PATH ` : The file path for the custom CU JSON map for message pushing.
5959- ` IP_WALLET_RATE_LIMIT ` : The amount of requests from an IP-wallet pair to allow in an interval (defaults to 100)
6060- ` IP_WALLET_RATE_LIMIT_INTERVAL ` : The interval to allow the rate limit in (defaults to 1h)
61+ - ` SU_ROUTER_URL ` : the SU router url to default to when checking if target is a wallet
62+ - ` HB_ROUTER_URL ` : the HB router url to default to when checking if target is a wallet
63+ - ` ENABLE_HB_WALLET_CHECK ` : whether to enable HB wallet check when checking if target is a wallet
6164
6265
6366
You can’t perform that action at this time.
0 commit comments