@web3auth/no-modal 10.0.6 → 10.3.0

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.
@@ -145,7 +145,7 @@ const getWalletServicesAnalyticsProperties = walletServicesConfig => {
145
145
  ws_default_portfolio: walletServicesConfig === null || walletServicesConfig === void 0 || (_walletServicesConfig1 = walletServicesConfig.whiteLabel) === null || _walletServicesConfig1 === void 0 ? void 0 : _walletServicesConfig1.defaultPortfolio
146
146
  };
147
147
  };
148
- const sdkVersion = "10.0.6";
148
+ const sdkVersion = "10.3.0";
149
149
  const getErrorAnalyticsProperties = error => {
150
150
  try {
151
151
  const code = error instanceof index.Web3AuthError ? error.code : error === null || error === void 0 ? void 0 : error.code;
@@ -0,0 +1,3 @@
1
+ import { IdentifierString } from "@wallet-standard/base";
2
+ import { CustomChainConfig } from "../../base";
3
+ export declare const getSolanaChainByChainConfig: (chainConfig: CustomChainConfig) => IdentifierString;
@@ -0,0 +1,3 @@
1
+ import type { EngineTypes } from "@walletconnect/types";
2
+ import type { ChainNamespaceType } from "../../base";
3
+ export declare const isChainIdSupported: (chainNamespace: ChainNamespaceType, chainID: number, loginSettings: EngineTypes.ConnectParams | undefined) => boolean;
@@ -0,0 +1 @@
1
+ export * from "./ethRpcMiddlewares";
@@ -6,14 +6,11 @@ export declare const defaultWagmiConfig: import("wagmi").Config<readonly [{
6
6
  readonly apiUrl: "https://api.etherscan.io/api";
7
7
  };
8
8
  };
9
- blockTime?: number | undefined | undefined;
9
+ blockTime: 12000;
10
10
  contracts: {
11
- readonly ensRegistry: {
12
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
13
- };
14
11
  readonly ensUniversalResolver: {
15
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
16
- readonly blockCreated: 19258213;
12
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
13
+ readonly blockCreated: 23085558;
17
14
  };
18
15
  readonly multicall3: {
19
16
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -28,6 +25,7 @@ export declare const defaultWagmiConfig: import("wagmi").Config<readonly [{
28
25
  readonly symbol: "ETH";
29
26
  readonly decimals: 18;
30
27
  };
28
+ experimental_preconfirmationTime?: number | undefined | undefined;
31
29
  rpcUrls: {
32
30
  readonly default: {
33
31
  readonly http: readonly ["https://eth.merkle.io"];
@@ -6,14 +6,11 @@ export declare const defaultWagmiConfig: import("wagmi").Config<readonly [{
6
6
  readonly apiUrl: "https://api.etherscan.io/api";
7
7
  };
8
8
  };
9
- blockTime?: number | undefined | undefined;
9
+ blockTime: 12000;
10
10
  contracts: {
11
- readonly ensRegistry: {
12
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
13
- };
14
11
  readonly ensUniversalResolver: {
15
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
16
- readonly blockCreated: 19258213;
12
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
13
+ readonly blockCreated: 23085558;
17
14
  };
18
15
  readonly multicall3: {
19
16
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -28,6 +25,7 @@ export declare const defaultWagmiConfig: import("wagmi").Config<readonly [{
28
25
  readonly symbol: "ETH";
29
26
  readonly decimals: 18;
30
27
  };
28
+ experimental_preconfirmationTime?: number | undefined | undefined;
31
29
  rpcUrls: {
32
30
  readonly default: {
33
31
  readonly http: readonly ["https://eth.merkle.io"];
@@ -145,7 +145,7 @@ const getWalletServicesAnalyticsProperties = walletServicesConfig => {
145
145
  ws_default_portfolio: walletServicesConfig === null || walletServicesConfig === void 0 || (_walletServicesConfig1 = walletServicesConfig.whiteLabel) === null || _walletServicesConfig1 === void 0 ? void 0 : _walletServicesConfig1.defaultPortfolio
146
146
  };
147
147
  };
148
- const sdkVersion = "10.0.6";
148
+ const sdkVersion = "10.3.0";
149
149
  const getErrorAnalyticsProperties = error => {
150
150
  try {
151
151
  const code = error instanceof Web3AuthError ? error.code : error === null || error === void 0 ? void 0 : error.code;