diff --git a/src/config.ts b/src/config.ts index 1ada5b7b..e7566737 100644 --- a/src/config.ts +++ b/src/config.ts @@ -320,7 +320,8 @@ export function loadConfigFromOpts(opts: any): Config { hermesEndpoint: opts.hermesEndpoint ?? process.env.HERMES_ENDPOINT, heliusEndpoint: opts.heliusEndpoint ?? process.env.HELIUS_ENDPOINT, additionalSendTxEndpoints: loadCommaDelimitToStringArray( - opts.additionalSendTxEndpoints + opts.additionalSendTxEndpoints ?? + process.env.ADDITIONAL_SEND_TX_ENDPOINTS ), txConfirmationEndpoint: opts.txConfirmationEndpoint ?? process.env.TX_CONFIRMATION_ENDPOINT,