@clonegod/ttd-sol-common 1.0.102 → 1.0.103

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.
@@ -702,11 +702,11 @@ class RpcClient {
702
702
  let txid = (0, get_signature_1.getSignature)(transaction);
703
703
  setTimeout(() => __awaiter(this, void 0, void 0, function* () {
704
704
  const serializedTransaction = bs58_1.default.encode(transaction.serialize());
705
- let jitoApiUrl = `${types_1.JITO_API_URLS[region]}/api/v1/transactions?bundleOnly=true`;
705
+ let jitoApiUrl = `${types_1.JITO_API_URLS[region]}/api/v1/bundles`;
706
706
  (0, dist_1.log_info)('sendSmartTransactionWithTipMixed, start');
707
707
  this.sendTransaction(transaction);
708
708
  this.sendJitoTransaction(serializedTransaction, `${types_1.JITO_API_URLS['Default']}/api/v1/transactions?bundleOnly=true`);
709
- const bundleId = yield this.sendJitoTransaction(serializedTransaction, jitoApiUrl);
709
+ const bundleId = yield this.sendJitoTransaction(serializedTransaction, `${types_1.JITO_API_URLS['Default']}/api/v1/transactions?bundleOnly=true`);
710
710
  (0, dist_1.log_info)(`sendJitoTransaction`, {
711
711
  txid,
712
712
  bundleId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sol-common",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",