@thenamespace/ens-components 0.0.8-alpha → 0.2.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.
@@ -4202,11 +4202,13 @@ export declare const useWeb3Client: ({ chainId }: {
4202
4202
  [x: `bytes8[${string}]`]: undefined;
4203
4203
  [x: `bytes2[${string}]`]: undefined;
4204
4204
  [x: `bytes10[${string}]`]: undefined;
4205
- [x: `bytes16[${string}]`]: undefined;
4206
4205
  [x: `bytes18[${string}]`]: undefined;
4206
+ [x: `bytes16[${string}]`]: undefined;
4207
4207
  [x: `bytes22[${string}]`]: undefined;
4208
4208
  [x: `bytes12[${string}]`]: undefined;
4209
4209
  [x: `bytes30[${string}]`]: undefined;
4210
+ [x: `bytes25[${string}]`]: undefined;
4211
+ [x: `bytes14[${string}]`]: undefined;
4210
4212
  [x: `bytes4[${string}]`]: undefined;
4211
4213
  [x: `bytes5[${string}]`]: undefined;
4212
4214
  [x: `bytes6[${string}]`]: undefined;
@@ -4214,13 +4216,11 @@ export declare const useWeb3Client: ({ chainId }: {
4214
4216
  [x: `bytes9[${string}]`]: undefined;
4215
4217
  [x: `bytes11[${string}]`]: undefined;
4216
4218
  [x: `bytes13[${string}]`]: undefined;
4217
- [x: `bytes14[${string}]`]: undefined;
4218
4219
  [x: `bytes15[${string}]`]: undefined;
4219
4220
  [x: `bytes17[${string}]`]: undefined;
4220
4221
  [x: `bytes19[${string}]`]: undefined;
4221
4222
  [x: `bytes21[${string}]`]: undefined;
4222
4223
  [x: `bytes23[${string}]`]: undefined;
4223
- [x: `bytes25[${string}]`]: undefined;
4224
4224
  [x: `bytes26[${string}]`]: undefined;
4225
4225
  [x: `bytes27[${string}]`]: undefined;
4226
4226
  [x: `bytes28[${string}]`]: undefined;
@@ -4302,11 +4302,13 @@ export declare const useWeb3Client: ({ chainId }: {
4302
4302
  bytes8?: undefined;
4303
4303
  bytes2?: undefined;
4304
4304
  bytes10?: undefined;
4305
- bytes16?: undefined;
4306
4305
  bytes18?: undefined;
4306
+ bytes16?: undefined;
4307
4307
  bytes22?: undefined;
4308
4308
  bytes12?: undefined;
4309
4309
  bytes30?: undefined;
4310
+ bytes25?: undefined;
4311
+ bytes14?: undefined;
4310
4312
  bytes4?: undefined;
4311
4313
  bytes5?: undefined;
4312
4314
  bytes6?: undefined;
@@ -4314,13 +4316,11 @@ export declare const useWeb3Client: ({ chainId }: {
4314
4316
  bytes9?: undefined;
4315
4317
  bytes11?: undefined;
4316
4318
  bytes13?: undefined;
4317
- bytes14?: undefined;
4318
4319
  bytes15?: undefined;
4319
4320
  bytes17?: undefined;
4320
4321
  bytes19?: undefined;
4321
4322
  bytes21?: undefined;
4322
4323
  bytes23?: undefined;
4323
- bytes25?: undefined;
4324
4324
  bytes26?: undefined;
4325
4325
  bytes27?: undefined;
4326
4326
  bytes28?: undefined;
@@ -4412,7 +4412,7 @@ export declare const useWeb3Client: ({ chainId }: {
4412
4412
  transport?: undefined;
4413
4413
  type?: undefined;
4414
4414
  uid?: undefined;
4415
- } & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, import("viem").Account>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<import("viem").Chain, import("viem").Account>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, import("viem").Account, import("viem").WalletRpcSchema, import("viem").WalletActions<import("viem").Chain, import("viem").Account>>) => client) => import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, import("viem").Account, import("viem").WalletRpcSchema, { [K in keyof client]: client[K]; } & import("viem").WalletActions<import("viem").Chain, import("viem").Account>>;
4415
+ } & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, import("viem").Account>, "getChainId" | "prepareTransactionRequest" | "sendRawTransaction" | "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "readContract" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<import("viem").Chain, import("viem").Account>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, import("viem").Account, import("viem").WalletRpcSchema, import("viem").WalletActions<import("viem").Chain, import("viem").Account>>) => client) => import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, import("viem").Account, import("viem").WalletRpcSchema, { [K in keyof client]: client[K]; } & import("viem").WalletActions<import("viem").Chain, import("viem").Account>>;
4416
4416
  } | undefined;
4417
4417
  publicClient: {
4418
4418
  account: undefined;
@@ -4483,6 +4483,7 @@ export declare const useWeb3Client: ({ chainId }: {
4483
4483
  s: import("viem").Hex;
4484
4484
  v: bigint;
4485
4485
  chainId?: number | undefined;
4486
+ yParity?: undefined | undefined;
4486
4487
  gas: bigint;
4487
4488
  maxFeePerBlobGas?: undefined | undefined;
4488
4489
  gasPrice: bigint;
@@ -4492,7 +4493,6 @@ export declare const useWeb3Client: ({ chainId }: {
4492
4493
  blobVersionedHashes?: undefined | undefined;
4493
4494
  authorizationList?: undefined | undefined;
4494
4495
  hash: import("viem").Hash;
4495
- yParity?: undefined | undefined;
4496
4496
  typeHex: import("viem").Hex | null;
4497
4497
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : bigint : never : never;
4498
4498
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
@@ -4508,6 +4508,7 @@ export declare const useWeb3Client: ({ chainId }: {
4508
4508
  s: import("viem").Hex;
4509
4509
  v: bigint;
4510
4510
  chainId: number;
4511
+ yParity: number;
4511
4512
  gas: bigint;
4512
4513
  maxFeePerBlobGas?: undefined | undefined;
4513
4514
  gasPrice: bigint;
@@ -4517,7 +4518,6 @@ export declare const useWeb3Client: ({ chainId }: {
4517
4518
  blobVersionedHashes?: undefined | undefined;
4518
4519
  authorizationList?: undefined | undefined;
4519
4520
  hash: import("viem").Hash;
4520
- yParity: number;
4521
4521
  typeHex: import("viem").Hex | null;
4522
4522
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : bigint : never : never;
4523
4523
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : `0x${string}` : never : never;
@@ -4533,6 +4533,7 @@ export declare const useWeb3Client: ({ chainId }: {
4533
4533
  s: import("viem").Hex;
4534
4534
  v: bigint;
4535
4535
  chainId: number;
4536
+ yParity: number;
4536
4537
  gas: bigint;
4537
4538
  maxFeePerBlobGas?: undefined | undefined;
4538
4539
  gasPrice?: undefined | undefined;
@@ -4542,7 +4543,6 @@ export declare const useWeb3Client: ({ chainId }: {
4542
4543
  blobVersionedHashes?: undefined | undefined;
4543
4544
  authorizationList?: undefined | undefined;
4544
4545
  hash: import("viem").Hash;
4545
- yParity: number;
4546
4546
  typeHex: import("viem").Hex | null;
4547
4547
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : bigint : never : never;
4548
4548
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : `0x${string}` : never : never;
@@ -4558,6 +4558,7 @@ export declare const useWeb3Client: ({ chainId }: {
4558
4558
  s: import("viem").Hex;
4559
4559
  v: bigint;
4560
4560
  chainId: number;
4561
+ yParity: number;
4561
4562
  gas: bigint;
4562
4563
  maxFeePerBlobGas: bigint;
4563
4564
  gasPrice?: undefined | undefined;
@@ -4567,7 +4568,6 @@ export declare const useWeb3Client: ({ chainId }: {
4567
4568
  blobVersionedHashes: readonly import("viem").Hex[];
4568
4569
  authorizationList?: undefined | undefined;
4569
4570
  hash: import("viem").Hash;
4570
- yParity: number;
4571
4571
  typeHex: import("viem").Hex | null;
4572
4572
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : bigint : never : never;
4573
4573
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : `0x${string}` : never : never;
@@ -4583,6 +4583,7 @@ export declare const useWeb3Client: ({ chainId }: {
4583
4583
  s: import("viem").Hex;
4584
4584
  v: bigint;
4585
4585
  chainId: number;
4586
+ yParity: number;
4586
4587
  gas: bigint;
4587
4588
  maxFeePerBlobGas?: undefined | undefined;
4588
4589
  gasPrice?: undefined | undefined;
@@ -4592,7 +4593,6 @@ export declare const useWeb3Client: ({ chainId }: {
4592
4593
  blobVersionedHashes?: undefined | undefined;
4593
4594
  authorizationList: import("viem").SignedAuthorizationList;
4594
4595
  hash: import("viem").Hash;
4595
- yParity: number;
4596
4596
  typeHex: import("viem").Hex | null;
4597
4597
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : bigint : never : never;
4598
4598
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : `0x${string}` : never : never;
@@ -4633,6 +4633,7 @@ export declare const useWeb3Client: ({ chainId }: {
4633
4633
  s: import("viem").Hex;
4634
4634
  v: bigint;
4635
4635
  chainId?: number | undefined;
4636
+ yParity?: undefined | undefined;
4636
4637
  gas: bigint;
4637
4638
  maxFeePerBlobGas?: undefined | undefined;
4638
4639
  gasPrice: bigint;
@@ -4642,7 +4643,6 @@ export declare const useWeb3Client: ({ chainId }: {
4642
4643
  blobVersionedHashes?: undefined | undefined;
4643
4644
  authorizationList?: undefined | undefined;
4644
4645
  hash: import("viem").Hash;
4645
- yParity?: undefined | undefined;
4646
4646
  typeHex: import("viem").Hex | null;
4647
4647
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : bigint : never : never;
4648
4648
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
@@ -4658,6 +4658,7 @@ export declare const useWeb3Client: ({ chainId }: {
4658
4658
  s: import("viem").Hex;
4659
4659
  v: bigint;
4660
4660
  chainId: number;
4661
+ yParity: number;
4661
4662
  gas: bigint;
4662
4663
  maxFeePerBlobGas?: undefined | undefined;
4663
4664
  gasPrice: bigint;
@@ -4667,7 +4668,6 @@ export declare const useWeb3Client: ({ chainId }: {
4667
4668
  blobVersionedHashes?: undefined | undefined;
4668
4669
  authorizationList?: undefined | undefined;
4669
4670
  hash: import("viem").Hash;
4670
- yParity: number;
4671
4671
  typeHex: import("viem").Hex | null;
4672
4672
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : bigint : never : never;
4673
4673
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : `0x${string}` : never : never;
@@ -4683,6 +4683,7 @@ export declare const useWeb3Client: ({ chainId }: {
4683
4683
  s: import("viem").Hex;
4684
4684
  v: bigint;
4685
4685
  chainId: number;
4686
+ yParity: number;
4686
4687
  gas: bigint;
4687
4688
  maxFeePerBlobGas?: undefined | undefined;
4688
4689
  gasPrice?: undefined | undefined;
@@ -4692,7 +4693,6 @@ export declare const useWeb3Client: ({ chainId }: {
4692
4693
  blobVersionedHashes?: undefined | undefined;
4693
4694
  authorizationList?: undefined | undefined;
4694
4695
  hash: import("viem").Hash;
4695
- yParity: number;
4696
4696
  typeHex: import("viem").Hex | null;
4697
4697
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : bigint : never : never;
4698
4698
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : `0x${string}` : never : never;
@@ -4708,6 +4708,7 @@ export declare const useWeb3Client: ({ chainId }: {
4708
4708
  s: import("viem").Hex;
4709
4709
  v: bigint;
4710
4710
  chainId: number;
4711
+ yParity: number;
4711
4712
  gas: bigint;
4712
4713
  maxFeePerBlobGas: bigint;
4713
4714
  gasPrice?: undefined | undefined;
@@ -4717,7 +4718,6 @@ export declare const useWeb3Client: ({ chainId }: {
4717
4718
  blobVersionedHashes: readonly import("viem").Hex[];
4718
4719
  authorizationList?: undefined | undefined;
4719
4720
  hash: import("viem").Hash;
4720
- yParity: number;
4721
4721
  typeHex: import("viem").Hex | null;
4722
4722
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : bigint : never : never;
4723
4723
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : `0x${string}` : never : never;
@@ -4733,6 +4733,7 @@ export declare const useWeb3Client: ({ chainId }: {
4733
4733
  s: import("viem").Hex;
4734
4734
  v: bigint;
4735
4735
  chainId: number;
4736
+ yParity: number;
4736
4737
  gas: bigint;
4737
4738
  maxFeePerBlobGas?: undefined | undefined;
4738
4739
  gasPrice?: undefined | undefined;
@@ -4742,7 +4743,6 @@ export declare const useWeb3Client: ({ chainId }: {
4742
4743
  blobVersionedHashes?: undefined | undefined;
4743
4744
  authorizationList: import("viem").SignedAuthorizationList;
4744
4745
  hash: import("viem").Hash;
4745
- yParity: number;
4746
4746
  typeHex: import("viem").Hex | null;
4747
4747
  blockNumber: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : bigint : never : never;
4748
4748
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : `0x${string}` : never : never;
@@ -8036,6 +8036,6 @@ export declare const useWeb3Client: ({ chainId }: {
8036
8036
  transport?: undefined;
8037
8037
  type?: undefined;
8038
8038
  uid?: undefined;
8039
- } & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<import("viem").Chain, undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, undefined, import("viem").PublicRpcSchema, import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain>>) => client) => import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, undefined, import("viem").PublicRpcSchema, { [K in keyof client]: client[K]; } & import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain>>;
8039
+ } & import("viem").ExactPartial<Pick<import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, undefined>, "getChainId" | "prepareTransactionRequest" | "sendRawTransaction" | "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "readContract" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<import("viem").Chain, undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, undefined, import("viem").PublicRpcSchema, import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain>>) => client) => import("viem").Client<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain, undefined, import("viem").PublicRpcSchema, { [K in keyof client]: client[K]; } & import("viem").PublicActions<import("wagmi").Transport<string, Record<string, any>, import("viem").EIP1193RequestFn>, import("viem").Chain>>;
8040
8040
  } | undefined;
8041
8041
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thenamespace/ens-components",
3
- "version": "0.0.8-alpha",
3
+ "version": "0.2.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",