@shogun-sdk/swap 0.0.2-test.25 → 0.0.2-test.27

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.
@@ -1,4 +1,3 @@
1
- import { Transaction as Transaction$1 } from '@mysten/sui/transactions';
2
1
  import { Transaction, VersionedTransaction } from '@solana/web3.js';
3
2
  import { CustomTransport, HttpTransport, PublicActions } from 'viem';
4
3
 
@@ -9,7 +8,7 @@ type EVMTransaction = {
9
8
  from: string;
10
9
  value: bigint | undefined;
11
10
  };
12
- type AnyTransaction = SolanaTransaction | EVMTransaction | Transaction$1;
11
+ type AnyTransaction = SolanaTransaction | EVMTransaction;
13
12
  declare enum ChainVM {
14
13
  EVM = "EVM",
15
14
  SVM = "SVM",
@@ -1,4 +1,3 @@
1
- import { Transaction as Transaction$1 } from '@mysten/sui/transactions';
2
1
  import { Transaction, VersionedTransaction } from '@solana/web3.js';
3
2
  import { CustomTransport, HttpTransport, PublicActions } from 'viem';
4
3
 
@@ -9,7 +8,7 @@ type EVMTransaction = {
9
8
  from: string;
10
9
  value: bigint | undefined;
11
10
  };
12
- type AnyTransaction = SolanaTransaction | EVMTransaction | Transaction$1;
11
+ type AnyTransaction = SolanaTransaction | EVMTransaction;
13
12
  declare enum ChainVM {
14
13
  EVM = "EVM",
15
14
  SVM = "SVM",