@edgeandnode/graph-auth-kit 3.24.0-add-expchain-testnet-1736184213568-1af2c75d969a511c7839303679139b83be5d4c31 → 4.0.0-make-theme-ui-optional-1736227068360-de646ed22bd8ec3abcbd7b718aab0c47b1dfb1cf

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.
Files changed (35) hide show
  1. package/README.md +1 -1
  2. package/dist/Components/ConnectModal.d.ts +1 -1
  3. package/dist/Components/ConnectModal.d.ts.map +1 -1
  4. package/dist/Components/ConnectorOption.d.ts +1 -1
  5. package/dist/Components/ConnectorOption.d.ts.map +1 -1
  6. package/dist/Components/MultisigSignerOptions.d.ts +1 -1
  7. package/dist/Components/MultisigSignerOptions.d.ts.map +1 -1
  8. package/dist/Components/PrimaryConnectOptions.d.ts +1 -1
  9. package/dist/Components/PrimaryConnectOptions.d.ts.map +1 -1
  10. package/dist/Components/SafeInputForm.d.ts +1 -1
  11. package/dist/Components/SafeInputForm.d.ts.map +1 -1
  12. package/dist/Components/SafeSelection.d.ts +1 -1
  13. package/dist/Components/SafeSelection.d.ts.map +1 -1
  14. package/dist/Components/SwitchChain.d.ts +1 -1
  15. package/dist/Components/SwitchChain.d.ts.map +1 -1
  16. package/dist/GraphAuthKit.context.d.ts +1 -1
  17. package/dist/GraphAuthKit.context.d.ts.map +1 -1
  18. package/dist/{GraphAuthKitInner.context-CCYbq9tJ.js → GraphAuthKitInner.context-HjD7QBld.js} +1 -1
  19. package/dist/client.d.ts +274 -105
  20. package/dist/client.d.ts.map +1 -1
  21. package/dist/constants.d.ts +2 -2
  22. package/dist/constants.d.ts.map +1 -1
  23. package/dist/ens/index.js +1 -1
  24. package/dist/index.js +5 -5
  25. package/dist/inner/GraphAuthKitInner.context.d.ts +1 -1
  26. package/dist/inner/GraphAuthKitInner.context.d.ts.map +1 -1
  27. package/dist/inner/hooks.d.ts.map +1 -1
  28. package/dist/safe/SafeEthersSigner.d.ts.map +1 -1
  29. package/dist/test-harness/MockGraphAuthKit.context.d.ts +1 -1
  30. package/dist/test-harness/MockGraphAuthKit.context.d.ts.map +1 -1
  31. package/dist/test-harness/index.js +1 -1
  32. package/dist/test-harness/utils.d.ts +12 -12
  33. package/dist/{useGraphAuthKitEnsNames-Dcd21fxr.js → useGraphAuthKitEnsNames-Iroz4qQz.js} +1 -1
  34. package/dist/{utils-BRvSzJy6.js → utils-DMfu9Vo9.js} +5 -5
  35. package/package.json +19 -19
package/dist/client.d.ts CHANGED
@@ -46,7 +46,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
46
46
  };
47
47
  rpcUrls: {
48
48
  readonly default: {
49
- readonly http: readonly ["https://cloudflare-eth.com"];
49
+ readonly http: readonly ["https://eth.merkle.io"];
50
50
  };
51
51
  };
52
52
  sourceId?: number | undefined;
@@ -188,7 +188,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
188
188
  };
189
189
  rpcUrls: {
190
190
  readonly default: {
191
- readonly http: readonly ["https://cloudflare-eth.com"];
191
+ readonly http: readonly ["https://eth.merkle.io"];
192
192
  };
193
193
  };
194
194
  sourceId?: number | undefined;
@@ -333,7 +333,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
333
333
  };
334
334
  rpcUrls: {
335
335
  readonly default: {
336
- readonly http: readonly ["https://cloudflare-eth.com"];
336
+ readonly http: readonly ["https://eth.merkle.io"];
337
337
  };
338
338
  };
339
339
  sourceId?: number | undefined;
@@ -478,7 +478,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
478
478
  };
479
479
  rpcUrls: {
480
480
  readonly default: {
481
- readonly http: readonly ["https://cloudflare-eth.com"];
481
+ readonly http: readonly ["https://eth.merkle.io"];
482
482
  };
483
483
  };
484
484
  sourceId?: number | undefined;
@@ -601,7 +601,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
601
601
  } | undefined;
602
602
  cacheTime: number;
603
603
  ccipRead?: false | {
604
- request?: (parameters: import('viem').CcipRequestParameters) => Promise<`0x${string}`>;
604
+ request?: (parameters: import('viem').CcipRequestParameters) => Promise<import('node_modules/viem/_types/utils/ccip').CcipRequestReturnType>;
605
605
  } | undefined;
606
606
  chain: {
607
607
  blockExplorers: {
@@ -633,7 +633,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
633
633
  };
634
634
  rpcUrls: {
635
635
  readonly default: {
636
- readonly http: readonly ["https://cloudflare-eth.com"];
636
+ readonly http: readonly ["https://eth.merkle.io"];
637
637
  };
638
638
  };
639
639
  sourceId?: number | undefined;
@@ -786,7 +786,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
786
786
  };
787
787
  rpcUrls: {
788
788
  readonly default: {
789
- readonly http: readonly ["https://cloudflare-eth.com"];
789
+ readonly http: readonly ["https://eth.merkle.io"];
790
790
  };
791
791
  };
792
792
  sourceId?: number | undefined;
@@ -899,11 +899,157 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
899
899
  formatters?: undefined;
900
900
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
901
901
  }>) => Promise<import('viem').CallReturnType>;
902
+ createAccessList: (parameters: import('viem/actions').CreateAccessListParameters<{
903
+ blockExplorers: {
904
+ readonly default: {
905
+ readonly name: "Etherscan";
906
+ readonly url: "https://etherscan.io";
907
+ readonly apiUrl: "https://api.etherscan.io/api";
908
+ };
909
+ };
910
+ contracts: {
911
+ readonly ensRegistry: {
912
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
913
+ };
914
+ readonly ensUniversalResolver: {
915
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
916
+ readonly blockCreated: 19258213;
917
+ };
918
+ readonly multicall3: {
919
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
920
+ readonly blockCreated: 14353601;
921
+ };
922
+ };
923
+ id: 1;
924
+ name: "Ethereum";
925
+ nativeCurrency: {
926
+ readonly name: "Ether";
927
+ readonly symbol: "ETH";
928
+ readonly decimals: 18;
929
+ };
930
+ rpcUrls: {
931
+ readonly default: {
932
+ readonly http: readonly ["https://eth.merkle.io"];
933
+ };
934
+ };
935
+ sourceId?: number | undefined;
936
+ testnet?: boolean | undefined;
937
+ custom?: Record<string, unknown> | undefined;
938
+ fees?: import('viem').ChainFees<undefined> | undefined;
939
+ formatters?: undefined;
940
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
941
+ } | {
942
+ blockExplorers: {
943
+ readonly default: {
944
+ readonly name: "Etherscan";
945
+ readonly url: "https://sepolia.etherscan.io";
946
+ readonly apiUrl: "https://api-sepolia.etherscan.io/api";
947
+ };
948
+ };
949
+ contracts: {
950
+ readonly multicall3: {
951
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
952
+ readonly blockCreated: 751532;
953
+ };
954
+ readonly ensRegistry: {
955
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
956
+ };
957
+ readonly ensUniversalResolver: {
958
+ readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
959
+ readonly blockCreated: 5317080;
960
+ };
961
+ };
962
+ id: 11155111;
963
+ name: "Sepolia";
964
+ nativeCurrency: {
965
+ readonly name: "Sepolia Ether";
966
+ readonly symbol: "ETH";
967
+ readonly decimals: 18;
968
+ };
969
+ rpcUrls: {
970
+ readonly default: {
971
+ readonly http: readonly ["https://sepolia.drpc.org"];
972
+ };
973
+ };
974
+ sourceId?: number | undefined;
975
+ testnet: true;
976
+ custom?: Record<string, unknown> | undefined;
977
+ fees?: import('viem').ChainFees<undefined> | undefined;
978
+ formatters?: undefined;
979
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
980
+ } | {
981
+ blockExplorers: {
982
+ readonly default: {
983
+ readonly name: "Arbiscan";
984
+ readonly url: "https://arbiscan.io";
985
+ readonly apiUrl: "https://api.arbiscan.io/api";
986
+ };
987
+ };
988
+ contracts: {
989
+ readonly multicall3: {
990
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
991
+ readonly blockCreated: 7654707;
992
+ };
993
+ };
994
+ id: 42161;
995
+ name: "Arbitrum One";
996
+ nativeCurrency: {
997
+ readonly name: "Ether";
998
+ readonly symbol: "ETH";
999
+ readonly decimals: 18;
1000
+ };
1001
+ rpcUrls: {
1002
+ readonly default: {
1003
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
1004
+ };
1005
+ };
1006
+ sourceId?: number | undefined;
1007
+ testnet?: boolean | undefined;
1008
+ custom?: Record<string, unknown> | undefined;
1009
+ fees?: import('viem').ChainFees<undefined> | undefined;
1010
+ formatters?: undefined;
1011
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1012
+ } | {
1013
+ blockExplorers: {
1014
+ readonly default: {
1015
+ readonly name: "Arbiscan";
1016
+ readonly url: "https://sepolia.arbiscan.io";
1017
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1018
+ };
1019
+ };
1020
+ contracts: {
1021
+ readonly multicall3: {
1022
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1023
+ readonly blockCreated: 81930;
1024
+ };
1025
+ };
1026
+ id: 421614;
1027
+ name: "Arbitrum Sepolia";
1028
+ nativeCurrency: {
1029
+ readonly name: "Arbitrum Sepolia Ether";
1030
+ readonly symbol: "ETH";
1031
+ readonly decimals: 18;
1032
+ };
1033
+ rpcUrls: {
1034
+ readonly default: {
1035
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
1036
+ };
1037
+ };
1038
+ sourceId?: number | undefined;
1039
+ testnet: true;
1040
+ custom?: Record<string, unknown> | undefined;
1041
+ fees?: import('viem').ChainFees<undefined> | undefined;
1042
+ formatters?: undefined;
1043
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1044
+ }>) => Promise<{
1045
+ accessList: import('viem').AccessList;
1046
+ gasUsed: bigint;
1047
+ }>;
902
1048
  createBlockFilter: () => Promise<import('viem').CreateBlockFilterReturnType>;
903
- createContractEventFilter: <const abi extends import('abitype').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined, args extends import('viem').MaybeExtractEventArgsFromAbi<abi, eventName> | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').CreateContractEventFilterParameters<abi, eventName, args, strict, fromBlock, toBlock>) => Promise<import('viem').CreateContractEventFilterReturnType<abi, eventName, args, strict, fromBlock, toBlock>>;
904
- createEventFilter: <const abiEvent extends import('abitype').AbiEvent | undefined = undefined, const abiEvents extends readonly import('abitype').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('abitype').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, _EventName extends string | undefined = import('viem').MaybeAbiEventName<abiEvent>, _Args extends import('viem').MaybeExtractEventArgsFromAbi<abiEvents, _EventName> | undefined = undefined>(args?: import('viem').CreateEventFilterParameters<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args> | undefined) => Promise<import('viem').CreateEventFilterReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args>>;
1049
+ createContractEventFilter: <const abi extends import('viem').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined, args extends import('viem').MaybeExtractEventArgsFromAbi<abi, eventName> | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').CreateContractEventFilterParameters<abi, eventName, args, strict, fromBlock, toBlock>) => Promise<import('viem').CreateContractEventFilterReturnType<abi, eventName, args, strict, fromBlock, toBlock>>;
1050
+ createEventFilter: <const abiEvent extends import('viem').AbiEvent | undefined = undefined, const abiEvents extends readonly import('viem').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('viem').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, _EventName extends string | undefined = import('viem').MaybeAbiEventName<abiEvent>, _Args extends import('viem').MaybeExtractEventArgsFromAbi<abiEvents, _EventName> | undefined = undefined>(args?: import('viem').CreateEventFilterParameters<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args> | undefined) => Promise<import('viem').CreateEventFilterReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args>>;
905
1051
  createPendingTransactionFilter: () => Promise<import('viem').CreatePendingTransactionFilterReturnType>;
906
- estimateContractGas: <chain extends import('viem').Chain | undefined, const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, args extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>>(args: import('viem').EstimateContractGasParameters<abi, functionName, args, chain>) => Promise<import('viem').EstimateContractGasReturnType>;
1052
+ estimateContractGas: <chain extends import('viem').Chain | undefined, const abi extends import('viem').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, args extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>>(args: import('viem').EstimateContractGasParameters<abi, functionName, args, chain>) => Promise<import('viem').EstimateContractGasReturnType>;
907
1053
  estimateGas: (args: import('viem').EstimateGasParameters<{
908
1054
  blockExplorers: {
909
1055
  readonly default: {
@@ -934,7 +1080,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
934
1080
  };
935
1081
  rpcUrls: {
936
1082
  readonly default: {
937
- readonly http: readonly ["https://cloudflare-eth.com"];
1083
+ readonly http: readonly ["https://eth.merkle.io"];
938
1084
  };
939
1085
  };
940
1086
  sourceId?: number | undefined;
@@ -1061,7 +1207,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1061
1207
  extraData: import('viem').Hex;
1062
1208
  gasLimit: bigint;
1063
1209
  gasUsed: bigint;
1064
- miner: import('abitype').Address;
1210
+ miner: import('viem').Address;
1065
1211
  mixHash: import('viem').Hash;
1066
1212
  parentBeaconBlockRoot?: `0x${string}` | undefined;
1067
1213
  parentHash: import('viem').Hash;
@@ -1079,10 +1225,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1079
1225
  transactions: includeTransactions extends true ? ({
1080
1226
  value: bigint;
1081
1227
  type: "legacy";
1082
- from: import('abitype').Address;
1228
+ from: import('viem').Address;
1083
1229
  gas: bigint;
1084
1230
  nonce: number;
1085
- to: import('abitype').Address | null;
1231
+ to: import('viem').Address | null;
1086
1232
  r: import('viem').Hex;
1087
1233
  s: import('viem').Hex;
1088
1234
  v: bigint;
@@ -1104,10 +1250,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1104
1250
  } | {
1105
1251
  value: bigint;
1106
1252
  type: "eip2930";
1107
- from: import('abitype').Address;
1253
+ from: import('viem').Address;
1108
1254
  gas: bigint;
1109
1255
  nonce: number;
1110
- to: import('abitype').Address | null;
1256
+ to: import('viem').Address | null;
1111
1257
  r: import('viem').Hex;
1112
1258
  s: import('viem').Hex;
1113
1259
  v: bigint;
@@ -1129,10 +1275,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1129
1275
  } | {
1130
1276
  value: bigint;
1131
1277
  type: "eip1559";
1132
- from: import('abitype').Address;
1278
+ from: import('viem').Address;
1133
1279
  gas: bigint;
1134
1280
  nonce: number;
1135
- to: import('abitype').Address | null;
1281
+ to: import('viem').Address | null;
1136
1282
  r: import('viem').Hex;
1137
1283
  s: import('viem').Hex;
1138
1284
  v: bigint;
@@ -1154,10 +1300,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1154
1300
  } | {
1155
1301
  value: bigint;
1156
1302
  type: "eip4844";
1157
- from: import('abitype').Address;
1303
+ from: import('viem').Address;
1158
1304
  gas: bigint;
1159
1305
  nonce: number;
1160
- to: import('abitype').Address | null;
1306
+ to: import('viem').Address | null;
1161
1307
  r: import('viem').Hex;
1162
1308
  s: import('viem').Hex;
1163
1309
  v: bigint;
@@ -1179,10 +1325,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1179
1325
  } | {
1180
1326
  value: bigint;
1181
1327
  type: "eip7702";
1182
- from: import('abitype').Address;
1328
+ from: import('viem').Address;
1183
1329
  gas: bigint;
1184
1330
  nonce: number;
1185
- to: import('abitype').Address | null;
1331
+ to: import('viem').Address | null;
1186
1332
  r: import('viem').Hex;
1187
1333
  s: import('viem').Hex;
1188
1334
  v: bigint;
@@ -1208,7 +1354,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1208
1354
  getBytecode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
1209
1355
  getChainId: () => Promise<import('viem').GetChainIdReturnType>;
1210
1356
  getCode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
1211
- getContractEvents: <const abi extends import('abitype').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined = undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetContractEventsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1357
+ getContractEvents: <const abi extends import('viem').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined = undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetContractEventsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1212
1358
  getEip712Domain: (args: import('viem').GetEip712DomainParameters) => Promise<import('viem').GetEip712DomainReturnType>;
1213
1359
  getEnsAddress: (args: import('viem').GetEnsAddressParameters) => Promise<import('viem').GetEnsAddressReturnType>;
1214
1360
  getEnsAvatar: (args: import('viem').GetEnsAvatarParameters) => Promise<import('viem').GetEnsAvatarReturnType>;
@@ -1246,7 +1392,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1246
1392
  };
1247
1393
  rpcUrls: {
1248
1394
  readonly default: {
1249
- readonly http: readonly ["https://cloudflare-eth.com"];
1395
+ readonly http: readonly ["https://eth.merkle.io"];
1250
1396
  };
1251
1397
  };
1252
1398
  sourceId?: number | undefined;
@@ -1359,10 +1505,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1359
1505
  formatters?: undefined;
1360
1506
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1361
1507
  }, chainOverride, type> | undefined) => Promise<import('viem').EstimateFeesPerGasReturnType<type>>;
1362
- getFilterChanges: <filterType extends import('viem').FilterType, const abi extends import('abitype').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterChangesParameters<filterType, abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterChangesReturnType<filterType, abi, eventName, strict, fromBlock, toBlock>>;
1363
- getFilterLogs: <const abi extends import('abitype').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterLogsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterLogsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1508
+ getFilterChanges: <filterType extends import('viem').FilterType, const abi extends import('viem').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterChangesParameters<filterType, abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterChangesReturnType<filterType, abi, eventName, strict, fromBlock, toBlock>>;
1509
+ getFilterLogs: <const abi extends import('viem').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterLogsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterLogsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1364
1510
  getGasPrice: () => Promise<import('viem').GetGasPriceReturnType>;
1365
- getLogs: <const abiEvent extends import('abitype').AbiEvent | undefined = undefined, const abiEvents extends readonly import('abitype').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('abitype').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args?: import('viem').GetLogsParameters<abiEvent, abiEvents, strict, fromBlock, toBlock> | undefined) => Promise<import('viem').GetLogsReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock>>;
1511
+ getLogs: <const abiEvent extends import('viem').AbiEvent | undefined = undefined, const abiEvents extends readonly import('viem').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('viem').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args?: import('viem').GetLogsParameters<abiEvent, abiEvents, strict, fromBlock, toBlock> | undefined) => Promise<import('viem').GetLogsReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock>>;
1366
1512
  getProof: (args: import('viem').GetProofParameters) => Promise<import('viem').GetProofReturnType>;
1367
1513
  estimateMaxPriorityFeePerGas: <chainOverride extends import('viem').Chain | undefined = undefined>(args?: {
1368
1514
  chain?: chainOverride | null | undefined;
@@ -1371,10 +1517,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1371
1517
  getTransaction: <blockTag extends import('viem').BlockTag = "latest">(args: import('viem').GetTransactionParameters<blockTag>) => Promise<{
1372
1518
  value: bigint;
1373
1519
  type: "legacy";
1374
- from: import('abitype').Address;
1520
+ from: import('viem').Address;
1375
1521
  gas: bigint;
1376
1522
  nonce: number;
1377
- to: import('abitype').Address | null;
1523
+ to: import('viem').Address | null;
1378
1524
  r: import('viem').Hex;
1379
1525
  s: import('viem').Hex;
1380
1526
  v: bigint;
@@ -1396,10 +1542,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1396
1542
  } | {
1397
1543
  value: bigint;
1398
1544
  type: "eip2930";
1399
- from: import('abitype').Address;
1545
+ from: import('viem').Address;
1400
1546
  gas: bigint;
1401
1547
  nonce: number;
1402
- to: import('abitype').Address | null;
1548
+ to: import('viem').Address | null;
1403
1549
  r: import('viem').Hex;
1404
1550
  s: import('viem').Hex;
1405
1551
  v: bigint;
@@ -1421,10 +1567,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1421
1567
  } | {
1422
1568
  value: bigint;
1423
1569
  type: "eip1559";
1424
- from: import('abitype').Address;
1570
+ from: import('viem').Address;
1425
1571
  gas: bigint;
1426
1572
  nonce: number;
1427
- to: import('abitype').Address | null;
1573
+ to: import('viem').Address | null;
1428
1574
  r: import('viem').Hex;
1429
1575
  s: import('viem').Hex;
1430
1576
  v: bigint;
@@ -1446,10 +1592,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1446
1592
  } | {
1447
1593
  value: bigint;
1448
1594
  type: "eip4844";
1449
- from: import('abitype').Address;
1595
+ from: import('viem').Address;
1450
1596
  gas: bigint;
1451
1597
  nonce: number;
1452
- to: import('abitype').Address | null;
1598
+ to: import('viem').Address | null;
1453
1599
  r: import('viem').Hex;
1454
1600
  s: import('viem').Hex;
1455
1601
  v: bigint;
@@ -1471,10 +1617,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1471
1617
  } | {
1472
1618
  value: bigint;
1473
1619
  type: "eip7702";
1474
- from: import('abitype').Address;
1620
+ from: import('viem').Address;
1475
1621
  gas: bigint;
1476
1622
  nonce: number;
1477
- to: import('abitype').Address | null;
1623
+ to: import('viem').Address | null;
1478
1624
  r: import('viem').Hex;
1479
1625
  s: import('viem').Hex;
1480
1626
  v: bigint;
@@ -1524,7 +1670,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1524
1670
  };
1525
1671
  rpcUrls: {
1526
1672
  readonly default: {
1527
- readonly http: readonly ["https://cloudflare-eth.com"];
1673
+ readonly http: readonly ["https://eth.merkle.io"];
1528
1674
  };
1529
1675
  };
1530
1676
  sourceId?: number | undefined;
@@ -1670,7 +1816,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1670
1816
  };
1671
1817
  rpcUrls: {
1672
1818
  readonly default: {
1673
- readonly http: readonly ["https://cloudflare-eth.com"];
1819
+ readonly http: readonly ["https://eth.merkle.io"];
1674
1820
  };
1675
1821
  };
1676
1822
  sourceId?: number | undefined;
@@ -1782,7 +1928,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1782
1928
  fees?: import('viem').ChainFees<undefined> | undefined;
1783
1929
  formatters?: undefined;
1784
1930
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1785
- }, chainOverride>, chainOverride extends import('viem').Chain | undefined = undefined, accountOverride extends import('viem').Account | import('abitype').Address | undefined = undefined>(args: import('viem').PrepareTransactionRequestParameters<{
1931
+ }, chainOverride>, chainOverride extends import('viem').Chain | undefined = undefined, accountOverride extends import('viem').Account | import('viem').Address | undefined = undefined>(args: import('viem').PrepareTransactionRequestParameters<{
1786
1932
  blockExplorers: {
1787
1933
  readonly default: {
1788
1934
  readonly name: "Etherscan";
@@ -1812,7 +1958,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1812
1958
  };
1813
1959
  rpcUrls: {
1814
1960
  readonly default: {
1815
- readonly http: readonly ["https://cloudflare-eth.com"];
1961
+ readonly http: readonly ["https://eth.merkle.io"];
1816
1962
  };
1817
1963
  };
1818
1964
  sourceId?: number | undefined;
@@ -1954,7 +2100,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1954
2100
  };
1955
2101
  rpcUrls: {
1956
2102
  readonly default: {
1957
- readonly http: readonly ["https://cloudflare-eth.com"];
2103
+ readonly http: readonly ["https://eth.merkle.io"];
1958
2104
  };
1959
2105
  };
1960
2106
  sourceId?: number | undefined;
@@ -2096,7 +2242,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2096
2242
  };
2097
2243
  rpcUrls: {
2098
2244
  readonly default: {
2099
- readonly http: readonly ["https://cloudflare-eth.com"];
2245
+ readonly http: readonly ["https://eth.merkle.io"];
2100
2246
  };
2101
2247
  };
2102
2248
  sourceId?: number | undefined;
@@ -2238,7 +2384,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2238
2384
  };
2239
2385
  rpcUrls: {
2240
2386
  readonly default: {
2241
- readonly http: readonly ["https://cloudflare-eth.com"];
2387
+ readonly http: readonly ["https://eth.merkle.io"];
2242
2388
  };
2243
2389
  };
2244
2390
  sourceId?: number | undefined;
@@ -2356,7 +2502,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2356
2502
  chain?: undefined;
2357
2503
  } : never : never) & (import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> extends infer T_15 ? T_15 extends import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> ? T_15 extends import('viem').Account ? {
2358
2504
  account: T_15;
2359
- from: import('abitype').Address;
2505
+ from: import('viem').Address;
2360
2506
  } : {
2361
2507
  account?: undefined;
2362
2508
  from?: undefined;
@@ -5632,7 +5778,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
5632
5778
  };
5633
5779
  rpcUrls: {
5634
5780
  readonly default: {
5635
- readonly http: readonly ["https://cloudflare-eth.com"];
5781
+ readonly http: readonly ["https://eth.merkle.io"];
5636
5782
  };
5637
5783
  };
5638
5784
  sourceId?: number | undefined;
@@ -5774,7 +5920,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
5774
5920
  };
5775
5921
  rpcUrls: {
5776
5922
  readonly default: {
5777
- readonly http: readonly ["https://cloudflare-eth.com"];
5923
+ readonly http: readonly ["https://eth.merkle.io"];
5778
5924
  };
5779
5925
  };
5780
5926
  sourceId?: number | undefined;
@@ -5916,7 +6062,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
5916
6062
  };
5917
6063
  rpcUrls: {
5918
6064
  readonly default: {
5919
- readonly http: readonly ["https://cloudflare-eth.com"];
6065
+ readonly http: readonly ["https://eth.merkle.io"];
5920
6066
  };
5921
6067
  };
5922
6068
  sourceId?: number | undefined;
@@ -6034,7 +6180,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6034
6180
  chain?: undefined;
6035
6181
  } : never : never) & (import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> extends infer T_2 ? T_2 extends import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> ? T_2 extends import('viem').Account ? {
6036
6182
  account: T_2;
6037
- from: import('abitype').Address;
6183
+ from: import('viem').Address;
6038
6184
  } : {
6039
6185
  account?: undefined;
6040
6186
  from?: undefined;
@@ -9281,9 +9427,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9281
9427
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import('viem').TransactionRequestEIP7702 : never : never : never)>> & {
9282
9428
  chainId?: number | undefined;
9283
9429
  }, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "chainId" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
9284
- readContract: <const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "pure" | "view">, const args extends import('viem').ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import('viem').ReadContractParameters<abi, functionName, args>) => Promise<import('viem').ReadContractReturnType<abi, functionName, args>>;
9430
+ readContract: <const abi extends import('viem').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "pure" | "view">, const args extends import('viem').ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import('viem').ReadContractParameters<abi, functionName, args>) => Promise<import('viem').ReadContractReturnType<abi, functionName, args>>;
9285
9431
  sendRawTransaction: (args: import('viem').SendRawTransactionParameters) => Promise<import('viem').SendRawTransactionReturnType>;
9286
- simulateContract: <const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, const args_1 extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends import('viem').Chain | undefined, accountOverride extends import('viem').Account | import('abitype').Address | undefined = undefined>(args: import('viem').SimulateContractParameters<abi, functionName, args_1, {
9432
+ simulate: <const calls extends readonly unknown[]>(args: import('viem/actions').SimulateParameters<calls>) => Promise<import('viem/actions').SimulateReturnType<calls>>;
9433
+ simulateContract: <const abi extends import('viem').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, const args_1 extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends import('viem').Chain | undefined, accountOverride extends import('viem').Account | import('viem').Address | undefined = undefined>(args: import('viem').SimulateContractParameters<abi, functionName, args_1, {
9287
9434
  blockExplorers: {
9288
9435
  readonly default: {
9289
9436
  readonly name: "Etherscan";
@@ -9313,7 +9460,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9313
9460
  };
9314
9461
  rpcUrls: {
9315
9462
  readonly default: {
9316
- readonly http: readonly ["https://cloudflare-eth.com"];
9463
+ readonly http: readonly ["https://eth.merkle.io"];
9317
9464
  };
9318
9465
  };
9319
9466
  sourceId?: number | undefined;
@@ -9455,7 +9602,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9455
9602
  };
9456
9603
  rpcUrls: {
9457
9604
  readonly default: {
9458
- readonly http: readonly ["https://cloudflare-eth.com"];
9605
+ readonly http: readonly ["https://eth.merkle.io"];
9459
9606
  };
9460
9607
  };
9461
9608
  sourceId?: number | undefined;
@@ -9569,17 +9716,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9569
9716
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9570
9717
  }, import('viem').Account | undefined, chainOverride, accountOverride>>;
9571
9718
  verifyMessage: (args: import('viem').VerifyMessageActionParameters) => Promise<import('viem').VerifyMessageActionReturnType>;
9572
- verifySiweMessage: (args: {
9573
- blockNumber?: bigint | undefined | undefined;
9574
- blockTag?: import('viem').BlockTag | undefined;
9575
- nonce?: string | undefined | undefined;
9576
- address?: string | undefined;
9577
- domain?: string | undefined | undefined;
9578
- scheme?: string | undefined | undefined;
9579
- time?: Date | undefined;
9580
- message: string;
9581
- signature: import('viem').Hex;
9582
- }) => Promise<boolean>;
9719
+ verifySiweMessage: (args: import('node_modules/viem/_types/actions/siwe/verifySiweMessage').VerifySiweMessageParameters) => Promise<import('node_modules/viem/_types/actions/siwe/verifySiweMessage').VerifySiweMessageReturnType>;
9583
9720
  verifyTypedData: (args: import('viem').VerifyTypedDataActionParameters) => Promise<import('viem').VerifyTypedDataActionReturnType>;
9584
9721
  uninstallFilter: (args: import('viem').UninstallFilterParameters) => Promise<import('viem').UninstallFilterReturnType>;
9585
9722
  waitForTransactionReceipt: (args: import('viem').WaitForTransactionReceiptParameters<{
@@ -9612,7 +9749,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9612
9749
  };
9613
9750
  rpcUrls: {
9614
9751
  readonly default: {
9615
- readonly http: readonly ["https://cloudflare-eth.com"];
9752
+ readonly http: readonly ["https://eth.merkle.io"];
9616
9753
  };
9617
9754
  };
9618
9755
  sourceId?: number | undefined;
@@ -9756,7 +9893,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9756
9893
  };
9757
9894
  rpcUrls: {
9758
9895
  readonly default: {
9759
- readonly http: readonly ["https://cloudflare-eth.com"];
9896
+ readonly http: readonly ["https://eth.merkle.io"];
9760
9897
  };
9761
9898
  };
9762
9899
  sourceId?: number | undefined;
@@ -9869,8 +10006,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9869
10006
  formatters?: undefined;
9870
10007
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9871
10008
  }, includeTransactions, blockTag>) => import('viem').WatchBlocksReturnType;
9872
- watchContractEvent: <const abi extends import('abitype').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi>, strict extends boolean | undefined = undefined>(args: import('viem').WatchContractEventParameters<abi, eventName, strict, HttpTransport>) => import('viem').WatchContractEventReturnType;
9873
- watchEvent: <const abiEvent extends import('abitype').AbiEvent | undefined = undefined, const abiEvents extends readonly import('abitype').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('abitype').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined>(args: import('viem').WatchEventParameters<abiEvent, abiEvents, strict, HttpTransport>) => import('viem').WatchEventReturnType;
10009
+ watchContractEvent: <const abi extends import('viem').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi>, strict extends boolean | undefined = undefined>(args: import('viem').WatchContractEventParameters<abi, eventName, strict, HttpTransport>) => import('viem').WatchContractEventReturnType;
10010
+ watchEvent: <const abiEvent extends import('viem').AbiEvent | undefined = undefined, const abiEvents extends readonly import('viem').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('viem').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined>(args: import('viem').WatchEventParameters<abiEvent, abiEvents, strict, HttpTransport>) => import('viem').WatchEventReturnType;
9874
10011
  watchPendingTransactions: (args: import('viem').WatchPendingTransactionsParameters<HttpTransport>) => import('viem').WatchPendingTransactionsReturnType;
9875
10012
  extend: <const client extends {
9876
10013
  [x: string]: unknown;
@@ -9916,7 +10053,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9916
10053
  };
9917
10054
  rpcUrls: {
9918
10055
  readonly default: {
9919
- readonly http: readonly ["https://cloudflare-eth.com"];
10056
+ readonly http: readonly ["https://eth.merkle.io"];
9920
10057
  };
9921
10058
  };
9922
10059
  sourceId?: number | undefined;
@@ -10058,7 +10195,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10058
10195
  };
10059
10196
  rpcUrls: {
10060
10197
  readonly default: {
10061
- readonly http: readonly ["https://cloudflare-eth.com"];
10198
+ readonly http: readonly ["https://eth.merkle.io"];
10062
10199
  };
10063
10200
  };
10064
10201
  sourceId?: number | undefined;
@@ -10200,7 +10337,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10200
10337
  };
10201
10338
  rpcUrls: {
10202
10339
  readonly default: {
10203
- readonly http: readonly ["https://cloudflare-eth.com"];
10340
+ readonly http: readonly ["https://eth.merkle.io"];
10204
10341
  };
10205
10342
  };
10206
10343
  sourceId?: number | undefined;
@@ -10342,7 +10479,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10342
10479
  };
10343
10480
  rpcUrls: {
10344
10481
  readonly default: {
10345
- readonly http: readonly ["https://cloudflare-eth.com"];
10482
+ readonly http: readonly ["https://eth.merkle.io"];
10346
10483
  };
10347
10484
  };
10348
10485
  sourceId?: number | undefined;
@@ -10484,7 +10621,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10484
10621
  };
10485
10622
  rpcUrls: {
10486
10623
  readonly default: {
10487
- readonly http: readonly ["https://cloudflare-eth.com"];
10624
+ readonly http: readonly ["https://eth.merkle.io"];
10488
10625
  };
10489
10626
  };
10490
10627
  sourceId?: number | undefined;
@@ -10626,7 +10763,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10626
10763
  };
10627
10764
  rpcUrls: {
10628
10765
  readonly default: {
10629
- readonly http: readonly ["https://cloudflare-eth.com"];
10766
+ readonly http: readonly ["https://eth.merkle.io"];
10630
10767
  };
10631
10768
  };
10632
10769
  sourceId?: number | undefined;
@@ -10774,7 +10911,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
10774
10911
  };
10775
10912
  rpcUrls: {
10776
10913
  readonly default: {
10777
- readonly http: readonly ["https://cloudflare-eth.com"];
10914
+ readonly http: readonly ["https://eth.merkle.io"];
10778
10915
  };
10779
10916
  };
10780
10917
  sourceId?: number | undefined;
@@ -10916,7 +11053,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
10916
11053
  };
10917
11054
  rpcUrls: {
10918
11055
  readonly default: {
10919
- readonly http: readonly ["https://cloudflare-eth.com"];
11056
+ readonly http: readonly ["https://eth.merkle.io"];
10920
11057
  };
10921
11058
  };
10922
11059
  sourceId?: number | undefined;
@@ -11061,7 +11198,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11061
11198
  };
11062
11199
  rpcUrls: {
11063
11200
  readonly default: {
11064
- readonly http: readonly ["https://cloudflare-eth.com"];
11201
+ readonly http: readonly ["https://eth.merkle.io"];
11065
11202
  };
11066
11203
  };
11067
11204
  sourceId?: number | undefined;
@@ -11206,7 +11343,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11206
11343
  };
11207
11344
  rpcUrls: {
11208
11345
  readonly default: {
11209
- readonly http: readonly ["https://cloudflare-eth.com"];
11346
+ readonly http: readonly ["https://eth.merkle.io"];
11210
11347
  };
11211
11348
  };
11212
11349
  sourceId?: number | undefined;
@@ -11328,7 +11465,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11328
11465
  } | undefined;
11329
11466
  cacheTime: number;
11330
11467
  ccipRead?: false | {
11331
- request?: (parameters: import('viem').CcipRequestParameters) => Promise<`0x${string}`>;
11468
+ request?: (parameters: import('viem').CcipRequestParameters) => Promise<import('node_modules/viem/_types/utils/ccip').CcipRequestReturnType>;
11332
11469
  } | undefined;
11333
11470
  chain: {
11334
11471
  blockExplorers: {
@@ -11360,7 +11497,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11360
11497
  };
11361
11498
  rpcUrls: {
11362
11499
  readonly default: {
11363
- readonly http: readonly ["https://cloudflare-eth.com"];
11500
+ readonly http: readonly ["https://eth.merkle.io"];
11364
11501
  };
11365
11502
  };
11366
11503
  sourceId?: number | undefined;
@@ -11508,6 +11645,13 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11508
11645
  Method: "eth_call";
11509
11646
  Parameters: [transaction: import('viem').ExactPartial<import('viem').RpcTransactionRequest>] | [transaction: import('viem').ExactPartial<import('viem').RpcTransactionRequest>, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier] | [transaction: import('viem').ExactPartial<import('viem').RpcTransactionRequest>, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier, stateOverrideSet: import('viem').RpcStateOverride];
11510
11647
  ReturnType: import('viem').Hex;
11648
+ }, {
11649
+ Method: "eth_createAccessList";
11650
+ Parameters: [transaction: import('viem').ExactPartial<import('viem').RpcTransactionRequest>] | [transaction: import('viem').ExactPartial<import('viem').RpcTransactionRequest>, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11651
+ ReturnType: {
11652
+ accessList: import('viem').AccessList;
11653
+ gasUsed: import('viem').Quantity;
11654
+ };
11511
11655
  }, {
11512
11656
  Method: "eth_chainId";
11513
11657
  Parameters?: undefined;
@@ -11515,7 +11659,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11515
11659
  }, {
11516
11660
  Method: "eth_coinbase";
11517
11661
  Parameters?: undefined;
11518
- ReturnType: import('abitype').Address;
11662
+ ReturnType: import('viem').Address;
11519
11663
  }, {
11520
11664
  Method: "eth_estimateGas";
11521
11665
  Parameters: [transaction: import('viem').RpcTransactionRequest] | [transaction: import('viem').RpcTransactionRequest, block: import('viem').RpcBlockNumber | import('viem').BlockTag] | [transaction: import('viem').RpcTransactionRequest, block: import('viem').RpcBlockNumber | import('viem').BlockTag, stateOverride: import('viem').RpcStateOverride];
@@ -11530,7 +11674,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11530
11674
  ReturnType: import('viem').Quantity;
11531
11675
  }, {
11532
11676
  Method: "eth_getBalance";
11533
- Parameters: [address: import('abitype').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11677
+ Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11534
11678
  ReturnType: import('viem').Quantity;
11535
11679
  }, {
11536
11680
  Method: "eth_getBlockByHash";
@@ -11550,7 +11694,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11550
11694
  ReturnType: import('viem').Quantity;
11551
11695
  }, {
11552
11696
  Method: "eth_getCode";
11553
- Parameters: [address: import('abitype').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11697
+ Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11554
11698
  ReturnType: import('viem').Hex;
11555
11699
  }, {
11556
11700
  Method: "eth_getFilterChanges";
@@ -11563,7 +11707,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11563
11707
  }, {
11564
11708
  Method: "eth_getLogs";
11565
11709
  Parameters: [{
11566
- address?: import('abitype').Address | import('abitype').Address[] | undefined;
11710
+ address?: import('viem').Address | import('viem').Address[] | undefined;
11567
11711
  topics?: import('viem').LogTopic[] | undefined;
11568
11712
  } & ({
11569
11713
  fromBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
@@ -11577,11 +11721,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11577
11721
  ReturnType: import('viem').RpcLog[];
11578
11722
  }, {
11579
11723
  Method: "eth_getProof";
11580
- Parameters: [address: import('abitype').Address, storageKeys: import('viem').Hash[], block: import('viem').RpcBlockNumber | import('viem').BlockTag];
11724
+ Parameters: [address: import('viem').Address, storageKeys: import('viem').Hash[], block: import('viem').RpcBlockNumber | import('viem').BlockTag];
11581
11725
  ReturnType: import('viem').RpcProof;
11582
11726
  }, {
11583
11727
  Method: "eth_getStorageAt";
11584
- Parameters: [address: import('abitype').Address, index: import('viem').Quantity, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11728
+ Parameters: [address: import('viem').Address, index: import('viem').Quantity, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11585
11729
  ReturnType: import('viem').Hex;
11586
11730
  }, {
11587
11731
  Method: "eth_getTransactionByBlockHashAndIndex";
@@ -11597,7 +11741,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11597
11741
  ReturnType: import('viem').RpcTransaction | null;
11598
11742
  }, {
11599
11743
  Method: "eth_getTransactionCount";
11600
- Parameters: [address: import('abitype').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11744
+ Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11601
11745
  ReturnType: import('viem').Quantity;
11602
11746
  }, {
11603
11747
  Method: "eth_getTransactionReceipt";
@@ -11632,7 +11776,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11632
11776
  Parameters: [filter: {
11633
11777
  fromBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
11634
11778
  toBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
11635
- address?: import('abitype').Address | import('abitype').Address[] | undefined;
11779
+ address?: import('viem').Address | import('viem').Address[] | undefined;
11636
11780
  topics?: import('viem').LogTopic[] | undefined;
11637
11781
  }];
11638
11782
  ReturnType: import('viem').Quantity;
@@ -11648,6 +11792,31 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11648
11792
  Method: "eth_sendRawTransaction";
11649
11793
  Parameters: [signedTransaction: import('viem').Hex];
11650
11794
  ReturnType: import('viem').Hash;
11795
+ }, {
11796
+ Method: "eth_simulateV1";
11797
+ Parameters: [{
11798
+ blockStateCalls: readonly {
11799
+ blockOverrides?: import('viem').RpcBlockOverrides | undefined;
11800
+ calls?: readonly import('viem').ExactPartial<import('viem').RpcTransactionRequest>[] | undefined;
11801
+ stateOverrides?: import('viem').RpcStateOverride | undefined;
11802
+ }[];
11803
+ returnFullTransactions?: boolean | undefined;
11804
+ traceTransfers?: boolean | undefined;
11805
+ validation?: boolean | undefined;
11806
+ }, import('viem').RpcBlockNumber | import('viem').BlockTag];
11807
+ ReturnType: readonly (import('viem').RpcBlock & {
11808
+ calls: readonly {
11809
+ error?: {
11810
+ data?: import('viem').Hex | undefined;
11811
+ code: number;
11812
+ message: string;
11813
+ } | undefined;
11814
+ logs?: readonly import('viem').RpcLog[] | undefined;
11815
+ gasUsed: import('viem').Hex;
11816
+ returnData: import('viem').Hex;
11817
+ status: import('viem').Hex;
11818
+ }[];
11819
+ })[];
11651
11820
  }, {
11652
11821
  Method: "eth_uninstallFilter";
11653
11822
  Parameters: [filterId: import('viem').Quantity];
@@ -11655,7 +11824,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11655
11824
  }, {
11656
11825
  Method: "eth_accounts";
11657
11826
  Parameters?: undefined;
11658
- ReturnType: import('abitype').Address[];
11827
+ ReturnType: import('viem').Address[];
11659
11828
  }, {
11660
11829
  Method: "eth_chainId";
11661
11830
  Parameters?: undefined;
@@ -11667,7 +11836,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11667
11836
  }, {
11668
11837
  Method: "eth_requestAccounts";
11669
11838
  Parameters?: undefined;
11670
- ReturnType: import('abitype').Address[];
11839
+ ReturnType: import('viem').Address[];
11671
11840
  }, {
11672
11841
  Method: "eth_sendTransaction";
11673
11842
  Parameters: [transaction: import('viem').RpcTransactionRequest];
@@ -11678,7 +11847,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11678
11847
  ReturnType: import('viem').Hash;
11679
11848
  }, {
11680
11849
  Method: "eth_sign";
11681
- Parameters: [address: import('abitype').Address, data: import('viem').Hex];
11850
+ Parameters: [address: import('viem').Address, data: import('viem').Hex];
11682
11851
  ReturnType: import('viem').Hex;
11683
11852
  }, {
11684
11853
  Method: "eth_signTransaction";
@@ -11686,7 +11855,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11686
11855
  ReturnType: import('viem').Hex;
11687
11856
  }, {
11688
11857
  Method: "eth_signTypedData_v4";
11689
- Parameters: [address: import('abitype').Address, message: string];
11858
+ Parameters: [address: import('viem').Address, message: string];
11690
11859
  ReturnType: import('viem').Hex;
11691
11860
  }, {
11692
11861
  Method: "eth_syncing";
@@ -11694,7 +11863,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11694
11863
  ReturnType: import('viem').NetworkSync | false;
11695
11864
  }, {
11696
11865
  Method: "personal_sign";
11697
- Parameters: [data: import('viem').Hex, address: import('abitype').Address];
11866
+ Parameters: [data: import('viem').Hex, address: import('viem').Address];
11698
11867
  ReturnType: import('viem').Hex;
11699
11868
  }, {
11700
11869
  Method: "wallet_addEthereumChain";
@@ -11706,7 +11875,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11706
11875
  ReturnType: import('viem').WalletGetCallsStatusReturnType;
11707
11876
  }, {
11708
11877
  Method: "wallet_getCapabilities";
11709
- Parameters?: [import('abitype').Address];
11878
+ Parameters?: [import('viem').Address];
11710
11879
  ReturnType: import('viem').Prettify<import('viem').WalletCapabilitiesRecord>;
11711
11880
  }, {
11712
11881
  Method: "wallet_getPermissions";
@@ -11756,7 +11925,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11756
11925
  ReturnType: import('viem').Hex;
11757
11926
  }, {
11758
11927
  Method: "eth_estimateUserOperationGas";
11759
- Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('abitype').Address] | [userOperation: import('viem').RpcUserOperation, entrypoint: import('abitype').Address, stateOverrideSet: import('viem').RpcStateOverride];
11928
+ Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address] | [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address, stateOverrideSet: import('viem').RpcStateOverride];
11760
11929
  ReturnType: import('viem').RpcEstimateUserOperationGasReturnType;
11761
11930
  }, {
11762
11931
  Method: "eth_getUserOperationByHash";
@@ -11768,19 +11937,19 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11768
11937
  ReturnType: import('viem').RpcUserOperationReceipt | null;
11769
11938
  }, {
11770
11939
  Method: "eth_sendUserOperation";
11771
- Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('abitype').Address];
11940
+ Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address];
11772
11941
  ReturnType: import('viem').Hash;
11773
11942
  }, {
11774
11943
  Method: "eth_supportedEntryPoints";
11775
11944
  Parameters?: undefined;
11776
- ReturnType: readonly import('abitype').Address[];
11945
+ ReturnType: readonly import('viem').Address[];
11777
11946
  }, {
11778
11947
  Method: "pm_getPaymasterStubData";
11779
- Parameters?: [userOperation: import('viem').OneOf<import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit"> | import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit">>, entrypoint: import('abitype').Address, chainId: import('viem').Hex, context: unknown];
11948
+ Parameters?: [userOperation: import('viem').OneOf<import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit"> | import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit">>, entrypoint: import('viem').Address, chainId: import('viem').Hex, context: unknown];
11780
11949
  ReturnType: import('viem').OneOf<{
11781
11950
  paymasterAndData: import('viem').Hex;
11782
11951
  } | {
11783
- paymaster: import('abitype').Address;
11952
+ paymaster: import('viem').Address;
11784
11953
  paymasterData: import('viem').Hex;
11785
11954
  paymasterVerificationGasLimit: import('viem').Hex;
11786
11955
  paymasterPostOpGasLimit: import('viem').Hex;
@@ -11793,11 +11962,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11793
11962
  };
11794
11963
  }, {
11795
11964
  Method: "pm_getPaymasterData";
11796
- Parameters?: [userOperation: Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit"> | Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, entrypoint: import('abitype').Address, chainId: import('viem').Hex, context: unknown];
11965
+ Parameters?: [userOperation: Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit"> | Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, entrypoint: import('viem').Address, chainId: import('viem').Hex, context: unknown];
11797
11966
  ReturnType: import('viem').OneOf<{
11798
11967
  paymasterAndData: import('viem').Hex;
11799
11968
  } | {
11800
- paymaster: import('abitype').Address;
11969
+ paymaster: import('viem').Address;
11801
11970
  paymasterData: import('viem').Hex;
11802
11971
  paymasterVerificationGasLimit: import('viem').Hex;
11803
11972
  paymasterPostOpGasLimit: import('viem').Hex;
@@ -11853,7 +12022,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11853
12022
  };
11854
12023
  rpcUrls: {
11855
12024
  readonly default: {
11856
- readonly http: readonly ["https://cloudflare-eth.com"];
12025
+ readonly http: readonly ["https://eth.merkle.io"];
11857
12026
  };
11858
12027
  };
11859
12028
  sourceId?: number | undefined;
@@ -11995,7 +12164,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11995
12164
  };
11996
12165
  rpcUrls: {
11997
12166
  readonly default: {
11998
- readonly http: readonly ["https://cloudflare-eth.com"];
12167
+ readonly http: readonly ["https://eth.merkle.io"];
11999
12168
  };
12000
12169
  };
12001
12170
  sourceId?: number | undefined;
@@ -12137,7 +12306,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12137
12306
  };
12138
12307
  rpcUrls: {
12139
12308
  readonly default: {
12140
- readonly http: readonly ["https://cloudflare-eth.com"];
12309
+ readonly http: readonly ["https://eth.merkle.io"];
12141
12310
  };
12142
12311
  };
12143
12312
  sourceId?: number | undefined;
@@ -12293,7 +12462,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12293
12462
  };
12294
12463
  rpcUrls: {
12295
12464
  readonly default: {
12296
- readonly http: readonly ["https://cloudflare-eth.com"];
12465
+ readonly http: readonly ["https://eth.merkle.io"];
12297
12466
  };
12298
12467
  };
12299
12468
  sourceId?: number | undefined;