From cd08e3e24ba6e8064e3261c67d03050a4816b92b Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 21 Jun 2024 19:28:20 +0800 Subject: [PATCH] update endpoints of jito --- src/Transactions/jito_tips_tx_executor.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Transactions/jito_tips_tx_executor.js b/src/Transactions/jito_tips_tx_executor.js index 8fad9b0f..6347fc67 100644 --- a/src/Transactions/jito_tips_tx_executor.js +++ b/src/Transactions/jito_tips_tx_executor.js @@ -21,8 +21,12 @@ const jito_Validators = [ "DttWaMuVvTiduZRnguLF7jNxTgiMBZ1hyAumKUiL2KRL", "96gYZGLnJYVFmbjzopPSU6QiEV5fGqZNyN9nmNhvrZU5", ]; -const endpoints = [ - "https://tokyo.mainnet.block-engine.jito.wtf/api/v1/bundles" +const endpoints = [ // TODO: Choose a jito endpoint which is closest to your location, and uncomment others + "https://mainnet.block-engine.jito.wtf/api/v1/bundles", + "https://amsterdam.mainnet.block-engine.jito.wtf/api/v1/bundles", + "https://frankfurt.mainnet.block-engine.jito.wtf/api/v1/bundles", + "https://ny.mainnet.block-engine.jito.wtf/api/v1/bundles", + "https://tokyo.mainnet.block-engine.jito.wtf/api/v1/bundles", ]; /**