@elmntl/jlpd-sdk 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3774,7 +3774,7 @@ async function buildSwapData(connection, inputMint, outputMint, amount, userPubk
|
|
|
3774
3774
|
|
|
3775
3775
|
// src/jupiter/price.ts
|
|
3776
3776
|
var import_anchor5 = require("@coral-xyz/anchor");
|
|
3777
|
-
var DEFAULT_API_KEY = "
|
|
3777
|
+
var DEFAULT_API_KEY = "REDACTED_JUPITER_API_KEY";
|
|
3778
3778
|
async function fetchJupiterPriceUsd(mint, apiKey = DEFAULT_API_KEY) {
|
|
3779
3779
|
const url = `https://api.jup.ag/price/v3?ids=${mint}`;
|
|
3780
3780
|
try {
|
package/dist/index.mjs
CHANGED
|
@@ -3681,7 +3681,7 @@ async function buildSwapData(connection, inputMint, outputMint, amount, userPubk
|
|
|
3681
3681
|
|
|
3682
3682
|
// src/jupiter/price.ts
|
|
3683
3683
|
import { BN as BN4 } from "@coral-xyz/anchor";
|
|
3684
|
-
var DEFAULT_API_KEY = "
|
|
3684
|
+
var DEFAULT_API_KEY = "REDACTED_JUPITER_API_KEY";
|
|
3685
3685
|
async function fetchJupiterPriceUsd(mint, apiKey = DEFAULT_API_KEY) {
|
|
3686
3686
|
const url = `https://api.jup.ag/price/v3?ids=${mint}`;
|
|
3687
3687
|
try {
|