@xswap-link/sdk 0.10.9 → 0.10.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xswap-link/sdk",
3
- "version": "0.10.9",
3
+ "version": "0.10.10",
4
4
  "description": "JavaScript SDK for XSwap platform",
5
5
  "homepage": "https://github.com/xswap-link/xswap-sdk",
6
6
  "repository": {
@@ -9,7 +9,7 @@ export const SOLANA_TOKEN_PROGRAM_ID = new PublicKey(
9
9
  "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
10
10
  );
11
11
  export const CCIP_ROUTER_PROGRAM_ID = new PublicKey(
12
- "Ccip842gzYHhvdDkSyi2YVCoAWPbYJoApMFzSxQroE9C",
12
+ "Ccip8ZTcM2qHjVt8FYHtuCAqjc637yLKnsJ5q5r2e6eL",
13
13
  );
14
14
  export const FEE_QUOTER_PROGRAM_ID = new PublicKey(
15
15
  "FeeQhewH1cd6ZyHqhfMiKAQntgzPT6bWwK26cJ5qSFo6",
@@ -28,7 +28,8 @@ export const RMN_REMOTE_PROGRAM_ID = new PublicKey(
28
28
  );
29
29
  export const METADATA_PROGRAM_ID =
30
30
  "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s";
31
- export const SOLANA_MAINNET_RPC_URL = "https://api.mainnet-beta.solana.com";
31
+ export const SOLANA_MAINNET_RPC_URL =
32
+ "https://orbital-thrilling-water.solana-mainnet.quiknode.pro/6b4a6d73d2cbe0590ce45bad3b375b183acef83f/";
32
33
  export const JUPITER_V6_PROGRAM_ID = new PublicKey(
33
34
  "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4",
34
35
  );