@web3auth/modal 10.1.0 → 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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  var noModal = require('@web3auth/no-modal');
4
4
 
5
- const version = "10.1.0";
5
+ const version = "10.3.0";
6
6
  const defaultConnectorsModalConfig = {
7
7
  hideWalletDiscovery: false,
8
8
  connectors: {
@@ -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"];
@@ -0,0 +1,2 @@
1
+ export { default } from "./Footer";
2
+ export type { FooterProps } from "./Footer.type";
@@ -0,0 +1,2 @@
1
+ export { default } from "./SocialLoginList";
2
+ export type { SocialLoginListProps } from "./SocialLoginList.type";
@@ -0,0 +1,7 @@
1
+ declare const COUNTRY_DATA: {
2
+ name: string;
3
+ flag: string;
4
+ code: string;
5
+ dial_code: string;
6
+ }[];
7
+ export default COUNTRY_DATA;
@@ -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"];
@@ -1,6 +1,6 @@
1
1
  import { EVM_CONNECTORS } from '@web3auth/no-modal';
2
2
 
3
- const version = "10.1.0";
3
+ const version = "10.3.0";
4
4
  const defaultConnectorsModalConfig = {
5
5
  hideWalletDiscovery: false,
6
6
  connectors: {