@shogun-sdk/swap 0.0.2-test.21 → 0.0.2-test.23
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 +0 -16
- package/dist/index.cjs +0 -21
- package/dist/react.cjs +0 -9
- package/dist/wallet-adapter.cjs +0 -6
- package/package.json +2 -2
package/dist/core.cjs
CHANGED
|
@@ -765,19 +765,3 @@ function normalizeWallet(wallet) {
|
|
|
765
765
|
|
|
766
766
|
// src/core/index.ts
|
|
767
767
|
var import_intents_sdk11 = require("@shogun-sdk/intents-sdk");
|
|
768
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
769
|
-
0 && (module.exports = {
|
|
770
|
-
ChainID,
|
|
771
|
-
NATIVE_TOKEN,
|
|
772
|
-
SOLANA_CHAIN_ID,
|
|
773
|
-
SupportedChains,
|
|
774
|
-
buildQuoteParams,
|
|
775
|
-
executeOrder,
|
|
776
|
-
getBalances,
|
|
777
|
-
getQuote,
|
|
778
|
-
getTokenList,
|
|
779
|
-
isEvmChain,
|
|
780
|
-
isNativeAddress,
|
|
781
|
-
isViemWalletClient,
|
|
782
|
-
serializeBigIntsToStrings
|
|
783
|
-
});
|
package/dist/index.cjs
CHANGED
|
@@ -1143,24 +1143,3 @@ function useBalances(params) {
|
|
|
1143
1143
|
[data, loading, error, fetchBalances]
|
|
1144
1144
|
);
|
|
1145
1145
|
}
|
|
1146
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
1147
|
-
0 && (module.exports = {
|
|
1148
|
-
NATIVE_TOKEN,
|
|
1149
|
-
SOLANA_CHAIN_ID,
|
|
1150
|
-
SupportedChains,
|
|
1151
|
-
adaptEthersSigner,
|
|
1152
|
-
adaptSolanaWallet,
|
|
1153
|
-
adaptViemWallet,
|
|
1154
|
-
buildQuoteParams,
|
|
1155
|
-
executeOrder,
|
|
1156
|
-
getBalances,
|
|
1157
|
-
getQuote,
|
|
1158
|
-
getTokenList,
|
|
1159
|
-
isNativeAddress,
|
|
1160
|
-
isViemWalletClient,
|
|
1161
|
-
serializeBigIntsToStrings,
|
|
1162
|
-
useBalances,
|
|
1163
|
-
useExecuteOrder,
|
|
1164
|
-
useQuote,
|
|
1165
|
-
useTokenList
|
|
1166
|
-
});
|
package/dist/react.cjs
CHANGED
|
@@ -1042,12 +1042,3 @@ function useBalances(params) {
|
|
|
1042
1042
|
|
|
1043
1043
|
// src/react/index.ts
|
|
1044
1044
|
var import_intents_sdk11 = require("@shogun-sdk/intents-sdk");
|
|
1045
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
1046
|
-
0 && (module.exports = {
|
|
1047
|
-
ChainID,
|
|
1048
|
-
isEvmChain,
|
|
1049
|
-
useBalances,
|
|
1050
|
-
useExecuteOrder,
|
|
1051
|
-
useQuote,
|
|
1052
|
-
useTokenList
|
|
1053
|
-
});
|
package/dist/wallet-adapter.cjs
CHANGED
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.23",
|
|
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.6"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"viem": "^2.38.1",
|