@shogun-sdk/swap 0.0.2-test.16 → 0.0.2-test.18
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 +1 -0
- package/dist/core.js +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/dist/react.cjs +1 -0
- package/dist/react.js +1 -0
- package/package.json +2 -2
package/dist/core.cjs
CHANGED
|
@@ -555,6 +555,7 @@ async function handleEvmExecution({
|
|
|
555
555
|
});
|
|
556
556
|
update("processing", messageFor("signing"));
|
|
557
557
|
const { orderTypedData, nonce } = isSingleChain ? await (0, import_intents_sdk8.getEVMSingleChainOrderTypedData)(order) : await (0, import_intents_sdk8.getEVMCrossChainOrderTypedData)(order);
|
|
558
|
+
console.log({ order, orderTypedData });
|
|
558
559
|
if (!wallet.signTypedData) {
|
|
559
560
|
throw new Error("Wallet does not support EIP-712 signing");
|
|
560
561
|
}
|
package/dist/core.js
CHANGED
|
@@ -523,6 +523,7 @@ async function handleEvmExecution({
|
|
|
523
523
|
});
|
|
524
524
|
update("processing", messageFor("signing"));
|
|
525
525
|
const { orderTypedData, nonce } = isSingleChain ? await getEVMSingleChainOrderTypedData(order) : await getEVMCrossChainOrderTypedData(order);
|
|
526
|
+
console.log({ order, orderTypedData });
|
|
526
527
|
if (!wallet.signTypedData) {
|
|
527
528
|
throw new Error("Wallet does not support EIP-712 signing");
|
|
528
529
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -639,6 +639,7 @@ async function handleEvmExecution({
|
|
|
639
639
|
});
|
|
640
640
|
update("processing", messageFor("signing"));
|
|
641
641
|
const { orderTypedData, nonce } = isSingleChain ? await (0, import_intents_sdk8.getEVMSingleChainOrderTypedData)(order) : await (0, import_intents_sdk8.getEVMCrossChainOrderTypedData)(order);
|
|
642
|
+
console.log({ order, orderTypedData });
|
|
642
643
|
if (!wallet.signTypedData) {
|
|
643
644
|
throw new Error("Wallet does not support EIP-712 signing");
|
|
644
645
|
}
|
package/dist/index.js
CHANGED
|
@@ -604,6 +604,7 @@ async function handleEvmExecution({
|
|
|
604
604
|
});
|
|
605
605
|
update("processing", messageFor("signing"));
|
|
606
606
|
const { orderTypedData, nonce } = isSingleChain ? await getEVMSingleChainOrderTypedData(order) : await getEVMCrossChainOrderTypedData(order);
|
|
607
|
+
console.log({ order, orderTypedData });
|
|
607
608
|
if (!wallet.signTypedData) {
|
|
608
609
|
throw new Error("Wallet does not support EIP-712 signing");
|
|
609
610
|
}
|
package/dist/react.cjs
CHANGED
|
@@ -491,6 +491,7 @@ async function handleEvmExecution({
|
|
|
491
491
|
});
|
|
492
492
|
update("processing", messageFor("signing"));
|
|
493
493
|
const { orderTypedData, nonce } = isSingleChain ? await (0, import_intents_sdk6.getEVMSingleChainOrderTypedData)(order) : await (0, import_intents_sdk6.getEVMCrossChainOrderTypedData)(order);
|
|
494
|
+
console.log({ order, orderTypedData });
|
|
494
495
|
if (!wallet.signTypedData) {
|
|
495
496
|
throw new Error("Wallet does not support EIP-712 signing");
|
|
496
497
|
}
|
package/dist/react.js
CHANGED
|
@@ -466,6 +466,7 @@ async function handleEvmExecution({
|
|
|
466
466
|
});
|
|
467
467
|
update("processing", messageFor("signing"));
|
|
468
468
|
const { orderTypedData, nonce } = isSingleChain ? await getEVMSingleChainOrderTypedData(order) : await getEVMCrossChainOrderTypedData(order);
|
|
469
|
+
console.log({ order, orderTypedData });
|
|
469
470
|
if (!wallet.signTypedData) {
|
|
470
471
|
throw new Error("Wallet does not support EIP-712 signing");
|
|
471
472
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shogun-sdk/swap",
|
|
3
|
-
"version": "0.0.2-test.
|
|
3
|
+
"version": "0.0.2-test.18",
|
|
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.
|
|
60
|
+
"@shogun-sdk/intents-sdk": "1.2.6-test.4"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"viem": "^2.38.1",
|