浏览代码

update jito bundle endpoint

Daniel Chew 7 月之前
父节点
当前提交
470fd8bccd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      apps/price_pusher/package.json
  2. 1 1
      apps/price_pusher/src/solana/solana.ts

+ 1 - 1
apps/price_pusher/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/price-pusher",
-  "version": "9.1.4",
+  "version": "9.1.5",
   "description": "Pyth Price Pusher",
   "homepage": "https://pyth.network",
   "main": "lib/index.js",

+ 1 - 1
apps/price_pusher/src/solana/solana.ts

@@ -174,7 +174,7 @@ export class SolanaPricePusherJito implements IPricePusher {
   async getRecentJitoTipLamports(): Promise<number | undefined> {
     try {
       const response = await fetch(
-        "http://bundles-api-rest.jito.wtf/api/v1/bundles/tip_floor",
+        "https://bundles.jito.wtf/api/v1/bundles/tip_floor",
       );
       if (!response.ok) {
         this.logger.error(