@clonegod/ttd-sol-common 1.0.153 → 1.0.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -585,7 +585,6 @@ class RpcClient {
|
|
|
585
585
|
let jitoApiUrl = `${types_1.JITO_API_URLS[jito_region]}/api/v1/bundles`;
|
|
586
586
|
const send_tx_jito_url = process.env.SEND_TX_JITO_URL || '';
|
|
587
587
|
const send_tx_jito_stratgy = process.env.SEND_TX_JITO_STRATEGY || '';
|
|
588
|
-
console.log(this.getCurrentTPS(), `send jito start: send_tx_jito_url=${send_tx_jito_url}, send_tx_jito_stratgy=${send_tx_jito_stratgy}`);
|
|
589
588
|
if (!(0, dist_1.isEmpty)(send_tx_jito_url) && send_tx_jito_stratgy === 'mul_ips') {
|
|
590
589
|
const send_result = yield (0, dist_1.postJSON)(send_tx_jito_url, {
|
|
591
590
|
encoding,
|