@getpara/react-sdk 2.0.0-alpha.66 → 2.0.0-alpha.67

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.
@@ -7437,10 +7437,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7437
7437
  [x: `address[${string}]`]: undefined;
7438
7438
  [x: `bool[${string}]`]: undefined;
7439
7439
  [x: `bytes[${string}]`]: undefined;
7440
- [x: `bytes2[${string}]`]: undefined;
7440
+ [x: `bytes1[${string}]`]: undefined;
7441
+ [x: `bytes12[${string}]`]: undefined;
7441
7442
  [x: `bytes3[${string}]`]: undefined;
7443
+ [x: `bytes2[${string}]`]: undefined;
7442
7444
  [x: `bytes8[${string}]`]: undefined;
7443
- [x: `bytes1[${string}]`]: undefined;
7444
7445
  [x: `bytes23[${string}]`]: undefined;
7445
7446
  [x: `bytes4[${string}]`]: undefined;
7446
7447
  [x: `bytes5[${string}]`]: undefined;
@@ -7449,7 +7450,6 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7449
7450
  [x: `bytes9[${string}]`]: undefined;
7450
7451
  [x: `bytes10[${string}]`]: undefined;
7451
7452
  [x: `bytes11[${string}]`]: undefined;
7452
- [x: `bytes12[${string}]`]: undefined;
7453
7453
  [x: `bytes13[${string}]`]: undefined;
7454
7454
  [x: `bytes14[${string}]`]: undefined;
7455
7455
  [x: `bytes15[${string}]`]: undefined;
@@ -7470,6 +7470,7 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7470
7470
  [x: `bytes31[${string}]`]: undefined;
7471
7471
  [x: `bytes32[${string}]`]: undefined;
7472
7472
  [x: `int[${string}]`]: undefined;
7473
+ [x: `int256[${string}]`]: undefined;
7473
7474
  [x: `int8[${string}]`]: undefined;
7474
7475
  [x: `int16[${string}]`]: undefined;
7475
7476
  [x: `int24[${string}]`]: undefined;
@@ -7501,8 +7502,8 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7501
7502
  [x: `int232[${string}]`]: undefined;
7502
7503
  [x: `int240[${string}]`]: undefined;
7503
7504
  [x: `int248[${string}]`]: undefined;
7504
- [x: `int256[${string}]`]: undefined;
7505
7505
  [x: `uint[${string}]`]: undefined;
7506
+ [x: `uint256[${string}]`]: undefined;
7506
7507
  [x: `uint8[${string}]`]: undefined;
7507
7508
  [x: `uint16[${string}]`]: undefined;
7508
7509
  [x: `uint24[${string}]`]: undefined;
@@ -7534,15 +7535,15 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7534
7535
  [x: `uint232[${string}]`]: undefined;
7535
7536
  [x: `uint240[${string}]`]: undefined;
7536
7537
  [x: `uint248[${string}]`]: undefined;
7537
- [x: `uint256[${string}]`]: undefined;
7538
7538
  string?: undefined;
7539
7539
  address?: undefined;
7540
7540
  bool?: undefined;
7541
7541
  bytes?: undefined;
7542
- bytes2?: undefined;
7542
+ bytes1?: undefined;
7543
+ bytes12?: undefined;
7543
7544
  bytes3?: undefined;
7545
+ bytes2?: undefined;
7544
7546
  bytes8?: undefined;
7545
- bytes1?: undefined;
7546
7547
  bytes23?: undefined;
7547
7548
  bytes4?: undefined;
7548
7549
  bytes5?: undefined;
@@ -7551,7 +7552,6 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7551
7552
  bytes9?: undefined;
7552
7553
  bytes10?: undefined;
7553
7554
  bytes11?: undefined;
7554
- bytes12?: undefined;
7555
7555
  bytes13?: undefined;
7556
7556
  bytes14?: undefined;
7557
7557
  bytes15?: undefined;
@@ -7571,6 +7571,7 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7571
7571
  bytes30?: undefined;
7572
7572
  bytes31?: undefined;
7573
7573
  bytes32?: undefined;
7574
+ int256?: undefined;
7574
7575
  int8?: undefined;
7575
7576
  int16?: undefined;
7576
7577
  int24?: undefined;
@@ -7602,7 +7603,7 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7602
7603
  int232?: undefined;
7603
7604
  int240?: undefined;
7604
7605
  int248?: undefined;
7605
- int256?: undefined;
7606
+ uint256?: undefined;
7606
7607
  uint8?: undefined;
7607
7608
  uint16?: undefined;
7608
7609
  uint24?: undefined;
@@ -7634,7 +7635,6 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
7634
7635
  uint232?: undefined;
7635
7636
  uint240?: undefined;
7636
7637
  uint248?: undefined;
7637
- uint256?: undefined;
7638
7638
  } | {
7639
7639
  [key: string]: unknown;
7640
7640
  }, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, import("viem").Account>) => Promise<import("viem").SignTypedDataReturnType>;
@@ -7438,10 +7438,11 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7438
7438
  [x: `address[${string}]`]: undefined;
7439
7439
  [x: `bool[${string}]`]: undefined;
7440
7440
  [x: `bytes[${string}]`]: undefined;
7441
- [x: `bytes2[${string}]`]: undefined;
7441
+ [x: `bytes1[${string}]`]: undefined;
7442
+ [x: `bytes12[${string}]`]: undefined;
7442
7443
  [x: `bytes3[${string}]`]: undefined;
7444
+ [x: `bytes2[${string}]`]: undefined;
7443
7445
  [x: `bytes8[${string}]`]: undefined;
7444
- [x: `bytes1[${string}]`]: undefined;
7445
7446
  [x: `bytes23[${string}]`]: undefined;
7446
7447
  [x: `bytes4[${string}]`]: undefined;
7447
7448
  [x: `bytes5[${string}]`]: undefined;
@@ -7450,7 +7451,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7450
7451
  [x: `bytes9[${string}]`]: undefined;
7451
7452
  [x: `bytes10[${string}]`]: undefined;
7452
7453
  [x: `bytes11[${string}]`]: undefined;
7453
- [x: `bytes12[${string}]`]: undefined;
7454
7454
  [x: `bytes13[${string}]`]: undefined;
7455
7455
  [x: `bytes14[${string}]`]: undefined;
7456
7456
  [x: `bytes15[${string}]`]: undefined;
@@ -7471,6 +7471,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7471
7471
  [x: `bytes31[${string}]`]: undefined;
7472
7472
  [x: `bytes32[${string}]`]: undefined;
7473
7473
  [x: `int[${string}]`]: undefined;
7474
+ [x: `int256[${string}]`]: undefined;
7474
7475
  [x: `int8[${string}]`]: undefined;
7475
7476
  [x: `int16[${string}]`]: undefined;
7476
7477
  [x: `int24[${string}]`]: undefined;
@@ -7502,8 +7503,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7502
7503
  [x: `int232[${string}]`]: undefined;
7503
7504
  [x: `int240[${string}]`]: undefined;
7504
7505
  [x: `int248[${string}]`]: undefined;
7505
- [x: `int256[${string}]`]: undefined;
7506
7506
  [x: `uint[${string}]`]: undefined;
7507
+ [x: `uint256[${string}]`]: undefined;
7507
7508
  [x: `uint8[${string}]`]: undefined;
7508
7509
  [x: `uint16[${string}]`]: undefined;
7509
7510
  [x: `uint24[${string}]`]: undefined;
@@ -7535,15 +7536,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7535
7536
  [x: `uint232[${string}]`]: undefined;
7536
7537
  [x: `uint240[${string}]`]: undefined;
7537
7538
  [x: `uint248[${string}]`]: undefined;
7538
- [x: `uint256[${string}]`]: undefined;
7539
7539
  string?: undefined;
7540
7540
  address?: undefined;
7541
7541
  bool?: undefined;
7542
7542
  bytes?: undefined;
7543
- bytes2?: undefined;
7543
+ bytes1?: undefined;
7544
+ bytes12?: undefined;
7544
7545
  bytes3?: undefined;
7546
+ bytes2?: undefined;
7545
7547
  bytes8?: undefined;
7546
- bytes1?: undefined;
7547
7548
  bytes23?: undefined;
7548
7549
  bytes4?: undefined;
7549
7550
  bytes5?: undefined;
@@ -7552,7 +7553,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7552
7553
  bytes9?: undefined;
7553
7554
  bytes10?: undefined;
7554
7555
  bytes11?: undefined;
7555
- bytes12?: undefined;
7556
7556
  bytes13?: undefined;
7557
7557
  bytes14?: undefined;
7558
7558
  bytes15?: undefined;
@@ -7572,6 +7572,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7572
7572
  bytes30?: undefined;
7573
7573
  bytes31?: undefined;
7574
7574
  bytes32?: undefined;
7575
+ int256?: undefined;
7575
7576
  int8?: undefined;
7576
7577
  int16?: undefined;
7577
7578
  int24?: undefined;
@@ -7603,7 +7604,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7603
7604
  int232?: undefined;
7604
7605
  int240?: undefined;
7605
7606
  int248?: undefined;
7606
- int256?: undefined;
7607
+ uint256?: undefined;
7607
7608
  uint8?: undefined;
7608
7609
  uint16?: undefined;
7609
7610
  uint24?: undefined;
@@ -7635,7 +7636,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
7635
7636
  uint232?: undefined;
7636
7637
  uint240?: undefined;
7637
7638
  uint248?: undefined;
7638
- uint256?: undefined;
7639
7639
  } | {
7640
7640
  [key: string]: unknown;
7641
7641
  }, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, import("viem").Account>) => Promise<import("viem").SignTypedDataReturnType>;
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@getpara/react-sdk",
3
- "version": "2.0.0-alpha.66",
3
+ "version": "2.0.0-alpha.67",
4
4
  "bin": {
5
5
  "setup-para": "dist/cli/cli.mjs"
6
6
  },
7
7
  "dependencies": {
8
- "@getpara/cosmjs-v0-integration": "2.0.0-alpha.66",
9
- "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.66",
10
- "@getpara/evm-wallet-connectors": "2.0.0-alpha.66",
11
- "@getpara/react-sdk-lite": "2.0.0-alpha.66",
12
- "@getpara/solana-signers-v2-integration": "2.0.0-alpha.66",
13
- "@getpara/solana-wallet-connectors": "2.0.0-alpha.66",
14
- "@getpara/viem-v2-integration": "2.0.0-alpha.66"
8
+ "@getpara/cosmjs-v0-integration": "2.0.0-alpha.67",
9
+ "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.67",
10
+ "@getpara/evm-wallet-connectors": "2.0.0-alpha.67",
11
+ "@getpara/react-sdk-lite": "2.0.0-alpha.67",
12
+ "@getpara/solana-signers-v2-integration": "2.0.0-alpha.67",
13
+ "@getpara/solana-wallet-connectors": "2.0.0-alpha.67",
14
+ "@getpara/viem-v2-integration": "2.0.0-alpha.67"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/react": "^18.0.31",
@@ -36,7 +36,7 @@
36
36
  "package.json",
37
37
  "styles.css"
38
38
  ],
39
- "gitHead": "07c8b7b68aa36dec6071e3b3b3a66de2870312c8",
39
+ "gitHead": "0266cc49e978575fed0b12c9bb0c832651e140eb",
40
40
  "main": "dist/index.js",
41
41
  "peerDependencies": {
42
42
  "@tanstack/react-query": ">=5.0.0",