Skip to content

Commit

Permalink
Merge pull request #339 from drift-labs/wphan/update_jito_url
Browse files Browse the repository at this point in the history
update jito tip_stream endpoint
  • Loading branch information
wphan authored Jan 6, 2025
2 parents 99bb63f + 0a5d17e commit 60e7671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundleSender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { bs58 } from '@project-serum/anchor/dist/cjs/utils/bytes';
import { sleepMs } from './utils';

export const jitoBundlePriceEndpoint =
'ws://bundles-api-rest.jito.wtf/api/v1/bundles/tip_stream';
'wss://bundles.jito.wtf/api/v1/bundles/tip_stream';

const logPrefix = '[BundleSender]';
const MS_DELAY_BEFORE_CHECK_INCLUSION = 30_000;
Expand Down

0 comments on commit 60e7671

Please sign in to comment.