@0xsquid/react-hooks 8.7.0 → 8.7.1
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/types/history.d.ts +1 -1
- package/dist/{index-BOMoTOCH.js → index-DQERpZr8.js} +5 -4
- package/dist/index-DQERpZr8.js.map +1 -0
- package/dist/{index-CpHc3uRR.js → index-Dgqm3ZeG.js} +5 -4
- package/dist/index-Dgqm3ZeG.js.map +1 -0
- package/dist/{index.es-Bx1b09ob.js → index.es-BKxEl9R1.js} +2 -2
- package/dist/{index.es-Bx1b09ob.js.map → index.es-BKxEl9R1.js.map} +1 -1
- package/dist/{index.es-DYEb3pTJ.js → index.es-DOFFrTzb.js} +2 -2
- package/dist/{index.es-DYEb3pTJ.js.map → index.es-DOFFrTzb.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{secretService-DnKMq9Ib.js → secretService-CqdaN_la.js} +2 -2
- package/dist/{secretService-DnKMq9Ib.js.map → secretService-CqdaN_la.js.map} +1 -1
- package/dist/{secretService-0Y9Bj_Ic.js → secretService-DXExZJnA.js} +2 -2
- package/dist/{secretService-0Y9Bj_Ic.js.map → secretService-DXExZJnA.js.map} +1 -1
- package/dist/{stellarService.client-B3kAxROD.js → stellarService.client-BmkrPHkP.js} +2 -2
- package/dist/{stellarService.client-B3kAxROD.js.map → stellarService.client-BmkrPHkP.js.map} +1 -1
- package/dist/{stellarService.client-Dyichswq.js → stellarService.client-eK7yYyOR.js} +2 -2
- package/dist/{stellarService.client-Dyichswq.js.map → stellarService.client-eK7yYyOR.js.map} +1 -1
- package/package.json +1 -1
- package/dist/index-BOMoTOCH.js.map +0 -1
- package/dist/index-CpHc3uRR.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChainType, StatusResponse } from "@0xsquid/squid-types";
|
|
2
2
|
import { OnRampTransactionStatusType } from "./onramps";
|
|
3
3
|
import { SendTransactionStatus, SimplifiedRouteAction, TransactionStatus } from "./transaction";
|
|
4
|
-
type SimplifiedStatusResponse = Pick<StatusResponse, "axelarTransactionUrl"> & {
|
|
4
|
+
type SimplifiedStatusResponse = Pick<StatusResponse, "axelarTransactionUrl" | "coralTransactionUrl"> & {
|
|
5
5
|
toChain?: Pick<NonNullable<StatusResponse["toChain"]>, "transactionUrl"> | undefined;
|
|
6
6
|
};
|
|
7
7
|
export type SwapTransactionHistory = {
|
|
@@ -21074,6 +21074,7 @@ const formatSwapTxStatusResponseForStorage = (sr) => {
|
|
|
21074
21074
|
}
|
|
21075
21075
|
return {
|
|
21076
21076
|
axelarTransactionUrl: sr.axelarTransactionUrl,
|
|
21077
|
+
coralTransactionUrl: sr.coralTransactionUrl,
|
|
21077
21078
|
toChain: sr.toChain?.transactionUrl
|
|
21078
21079
|
? {
|
|
21079
21080
|
transactionUrl: sr.toChain?.transactionUrl,
|
|
@@ -23314,7 +23315,7 @@ const filterViewableTokens = (tokens, config, direction) => {
|
|
|
23314
23315
|
};
|
|
23315
23316
|
const getSecretNetworkBalances = async (chainData, cosmosAddress, squidTokens, keplrTypeWallet) => {
|
|
23316
23317
|
const squidSecretTokens = squidTokens.filter((t) => t.chainId === CHAIN_IDS.SECRET);
|
|
23317
|
-
const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-
|
|
23318
|
+
const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-DXExZJnA.js'); });
|
|
23318
23319
|
return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
|
|
23319
23320
|
};
|
|
23320
23321
|
function getTokenAssetsKey(token) {
|
|
@@ -26712,7 +26713,7 @@ function useStellarWallets() {
|
|
|
26712
26713
|
try {
|
|
26713
26714
|
const { allowAllModules: initializeAllModules } = await import('@creit.tech/stellar-wallets-kit');
|
|
26714
26715
|
const { LedgerModule } = await import('@creit.tech/stellar-wallets-kit/modules/ledger.module');
|
|
26715
|
-
const { formatStellarWallet } = await Promise.resolve().then(function () { return require('./stellarService.client-
|
|
26716
|
+
const { formatStellarWallet } = await Promise.resolve().then(function () { return require('./stellarService.client-eK7yYyOR.js'); });
|
|
26716
26717
|
const modules = [...initializeAllModules(), new LedgerModule()];
|
|
26717
26718
|
const promises = modules.map(async (module) => {
|
|
26718
26719
|
const isAvailable = await module.isAvailable();
|
|
@@ -30032,7 +30033,7 @@ function hederaWalletConnect(parameters) {
|
|
|
30032
30033
|
const optionalChains = config.chains.map((x) => x.id);
|
|
30033
30034
|
if (!optionalChains.length)
|
|
30034
30035
|
return;
|
|
30035
|
-
const { EthereumProvider } = await Promise.resolve().then(function () { return require('./index.es-
|
|
30036
|
+
const { EthereumProvider } = await Promise.resolve().then(function () { return require('./index.es-BKxEl9R1.js'); });
|
|
30036
30037
|
const rawProvider = await EthereumProvider.init({
|
|
30037
30038
|
...restParameters,
|
|
30038
30039
|
disableProviderPing: true,
|
|
@@ -37736,4 +37737,4 @@ exports.useXrplTrustLine = useXrplTrustLine;
|
|
|
37736
37737
|
exports.waitForReceiptWithRetry = waitForReceiptWithRetry;
|
|
37737
37738
|
exports.walletIconBaseUrl = walletIconBaseUrl;
|
|
37738
37739
|
exports.walletSupportsChainType = walletSupportsChainType;
|
|
37739
|
-
//# sourceMappingURL=index-
|
|
37740
|
+
//# sourceMappingURL=index-DQERpZr8.js.map
|