@0xsquid/react-hooks 8.8.1-beta-canton.1 → 8.8.1-beta-canton.2
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/{index-C6O8biTF.js → index-V9dhUfwW.js} +5 -4
- package/dist/{index-BOyZL5gB.js.map → index-V9dhUfwW.js.map} +1 -1
- package/dist/{index-BOyZL5gB.js → index-cJsML84P.js} +5 -4
- package/dist/{index-C6O8biTF.js.map → index-cJsML84P.js.map} +1 -1
- package/dist/{index.es-DXtULgAw.js → index.es-D9Pry03v.js} +2 -2
- package/dist/{index.es-DXtULgAw.js.map → index.es-D9Pry03v.js.map} +1 -1
- package/dist/{index.es-CjEZHrFG.js → index.es-DEBBJ-GV.js} +2 -2
- package/dist/{index.es-CjEZHrFG.js.map → index.es-DEBBJ-GV.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{secretService-DQhP5g0c.js → secretService-CX1ATsQ9.js} +2 -2
- package/dist/{secretService-DQhP5g0c.js.map → secretService-CX1ATsQ9.js.map} +1 -1
- package/dist/{secretService-s34iHqOe.js → secretService-Gq4sPaW9.js} +2 -2
- package/dist/{secretService-s34iHqOe.js.map → secretService-Gq4sPaW9.js.map} +1 -1
- package/dist/{stellarService.client-BQrRZDwB.js → stellarService.client-CCKxXDnB.js} +2 -2
- package/dist/{stellarService.client-BQrRZDwB.js.map → stellarService.client-CCKxXDnB.js.map} +1 -1
- package/dist/{stellarService.client-DlaL8w0o.js → stellarService.client-DqVLshhy.js} +2 -2
- package/dist/{stellarService.client-DlaL8w0o.js.map → stellarService.client-DqVLshhy.js.map} +1 -1
- package/package.json +1 -1
|
@@ -23375,7 +23375,7 @@ const filterViewableTokens = (tokens, config, direction) => {
|
|
|
23375
23375
|
};
|
|
23376
23376
|
const getSecretNetworkBalances = async (chainData, cosmosAddress, squidTokens, keplrTypeWallet) => {
|
|
23377
23377
|
const squidSecretTokens = squidTokens.filter((t) => t.chainId === CHAIN_IDS.SECRET);
|
|
23378
|
-
const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-
|
|
23378
|
+
const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-CX1ATsQ9.js'); });
|
|
23379
23379
|
return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
|
|
23380
23380
|
};
|
|
23381
23381
|
function getTokenAssetsKey(token) {
|
|
@@ -26784,7 +26784,7 @@ function useStellarWallets() {
|
|
|
26784
26784
|
try {
|
|
26785
26785
|
const { allowAllModules: initializeAllModules } = await import('@creit.tech/stellar-wallets-kit');
|
|
26786
26786
|
const { LedgerModule } = await import('@creit.tech/stellar-wallets-kit/modules/ledger.module.mjs');
|
|
26787
|
-
const { formatStellarWallet } = await Promise.resolve().then(function () { return require('./stellarService.client-
|
|
26787
|
+
const { formatStellarWallet } = await Promise.resolve().then(function () { return require('./stellarService.client-CCKxXDnB.js'); });
|
|
26788
26788
|
const modules = [...initializeAllModules(), new LedgerModule()];
|
|
26789
26789
|
const promises = modules.map(async (module) => {
|
|
26790
26790
|
const isAvailable = await module.isAvailable();
|
|
@@ -30134,7 +30134,7 @@ function hederaWalletConnect(parameters) {
|
|
|
30134
30134
|
const optionalChains = config.chains.map((x) => x.id);
|
|
30135
30135
|
if (!optionalChains.length)
|
|
30136
30136
|
return;
|
|
30137
|
-
const { EthereumProvider } = await Promise.resolve().then(function () { return require('./index.es-
|
|
30137
|
+
const { EthereumProvider } = await Promise.resolve().then(function () { return require('./index.es-DEBBJ-GV.js'); });
|
|
30138
30138
|
const rawProvider = await EthereumProvider.init({
|
|
30139
30139
|
...restParameters,
|
|
30140
30140
|
disableProviderPing: true,
|
|
@@ -33062,6 +33062,7 @@ const sourceReceivedStatuses = [
|
|
|
33062
33062
|
"COMPLETE",
|
|
33063
33063
|
// Canton (Squid Intents)
|
|
33064
33064
|
"awaiting",
|
|
33065
|
+
"success",
|
|
33065
33066
|
];
|
|
33066
33067
|
/**
|
|
33067
33068
|
* Tracks a generated deposit address before it becomes a persisted swap history item.
|
|
@@ -37915,4 +37916,4 @@ exports.useXrplTrustLine = useXrplTrustLine;
|
|
|
37915
37916
|
exports.waitForReceiptWithRetry = waitForReceiptWithRetry;
|
|
37916
37917
|
exports.walletIconBaseUrl = walletIconBaseUrl;
|
|
37917
37918
|
exports.walletSupportsChainType = walletSupportsChainType;
|
|
37918
|
-
//# sourceMappingURL=index-
|
|
37919
|
+
//# sourceMappingURL=index-cJsML84P.js.map
|