@shogun-sdk/swap 0.0.2-test.15 → 0.0.2-test.17

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/core.cjs CHANGED
@@ -553,6 +553,7 @@ async function handleEvmExecution({
553
553
  deadline,
554
554
  isSingleChain
555
555
  });
556
+ console.log({ order });
556
557
  update("processing", messageFor("signing"));
557
558
  const { orderTypedData, nonce } = isSingleChain ? await (0, import_intents_sdk8.getEVMSingleChainOrderTypedData)(order) : await (0, import_intents_sdk8.getEVMCrossChainOrderTypedData)(order);
558
559
  if (!wallet.signTypedData) {
package/dist/core.js CHANGED
@@ -521,6 +521,7 @@ async function handleEvmExecution({
521
521
  deadline,
522
522
  isSingleChain
523
523
  });
524
+ console.log({ order });
524
525
  update("processing", messageFor("signing"));
525
526
  const { orderTypedData, nonce } = isSingleChain ? await getEVMSingleChainOrderTypedData(order) : await getEVMCrossChainOrderTypedData(order);
526
527
  if (!wallet.signTypedData) {
package/dist/index.cjs CHANGED
@@ -637,6 +637,7 @@ async function handleEvmExecution({
637
637
  deadline,
638
638
  isSingleChain
639
639
  });
640
+ console.log({ order });
640
641
  update("processing", messageFor("signing"));
641
642
  const { orderTypedData, nonce } = isSingleChain ? await (0, import_intents_sdk8.getEVMSingleChainOrderTypedData)(order) : await (0, import_intents_sdk8.getEVMCrossChainOrderTypedData)(order);
642
643
  if (!wallet.signTypedData) {
package/dist/index.js CHANGED
@@ -602,6 +602,7 @@ async function handleEvmExecution({
602
602
  deadline,
603
603
  isSingleChain
604
604
  });
605
+ console.log({ order });
605
606
  update("processing", messageFor("signing"));
606
607
  const { orderTypedData, nonce } = isSingleChain ? await getEVMSingleChainOrderTypedData(order) : await getEVMCrossChainOrderTypedData(order);
607
608
  if (!wallet.signTypedData) {
package/dist/react.cjs CHANGED
@@ -489,6 +489,7 @@ async function handleEvmExecution({
489
489
  deadline,
490
490
  isSingleChain
491
491
  });
492
+ console.log({ order });
492
493
  update("processing", messageFor("signing"));
493
494
  const { orderTypedData, nonce } = isSingleChain ? await (0, import_intents_sdk6.getEVMSingleChainOrderTypedData)(order) : await (0, import_intents_sdk6.getEVMCrossChainOrderTypedData)(order);
494
495
  if (!wallet.signTypedData) {
package/dist/react.js CHANGED
@@ -464,6 +464,7 @@ async function handleEvmExecution({
464
464
  deadline,
465
465
  isSingleChain
466
466
  });
467
+ console.log({ order });
467
468
  update("processing", messageFor("signing"));
468
469
  const { orderTypedData, nonce } = isSingleChain ? await getEVMSingleChainOrderTypedData(order) : await getEVMCrossChainOrderTypedData(order);
469
470
  if (!wallet.signTypedData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shogun-sdk/swap",
3
- "version": "0.0.2-test.15",
3
+ "version": "0.0.2-test.17",
4
4
  "type": "module",
5
5
  "description": "Shogun Network Swap utilities and helpers",
6
6
  "author": "Shogun Network",
@@ -57,7 +57,7 @@
57
57
  "@solana/web3.js": "^1.98.4",
58
58
  "ethers": "^5.6.1",
59
59
  "wagmi": "2.18.0",
60
- "@shogun-sdk/intents-sdk": "1.2.6-test.2"
60
+ "@shogun-sdk/intents-sdk": "1.2.6-test.4"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "viem": "^2.38.1",