jup-ag / jupiter-quote-api-node

91 stars 32 forks source link

TransactionExpiredBlockheightExceededError #36

Open catstersol opened 1 month ago

catstersol commented 1 month ago

In prioritizationFeeLamports I am using auto with a multiplier of 3 and still getting TransactionExpiredBlockheightExceededError. What is the next best thing to do here?

```
        prioritizationFeeLamports: {
              autoMultiplier: 3,
            },