Explorar el Código

update jito bundle endpoint

Daniel Chew hace 7 meses
padre
commit
470fd8bccd
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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(