Skip to content

Commit

Permalink
update endpoints of jito
Browse files Browse the repository at this point in the history
  • Loading branch information
outsmartchad committed Jun 21, 2024
1 parent d7c4221 commit cd08e3e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Transactions/jito_tips_tx_executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];

/**
Expand Down

0 comments on commit cd08e3e

Please sign in to comment.