@edgeandnode/graph-auth-kit 4.0.0 → 5.0.0-add-monad-testnet-1736786759338-4dc2d48c3af3c75f8980c207991b65a138db576e
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.
- package/README.md +1 -1
- package/dist/Components/ConnectModal.d.ts +1 -1
- package/dist/Components/ConnectModal.d.ts.map +1 -1
- package/dist/Components/ConnectorOption.d.ts +1 -1
- package/dist/Components/ConnectorOption.d.ts.map +1 -1
- package/dist/Components/MultisigSignerOptions.d.ts +1 -1
- package/dist/Components/MultisigSignerOptions.d.ts.map +1 -1
- package/dist/Components/PrimaryConnectOptions.d.ts +1 -1
- package/dist/Components/PrimaryConnectOptions.d.ts.map +1 -1
- package/dist/Components/SafeInputForm.d.ts +1 -1
- package/dist/Components/SafeInputForm.d.ts.map +1 -1
- package/dist/Components/SafeSelection.d.ts +1 -1
- package/dist/Components/SafeSelection.d.ts.map +1 -1
- package/dist/Components/SwitchChain.d.ts +1 -1
- package/dist/Components/SwitchChain.d.ts.map +1 -1
- package/dist/GraphAuthKit.context.d.ts +1 -1
- package/dist/GraphAuthKit.context.d.ts.map +1 -1
- package/dist/{GraphAuthKitInner.context-C3NbEh9a.js → GraphAuthKitInner.context-CQCGdKb-.js} +1 -1
- package/dist/client.d.ts +282 -105
- package/dist/client.d.ts.map +1 -1
- package/dist/constants.d.ts +2 -2
- package/dist/constants.d.ts.map +1 -1
- package/dist/ens/hooks/useGraphAuthKitAvatar.d.ts.map +1 -1
- package/dist/ens/hooks/useGraphAuthKitAvatars.d.ts.map +1 -1
- package/dist/ens/hooks/useGraphAuthKitEnsName.d.ts.map +1 -1
- package/dist/ens/hooks/useGraphAuthKitEnsNames.d.ts.map +1 -1
- package/dist/ens/index.js +1 -1
- package/dist/index.js +5 -5
- package/dist/inner/GraphAuthKitInner.context.d.ts +1 -1
- package/dist/inner/GraphAuthKitInner.context.d.ts.map +1 -1
- package/dist/inner/hooks.d.ts.map +1 -1
- package/dist/safe/SafeEthersSigner.d.ts.map +1 -1
- package/dist/test-harness/MockGraphAuthKit.context.d.ts +1 -1
- package/dist/test-harness/MockGraphAuthKit.context.d.ts.map +1 -1
- package/dist/test-harness/index.js +1 -1
- package/dist/test-harness/utils.d.ts +12 -12
- package/dist/{useGraphAuthKitEnsNames-CDi6JfKh.js → useGraphAuthKitEnsNames-BuKZPF61.js} +1 -1
- package/dist/{utils-C7kgcEdG.js → utils-BlEWHjUr.js} +5 -5
- package/package.json +22 -22
package/dist/client.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
48
48
|
};
|
|
49
49
|
rpcUrls: {
|
|
50
50
|
readonly default: {
|
|
51
|
-
readonly http: readonly ["https://
|
|
51
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
52
52
|
};
|
|
53
53
|
};
|
|
54
54
|
sourceId?: number | undefined;
|
|
@@ -198,7 +198,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
198
198
|
};
|
|
199
199
|
rpcUrls: {
|
|
200
200
|
readonly default: {
|
|
201
|
-
readonly http: readonly ["https://
|
|
201
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
sourceId?: number | undefined;
|
|
@@ -351,7 +351,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
351
351
|
};
|
|
352
352
|
rpcUrls: {
|
|
353
353
|
readonly default: {
|
|
354
|
-
readonly http: readonly ["https://
|
|
354
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
355
355
|
};
|
|
356
356
|
};
|
|
357
357
|
sourceId?: number | undefined;
|
|
@@ -504,7 +504,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
504
504
|
};
|
|
505
505
|
rpcUrls: {
|
|
506
506
|
readonly default: {
|
|
507
|
-
readonly http: readonly ["https://
|
|
507
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
508
508
|
};
|
|
509
509
|
};
|
|
510
510
|
sourceId?: number | undefined;
|
|
@@ -633,7 +633,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
633
633
|
} | undefined;
|
|
634
634
|
cacheTime: number;
|
|
635
635
|
ccipRead?: false | {
|
|
636
|
-
request?: (parameters: import('viem').CcipRequestParameters) => Promise
|
|
636
|
+
request?: (parameters: import('viem').CcipRequestParameters) => Promise<import('node_modules/viem/_types/utils/ccip').CcipRequestReturnType>;
|
|
637
637
|
} | undefined;
|
|
638
638
|
chain: {
|
|
639
639
|
graphCliName: string;
|
|
@@ -667,7 +667,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
667
667
|
};
|
|
668
668
|
rpcUrls: {
|
|
669
669
|
readonly default: {
|
|
670
|
-
readonly http: readonly ["https://
|
|
670
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
671
671
|
};
|
|
672
672
|
};
|
|
673
673
|
sourceId?: number | undefined;
|
|
@@ -828,7 +828,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
828
828
|
};
|
|
829
829
|
rpcUrls: {
|
|
830
830
|
readonly default: {
|
|
831
|
-
readonly http: readonly ["https://
|
|
831
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
832
832
|
};
|
|
833
833
|
};
|
|
834
834
|
sourceId?: number | undefined;
|
|
@@ -947,11 +947,165 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
947
947
|
formatters?: undefined;
|
|
948
948
|
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
949
949
|
}>) => Promise<import('viem').CallReturnType>;
|
|
950
|
+
createAccessList: (parameters: import('viem/actions').CreateAccessListParameters<{
|
|
951
|
+
graphCliName: string;
|
|
952
|
+
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
953
|
+
blockExplorers: {
|
|
954
|
+
readonly default: {
|
|
955
|
+
readonly name: "Etherscan";
|
|
956
|
+
readonly url: "https://etherscan.io";
|
|
957
|
+
readonly apiUrl: "https://api.etherscan.io/api";
|
|
958
|
+
};
|
|
959
|
+
};
|
|
960
|
+
contracts: {
|
|
961
|
+
readonly ensRegistry: {
|
|
962
|
+
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
963
|
+
};
|
|
964
|
+
readonly ensUniversalResolver: {
|
|
965
|
+
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
966
|
+
readonly blockCreated: 19258213;
|
|
967
|
+
};
|
|
968
|
+
readonly multicall3: {
|
|
969
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
970
|
+
readonly blockCreated: 14353601;
|
|
971
|
+
};
|
|
972
|
+
};
|
|
973
|
+
id: 1;
|
|
974
|
+
name: "Ethereum";
|
|
975
|
+
nativeCurrency: {
|
|
976
|
+
readonly name: "Ether";
|
|
977
|
+
readonly symbol: "ETH";
|
|
978
|
+
readonly decimals: 18;
|
|
979
|
+
};
|
|
980
|
+
rpcUrls: {
|
|
981
|
+
readonly default: {
|
|
982
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
983
|
+
};
|
|
984
|
+
};
|
|
985
|
+
sourceId?: number | undefined;
|
|
986
|
+
testnet?: boolean | undefined;
|
|
987
|
+
custom?: Record<string, unknown> | undefined;
|
|
988
|
+
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
989
|
+
formatters?: undefined;
|
|
990
|
+
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
991
|
+
} | {
|
|
992
|
+
graphCliName: string;
|
|
993
|
+
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
994
|
+
blockExplorers: {
|
|
995
|
+
readonly default: {
|
|
996
|
+
readonly name: "Etherscan";
|
|
997
|
+
readonly url: "https://sepolia.etherscan.io";
|
|
998
|
+
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
999
|
+
};
|
|
1000
|
+
};
|
|
1001
|
+
contracts: {
|
|
1002
|
+
readonly multicall3: {
|
|
1003
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1004
|
+
readonly blockCreated: 751532;
|
|
1005
|
+
};
|
|
1006
|
+
readonly ensRegistry: {
|
|
1007
|
+
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1008
|
+
};
|
|
1009
|
+
readonly ensUniversalResolver: {
|
|
1010
|
+
readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
|
|
1011
|
+
readonly blockCreated: 5317080;
|
|
1012
|
+
};
|
|
1013
|
+
};
|
|
1014
|
+
id: 11155111;
|
|
1015
|
+
name: "Sepolia";
|
|
1016
|
+
nativeCurrency: {
|
|
1017
|
+
readonly name: "Sepolia Ether";
|
|
1018
|
+
readonly symbol: "ETH";
|
|
1019
|
+
readonly decimals: 18;
|
|
1020
|
+
};
|
|
1021
|
+
rpcUrls: {
|
|
1022
|
+
readonly default: {
|
|
1023
|
+
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1026
|
+
sourceId?: number | undefined;
|
|
1027
|
+
testnet: true;
|
|
1028
|
+
custom?: Record<string, unknown> | undefined;
|
|
1029
|
+
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1030
|
+
formatters?: undefined;
|
|
1031
|
+
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
1032
|
+
} | {
|
|
1033
|
+
graphCliName: string;
|
|
1034
|
+
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
1035
|
+
blockExplorers: {
|
|
1036
|
+
readonly default: {
|
|
1037
|
+
readonly name: "Arbiscan";
|
|
1038
|
+
readonly url: "https://arbiscan.io";
|
|
1039
|
+
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
1040
|
+
};
|
|
1041
|
+
};
|
|
1042
|
+
contracts: {
|
|
1043
|
+
readonly multicall3: {
|
|
1044
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1045
|
+
readonly blockCreated: 7654707;
|
|
1046
|
+
};
|
|
1047
|
+
};
|
|
1048
|
+
id: 42161;
|
|
1049
|
+
name: "Arbitrum One";
|
|
1050
|
+
nativeCurrency: {
|
|
1051
|
+
readonly name: "Ether";
|
|
1052
|
+
readonly symbol: "ETH";
|
|
1053
|
+
readonly decimals: 18;
|
|
1054
|
+
};
|
|
1055
|
+
rpcUrls: {
|
|
1056
|
+
readonly default: {
|
|
1057
|
+
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
1058
|
+
};
|
|
1059
|
+
};
|
|
1060
|
+
sourceId?: number | undefined;
|
|
1061
|
+
testnet?: boolean | undefined;
|
|
1062
|
+
custom?: Record<string, unknown> | undefined;
|
|
1063
|
+
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1064
|
+
formatters?: undefined;
|
|
1065
|
+
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
1066
|
+
} | {
|
|
1067
|
+
graphCliName: string;
|
|
1068
|
+
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
1069
|
+
blockExplorers: {
|
|
1070
|
+
readonly default: {
|
|
1071
|
+
readonly name: "Arbiscan";
|
|
1072
|
+
readonly url: "https://sepolia.arbiscan.io";
|
|
1073
|
+
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
1074
|
+
};
|
|
1075
|
+
};
|
|
1076
|
+
contracts: {
|
|
1077
|
+
readonly multicall3: {
|
|
1078
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1079
|
+
readonly blockCreated: 81930;
|
|
1080
|
+
};
|
|
1081
|
+
};
|
|
1082
|
+
id: 421614;
|
|
1083
|
+
name: "Arbitrum Sepolia";
|
|
1084
|
+
nativeCurrency: {
|
|
1085
|
+
readonly name: "Arbitrum Sepolia Ether";
|
|
1086
|
+
readonly symbol: "ETH";
|
|
1087
|
+
readonly decimals: 18;
|
|
1088
|
+
};
|
|
1089
|
+
rpcUrls: {
|
|
1090
|
+
readonly default: {
|
|
1091
|
+
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
1092
|
+
};
|
|
1093
|
+
};
|
|
1094
|
+
sourceId?: number | undefined;
|
|
1095
|
+
testnet: true;
|
|
1096
|
+
custom?: Record<string, unknown> | undefined;
|
|
1097
|
+
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1098
|
+
formatters?: undefined;
|
|
1099
|
+
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
1100
|
+
}>) => Promise<{
|
|
1101
|
+
accessList: import('viem').AccessList;
|
|
1102
|
+
gasUsed: bigint;
|
|
1103
|
+
}>;
|
|
950
1104
|
createBlockFilter: () => Promise<import('viem').CreateBlockFilterReturnType>;
|
|
951
|
-
createContractEventFilter: <const abi extends import('
|
|
952
|
-
createEventFilter: <const abiEvent extends import('
|
|
1105
|
+
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>>;
|
|
1106
|
+
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>>;
|
|
953
1107
|
createPendingTransactionFilter: () => Promise<import('viem').CreatePendingTransactionFilterReturnType>;
|
|
954
|
-
estimateContractGas: <chain extends import('viem').Chain | undefined, const abi extends import('
|
|
1108
|
+
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>;
|
|
955
1109
|
estimateGas: (args: import('viem').EstimateGasParameters<{
|
|
956
1110
|
graphCliName: string;
|
|
957
1111
|
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
@@ -984,7 +1138,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
984
1138
|
};
|
|
985
1139
|
rpcUrls: {
|
|
986
1140
|
readonly default: {
|
|
987
|
-
readonly http: readonly ["https://
|
|
1141
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
988
1142
|
};
|
|
989
1143
|
};
|
|
990
1144
|
sourceId?: number | undefined;
|
|
@@ -1117,7 +1271,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1117
1271
|
extraData: import('viem').Hex;
|
|
1118
1272
|
gasLimit: bigint;
|
|
1119
1273
|
gasUsed: bigint;
|
|
1120
|
-
miner: import('
|
|
1274
|
+
miner: import('viem').Address;
|
|
1121
1275
|
mixHash: import('viem').Hash;
|
|
1122
1276
|
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
1123
1277
|
parentHash: import('viem').Hash;
|
|
@@ -1133,10 +1287,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1133
1287
|
withdrawals?: import('viem').Withdrawal[] | undefined | undefined;
|
|
1134
1288
|
withdrawalsRoot?: `0x${string}` | undefined;
|
|
1135
1289
|
transactions: includeTransactions extends true ? ({
|
|
1136
|
-
from: import('
|
|
1290
|
+
from: import('viem').Address;
|
|
1137
1291
|
gas: bigint;
|
|
1138
1292
|
nonce: number;
|
|
1139
|
-
to: import('
|
|
1293
|
+
to: import('viem').Address | null;
|
|
1140
1294
|
type: "legacy";
|
|
1141
1295
|
value: bigint;
|
|
1142
1296
|
r: import('viem').Hex;
|
|
@@ -1158,10 +1312,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1158
1312
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
|
|
1159
1313
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
1160
1314
|
} | {
|
|
1161
|
-
from: import('
|
|
1315
|
+
from: import('viem').Address;
|
|
1162
1316
|
gas: bigint;
|
|
1163
1317
|
nonce: number;
|
|
1164
|
-
to: import('
|
|
1318
|
+
to: import('viem').Address | null;
|
|
1165
1319
|
type: "eip2930";
|
|
1166
1320
|
value: bigint;
|
|
1167
1321
|
r: import('viem').Hex;
|
|
@@ -1183,10 +1337,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1183
1337
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
|
|
1184
1338
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
|
|
1185
1339
|
} | {
|
|
1186
|
-
from: import('
|
|
1340
|
+
from: import('viem').Address;
|
|
1187
1341
|
gas: bigint;
|
|
1188
1342
|
nonce: number;
|
|
1189
|
-
to: import('
|
|
1343
|
+
to: import('viem').Address | null;
|
|
1190
1344
|
type: "eip1559";
|
|
1191
1345
|
value: bigint;
|
|
1192
1346
|
r: import('viem').Hex;
|
|
@@ -1208,10 +1362,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1208
1362
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
|
|
1209
1363
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
|
|
1210
1364
|
} | {
|
|
1211
|
-
from: import('
|
|
1365
|
+
from: import('viem').Address;
|
|
1212
1366
|
gas: bigint;
|
|
1213
1367
|
nonce: number;
|
|
1214
|
-
to: import('
|
|
1368
|
+
to: import('viem').Address | null;
|
|
1215
1369
|
type: "eip4844";
|
|
1216
1370
|
value: bigint;
|
|
1217
1371
|
r: import('viem').Hex;
|
|
@@ -1233,10 +1387,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1233
1387
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
|
|
1234
1388
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
|
|
1235
1389
|
} | {
|
|
1236
|
-
from: import('
|
|
1390
|
+
from: import('viem').Address;
|
|
1237
1391
|
gas: bigint;
|
|
1238
1392
|
nonce: number;
|
|
1239
|
-
to: import('
|
|
1393
|
+
to: import('viem').Address | null;
|
|
1240
1394
|
type: "eip7702";
|
|
1241
1395
|
value: bigint;
|
|
1242
1396
|
r: import('viem').Hex;
|
|
@@ -1264,7 +1418,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1264
1418
|
getBytecode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
|
|
1265
1419
|
getChainId: () => Promise<import('viem').GetChainIdReturnType>;
|
|
1266
1420
|
getCode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
|
|
1267
|
-
getContractEvents: <const abi extends import('
|
|
1421
|
+
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>>;
|
|
1268
1422
|
getEip712Domain: (args: import('viem').GetEip712DomainParameters) => Promise<import('viem').GetEip712DomainReturnType>;
|
|
1269
1423
|
getEnsAddress: (args: import('viem').GetEnsAddressParameters) => Promise<import('viem').GetEnsAddressReturnType>;
|
|
1270
1424
|
getEnsAvatar: (args: import('viem').GetEnsAvatarParameters) => Promise<import('viem').GetEnsAvatarReturnType>;
|
|
@@ -1304,7 +1458,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1304
1458
|
};
|
|
1305
1459
|
rpcUrls: {
|
|
1306
1460
|
readonly default: {
|
|
1307
|
-
readonly http: readonly ["https://
|
|
1461
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
1308
1462
|
};
|
|
1309
1463
|
};
|
|
1310
1464
|
sourceId?: number | undefined;
|
|
@@ -1423,20 +1577,20 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1423
1577
|
formatters?: undefined;
|
|
1424
1578
|
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
1425
1579
|
}, chainOverride, type> | undefined) => Promise<import('viem').EstimateFeesPerGasReturnType<type>>;
|
|
1426
|
-
getFilterChanges: <filterType extends import('viem').FilterType, const abi extends import('
|
|
1427
|
-
getFilterLogs: <const abi extends import('
|
|
1580
|
+
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>>;
|
|
1581
|
+
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>>;
|
|
1428
1582
|
getGasPrice: () => Promise<import('viem').GetGasPriceReturnType>;
|
|
1429
|
-
getLogs: <const abiEvent extends import('
|
|
1583
|
+
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>>;
|
|
1430
1584
|
getProof: (args: import('viem').GetProofParameters) => Promise<import('viem').GetProofReturnType>;
|
|
1431
1585
|
estimateMaxPriorityFeePerGas: <chainOverride extends import('viem').Chain | undefined = undefined>(args?: {
|
|
1432
1586
|
chain?: chainOverride | null | undefined;
|
|
1433
1587
|
} | undefined) => Promise<import('viem').EstimateMaxPriorityFeePerGasReturnType>;
|
|
1434
1588
|
getStorageAt: (args: import('viem').GetStorageAtParameters) => Promise<import('viem').GetStorageAtReturnType>;
|
|
1435
1589
|
getTransaction: <blockTag extends import('viem').BlockTag = "latest">(args: import('viem').GetTransactionParameters<blockTag>) => Promise<{
|
|
1436
|
-
from: import('
|
|
1590
|
+
from: import('viem').Address;
|
|
1437
1591
|
gas: bigint;
|
|
1438
1592
|
nonce: number;
|
|
1439
|
-
to: import('
|
|
1593
|
+
to: import('viem').Address | null;
|
|
1440
1594
|
type: "legacy";
|
|
1441
1595
|
value: bigint;
|
|
1442
1596
|
r: import('viem').Hex;
|
|
@@ -1458,10 +1612,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1458
1612
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
|
|
1459
1613
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
|
|
1460
1614
|
} | {
|
|
1461
|
-
from: import('
|
|
1615
|
+
from: import('viem').Address;
|
|
1462
1616
|
gas: bigint;
|
|
1463
1617
|
nonce: number;
|
|
1464
|
-
to: import('
|
|
1618
|
+
to: import('viem').Address | null;
|
|
1465
1619
|
type: "eip2930";
|
|
1466
1620
|
value: bigint;
|
|
1467
1621
|
r: import('viem').Hex;
|
|
@@ -1483,10 +1637,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1483
1637
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
|
|
1484
1638
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
|
|
1485
1639
|
} | {
|
|
1486
|
-
from: import('
|
|
1640
|
+
from: import('viem').Address;
|
|
1487
1641
|
gas: bigint;
|
|
1488
1642
|
nonce: number;
|
|
1489
|
-
to: import('
|
|
1643
|
+
to: import('viem').Address | null;
|
|
1490
1644
|
type: "eip1559";
|
|
1491
1645
|
value: bigint;
|
|
1492
1646
|
r: import('viem').Hex;
|
|
@@ -1508,10 +1662,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1508
1662
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
|
|
1509
1663
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
|
|
1510
1664
|
} | {
|
|
1511
|
-
from: import('
|
|
1665
|
+
from: import('viem').Address;
|
|
1512
1666
|
gas: bigint;
|
|
1513
1667
|
nonce: number;
|
|
1514
|
-
to: import('
|
|
1668
|
+
to: import('viem').Address | null;
|
|
1515
1669
|
type: "eip4844";
|
|
1516
1670
|
value: bigint;
|
|
1517
1671
|
r: import('viem').Hex;
|
|
@@ -1533,10 +1687,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1533
1687
|
blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
|
|
1534
1688
|
transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
|
|
1535
1689
|
} | {
|
|
1536
|
-
from: import('
|
|
1690
|
+
from: import('viem').Address;
|
|
1537
1691
|
gas: bigint;
|
|
1538
1692
|
nonce: number;
|
|
1539
|
-
to: import('
|
|
1693
|
+
to: import('viem').Address | null;
|
|
1540
1694
|
type: "eip7702";
|
|
1541
1695
|
value: bigint;
|
|
1542
1696
|
r: import('viem').Hex;
|
|
@@ -1590,7 +1744,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1590
1744
|
};
|
|
1591
1745
|
rpcUrls: {
|
|
1592
1746
|
readonly default: {
|
|
1593
|
-
readonly http: readonly ["https://
|
|
1747
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
1594
1748
|
};
|
|
1595
1749
|
};
|
|
1596
1750
|
sourceId?: number | undefined;
|
|
@@ -1744,7 +1898,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1744
1898
|
};
|
|
1745
1899
|
rpcUrls: {
|
|
1746
1900
|
readonly default: {
|
|
1747
|
-
readonly http: readonly ["https://
|
|
1901
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
1748
1902
|
};
|
|
1749
1903
|
};
|
|
1750
1904
|
sourceId?: number | undefined;
|
|
@@ -1862,7 +2016,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1862
2016
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1863
2017
|
formatters?: undefined;
|
|
1864
2018
|
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
1865
|
-
}, chainOverride>, chainOverride extends import('viem').Chain | undefined = undefined, accountOverride extends import('viem').Account | import('
|
|
2019
|
+
}, chainOverride>, chainOverride extends import('viem').Chain | undefined = undefined, accountOverride extends import('viem').Account | import('viem').Address | undefined = undefined>(args: import('viem').PrepareTransactionRequestParameters<{
|
|
1866
2020
|
graphCliName: string;
|
|
1867
2021
|
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
1868
2022
|
blockExplorers: {
|
|
@@ -1894,7 +2048,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1894
2048
|
};
|
|
1895
2049
|
rpcUrls: {
|
|
1896
2050
|
readonly default: {
|
|
1897
|
-
readonly http: readonly ["https://
|
|
2051
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
1898
2052
|
};
|
|
1899
2053
|
};
|
|
1900
2054
|
sourceId?: number | undefined;
|
|
@@ -2044,7 +2198,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2044
2198
|
};
|
|
2045
2199
|
rpcUrls: {
|
|
2046
2200
|
readonly default: {
|
|
2047
|
-
readonly http: readonly ["https://
|
|
2201
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
2048
2202
|
};
|
|
2049
2203
|
};
|
|
2050
2204
|
sourceId?: number | undefined;
|
|
@@ -2194,7 +2348,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2194
2348
|
};
|
|
2195
2349
|
rpcUrls: {
|
|
2196
2350
|
readonly default: {
|
|
2197
|
-
readonly http: readonly ["https://
|
|
2351
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
2198
2352
|
};
|
|
2199
2353
|
};
|
|
2200
2354
|
sourceId?: number | undefined;
|
|
@@ -2344,7 +2498,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2344
2498
|
};
|
|
2345
2499
|
rpcUrls: {
|
|
2346
2500
|
readonly default: {
|
|
2347
|
-
readonly http: readonly ["https://
|
|
2501
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
2348
2502
|
};
|
|
2349
2503
|
};
|
|
2350
2504
|
sourceId?: number | undefined;
|
|
@@ -2468,7 +2622,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2468
2622
|
chain?: undefined;
|
|
2469
2623
|
} : 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 ? {
|
|
2470
2624
|
account: T_15;
|
|
2471
|
-
from: import('
|
|
2625
|
+
from: import('viem').Address;
|
|
2472
2626
|
} : {
|
|
2473
2627
|
account?: undefined;
|
|
2474
2628
|
from?: undefined;
|
|
@@ -5746,7 +5900,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5746
5900
|
};
|
|
5747
5901
|
rpcUrls: {
|
|
5748
5902
|
readonly default: {
|
|
5749
|
-
readonly http: readonly ["https://
|
|
5903
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
5750
5904
|
};
|
|
5751
5905
|
};
|
|
5752
5906
|
sourceId?: number | undefined;
|
|
@@ -5896,7 +6050,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5896
6050
|
};
|
|
5897
6051
|
rpcUrls: {
|
|
5898
6052
|
readonly default: {
|
|
5899
|
-
readonly http: readonly ["https://
|
|
6053
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
5900
6054
|
};
|
|
5901
6055
|
};
|
|
5902
6056
|
sourceId?: number | undefined;
|
|
@@ -6046,7 +6200,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6046
6200
|
};
|
|
6047
6201
|
rpcUrls: {
|
|
6048
6202
|
readonly default: {
|
|
6049
|
-
readonly http: readonly ["https://
|
|
6203
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
6050
6204
|
};
|
|
6051
6205
|
};
|
|
6052
6206
|
sourceId?: number | undefined;
|
|
@@ -6170,7 +6324,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6170
6324
|
chain?: undefined;
|
|
6171
6325
|
} : 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 ? {
|
|
6172
6326
|
account: T_2;
|
|
6173
|
-
from: import('
|
|
6327
|
+
from: import('viem').Address;
|
|
6174
6328
|
} : {
|
|
6175
6329
|
account?: undefined;
|
|
6176
6330
|
from?: undefined;
|
|
@@ -9417,9 +9571,10 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9417
9571
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import('viem').TransactionRequestEIP7702 : never : never : never)>> & {
|
|
9418
9572
|
chainId?: number | undefined;
|
|
9419
9573
|
}, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
|
|
9420
|
-
readContract: <const abi extends import('
|
|
9574
|
+
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>>;
|
|
9421
9575
|
sendRawTransaction: (args: import('viem').SendRawTransactionParameters) => Promise<import('viem').SendRawTransactionReturnType>;
|
|
9422
|
-
|
|
9576
|
+
simulate: <const calls extends readonly unknown[]>(args: import('viem/actions').SimulateParameters<calls>) => Promise<import('viem/actions').SimulateReturnType<calls>>;
|
|
9577
|
+
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, {
|
|
9423
9578
|
graphCliName: string;
|
|
9424
9579
|
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
9425
9580
|
blockExplorers: {
|
|
@@ -9451,7 +9606,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9451
9606
|
};
|
|
9452
9607
|
rpcUrls: {
|
|
9453
9608
|
readonly default: {
|
|
9454
|
-
readonly http: readonly ["https://
|
|
9609
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
9455
9610
|
};
|
|
9456
9611
|
};
|
|
9457
9612
|
sourceId?: number | undefined;
|
|
@@ -9601,7 +9756,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9601
9756
|
};
|
|
9602
9757
|
rpcUrls: {
|
|
9603
9758
|
readonly default: {
|
|
9604
|
-
readonly http: readonly ["https://
|
|
9759
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
9605
9760
|
};
|
|
9606
9761
|
};
|
|
9607
9762
|
sourceId?: number | undefined;
|
|
@@ -9721,17 +9876,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9721
9876
|
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
9722
9877
|
}, import('viem').Account | undefined, chainOverride, accountOverride>>;
|
|
9723
9878
|
verifyMessage: (args: import('viem').VerifyMessageActionParameters) => Promise<import('viem').VerifyMessageActionReturnType>;
|
|
9724
|
-
verifySiweMessage: (args:
|
|
9725
|
-
blockNumber?: bigint | undefined | undefined;
|
|
9726
|
-
blockTag?: import('viem').BlockTag | undefined;
|
|
9727
|
-
nonce?: string | undefined | undefined;
|
|
9728
|
-
address?: string | undefined;
|
|
9729
|
-
domain?: string | undefined | undefined;
|
|
9730
|
-
scheme?: string | undefined | undefined;
|
|
9731
|
-
time?: Date | undefined;
|
|
9732
|
-
message: string;
|
|
9733
|
-
signature: import('viem').Hex;
|
|
9734
|
-
}) => Promise<boolean>;
|
|
9879
|
+
verifySiweMessage: (args: import('node_modules/viem/_types/actions/siwe/verifySiweMessage').VerifySiweMessageParameters) => Promise<import('node_modules/viem/_types/actions/siwe/verifySiweMessage').VerifySiweMessageReturnType>;
|
|
9735
9880
|
verifyTypedData: (args: import('viem').VerifyTypedDataActionParameters) => Promise<import('viem').VerifyTypedDataActionReturnType>;
|
|
9736
9881
|
uninstallFilter: (args: import('viem').UninstallFilterParameters) => Promise<import('viem').UninstallFilterReturnType>;
|
|
9737
9882
|
waitForTransactionReceipt: (args: import('viem').WaitForTransactionReceiptParameters<{
|
|
@@ -9766,7 +9911,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9766
9911
|
};
|
|
9767
9912
|
rpcUrls: {
|
|
9768
9913
|
readonly default: {
|
|
9769
|
-
readonly http: readonly ["https://
|
|
9914
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
9770
9915
|
};
|
|
9771
9916
|
};
|
|
9772
9917
|
sourceId?: number | undefined;
|
|
@@ -9918,7 +10063,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9918
10063
|
};
|
|
9919
10064
|
rpcUrls: {
|
|
9920
10065
|
readonly default: {
|
|
9921
|
-
readonly http: readonly ["https://
|
|
10066
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
9922
10067
|
};
|
|
9923
10068
|
};
|
|
9924
10069
|
sourceId?: number | undefined;
|
|
@@ -10037,8 +10182,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10037
10182
|
formatters?: undefined;
|
|
10038
10183
|
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
10039
10184
|
}, includeTransactions, blockTag>) => import('viem').WatchBlocksReturnType;
|
|
10040
|
-
watchContractEvent: <const abi extends import('
|
|
10041
|
-
watchEvent: <const abiEvent extends import('
|
|
10185
|
+
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;
|
|
10186
|
+
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;
|
|
10042
10187
|
watchPendingTransactions: (args: import('viem').WatchPendingTransactionsParameters<HttpTransport>) => import('viem').WatchPendingTransactionsReturnType;
|
|
10043
10188
|
extend: <const client extends {
|
|
10044
10189
|
[x: string]: unknown;
|
|
@@ -10086,7 +10231,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10086
10231
|
};
|
|
10087
10232
|
rpcUrls: {
|
|
10088
10233
|
readonly default: {
|
|
10089
|
-
readonly http: readonly ["https://
|
|
10234
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
10090
10235
|
};
|
|
10091
10236
|
};
|
|
10092
10237
|
sourceId?: number | undefined;
|
|
@@ -10236,7 +10381,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10236
10381
|
};
|
|
10237
10382
|
rpcUrls: {
|
|
10238
10383
|
readonly default: {
|
|
10239
|
-
readonly http: readonly ["https://
|
|
10384
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
10240
10385
|
};
|
|
10241
10386
|
};
|
|
10242
10387
|
sourceId?: number | undefined;
|
|
@@ -10386,7 +10531,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10386
10531
|
};
|
|
10387
10532
|
rpcUrls: {
|
|
10388
10533
|
readonly default: {
|
|
10389
|
-
readonly http: readonly ["https://
|
|
10534
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
10390
10535
|
};
|
|
10391
10536
|
};
|
|
10392
10537
|
sourceId?: number | undefined;
|
|
@@ -10536,7 +10681,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10536
10681
|
};
|
|
10537
10682
|
rpcUrls: {
|
|
10538
10683
|
readonly default: {
|
|
10539
|
-
readonly http: readonly ["https://
|
|
10684
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
10540
10685
|
};
|
|
10541
10686
|
};
|
|
10542
10687
|
sourceId?: number | undefined;
|
|
@@ -10686,7 +10831,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10686
10831
|
};
|
|
10687
10832
|
rpcUrls: {
|
|
10688
10833
|
readonly default: {
|
|
10689
|
-
readonly http: readonly ["https://
|
|
10834
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
10690
10835
|
};
|
|
10691
10836
|
};
|
|
10692
10837
|
sourceId?: number | undefined;
|
|
@@ -10836,7 +10981,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10836
10981
|
};
|
|
10837
10982
|
rpcUrls: {
|
|
10838
10983
|
readonly default: {
|
|
10839
|
-
readonly http: readonly ["https://
|
|
10984
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
10840
10985
|
};
|
|
10841
10986
|
};
|
|
10842
10987
|
sourceId?: number | undefined;
|
|
@@ -10992,7 +11137,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
10992
11137
|
};
|
|
10993
11138
|
rpcUrls: {
|
|
10994
11139
|
readonly default: {
|
|
10995
|
-
readonly http: readonly ["https://
|
|
11140
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
10996
11141
|
};
|
|
10997
11142
|
};
|
|
10998
11143
|
sourceId?: number | undefined;
|
|
@@ -11142,7 +11287,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11142
11287
|
};
|
|
11143
11288
|
rpcUrls: {
|
|
11144
11289
|
readonly default: {
|
|
11145
|
-
readonly http: readonly ["https://
|
|
11290
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
11146
11291
|
};
|
|
11147
11292
|
};
|
|
11148
11293
|
sourceId?: number | undefined;
|
|
@@ -11295,7 +11440,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11295
11440
|
};
|
|
11296
11441
|
rpcUrls: {
|
|
11297
11442
|
readonly default: {
|
|
11298
|
-
readonly http: readonly ["https://
|
|
11443
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
11299
11444
|
};
|
|
11300
11445
|
};
|
|
11301
11446
|
sourceId?: number | undefined;
|
|
@@ -11448,7 +11593,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11448
11593
|
};
|
|
11449
11594
|
rpcUrls: {
|
|
11450
11595
|
readonly default: {
|
|
11451
|
-
readonly http: readonly ["https://
|
|
11596
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
11452
11597
|
};
|
|
11453
11598
|
};
|
|
11454
11599
|
sourceId?: number | undefined;
|
|
@@ -11576,7 +11721,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11576
11721
|
} | undefined;
|
|
11577
11722
|
cacheTime: number;
|
|
11578
11723
|
ccipRead?: false | {
|
|
11579
|
-
request?: (parameters: import('viem').CcipRequestParameters) => Promise
|
|
11724
|
+
request?: (parameters: import('viem').CcipRequestParameters) => Promise<import('node_modules/viem/_types/utils/ccip').CcipRequestReturnType>;
|
|
11580
11725
|
} | undefined;
|
|
11581
11726
|
chain: {
|
|
11582
11727
|
graphCliName: string;
|
|
@@ -11610,7 +11755,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11610
11755
|
};
|
|
11611
11756
|
rpcUrls: {
|
|
11612
11757
|
readonly default: {
|
|
11613
|
-
readonly http: readonly ["https://
|
|
11758
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
11614
11759
|
};
|
|
11615
11760
|
};
|
|
11616
11761
|
sourceId?: number | undefined;
|
|
@@ -11764,6 +11909,13 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11764
11909
|
Method: "eth_call";
|
|
11765
11910
|
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];
|
|
11766
11911
|
ReturnType: import('viem').Hex;
|
|
11912
|
+
}, {
|
|
11913
|
+
Method: "eth_createAccessList";
|
|
11914
|
+
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];
|
|
11915
|
+
ReturnType: {
|
|
11916
|
+
accessList: import('viem').AccessList;
|
|
11917
|
+
gasUsed: import('viem').Quantity;
|
|
11918
|
+
};
|
|
11767
11919
|
}, {
|
|
11768
11920
|
Method: "eth_chainId";
|
|
11769
11921
|
Parameters?: undefined;
|
|
@@ -11771,7 +11923,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11771
11923
|
}, {
|
|
11772
11924
|
Method: "eth_coinbase";
|
|
11773
11925
|
Parameters?: undefined;
|
|
11774
|
-
ReturnType: import('
|
|
11926
|
+
ReturnType: import('viem').Address;
|
|
11775
11927
|
}, {
|
|
11776
11928
|
Method: "eth_estimateGas";
|
|
11777
11929
|
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];
|
|
@@ -11786,7 +11938,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11786
11938
|
ReturnType: import('viem').Quantity;
|
|
11787
11939
|
}, {
|
|
11788
11940
|
Method: "eth_getBalance";
|
|
11789
|
-
Parameters: [address: import('
|
|
11941
|
+
Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
|
|
11790
11942
|
ReturnType: import('viem').Quantity;
|
|
11791
11943
|
}, {
|
|
11792
11944
|
Method: "eth_getBlockByHash";
|
|
@@ -11806,7 +11958,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11806
11958
|
ReturnType: import('viem').Quantity;
|
|
11807
11959
|
}, {
|
|
11808
11960
|
Method: "eth_getCode";
|
|
11809
|
-
Parameters: [address: import('
|
|
11961
|
+
Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
|
|
11810
11962
|
ReturnType: import('viem').Hex;
|
|
11811
11963
|
}, {
|
|
11812
11964
|
Method: "eth_getFilterChanges";
|
|
@@ -11819,7 +11971,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11819
11971
|
}, {
|
|
11820
11972
|
Method: "eth_getLogs";
|
|
11821
11973
|
Parameters: [{
|
|
11822
|
-
address?: import('
|
|
11974
|
+
address?: import('viem').Address | import('viem').Address[] | undefined;
|
|
11823
11975
|
topics?: import('viem').LogTopic[] | undefined;
|
|
11824
11976
|
} & ({
|
|
11825
11977
|
fromBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
|
|
@@ -11833,11 +11985,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11833
11985
|
ReturnType: import('viem').RpcLog[];
|
|
11834
11986
|
}, {
|
|
11835
11987
|
Method: "eth_getProof";
|
|
11836
|
-
Parameters: [address: import('
|
|
11988
|
+
Parameters: [address: import('viem').Address, storageKeys: import('viem').Hash[], block: import('viem').RpcBlockNumber | import('viem').BlockTag];
|
|
11837
11989
|
ReturnType: import('viem').RpcProof;
|
|
11838
11990
|
}, {
|
|
11839
11991
|
Method: "eth_getStorageAt";
|
|
11840
|
-
Parameters: [address: import('
|
|
11992
|
+
Parameters: [address: import('viem').Address, index: import('viem').Quantity, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
|
|
11841
11993
|
ReturnType: import('viem').Hex;
|
|
11842
11994
|
}, {
|
|
11843
11995
|
Method: "eth_getTransactionByBlockHashAndIndex";
|
|
@@ -11853,7 +12005,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11853
12005
|
ReturnType: import('viem').RpcTransaction | null;
|
|
11854
12006
|
}, {
|
|
11855
12007
|
Method: "eth_getTransactionCount";
|
|
11856
|
-
Parameters: [address: import('
|
|
12008
|
+
Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
|
|
11857
12009
|
ReturnType: import('viem').Quantity;
|
|
11858
12010
|
}, {
|
|
11859
12011
|
Method: "eth_getTransactionReceipt";
|
|
@@ -11888,7 +12040,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11888
12040
|
Parameters: [filter: {
|
|
11889
12041
|
fromBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
|
|
11890
12042
|
toBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
|
|
11891
|
-
address?: import('
|
|
12043
|
+
address?: import('viem').Address | import('viem').Address[] | undefined;
|
|
11892
12044
|
topics?: import('viem').LogTopic[] | undefined;
|
|
11893
12045
|
}];
|
|
11894
12046
|
ReturnType: import('viem').Quantity;
|
|
@@ -11904,6 +12056,31 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11904
12056
|
Method: "eth_sendRawTransaction";
|
|
11905
12057
|
Parameters: [signedTransaction: import('viem').Hex];
|
|
11906
12058
|
ReturnType: import('viem').Hash;
|
|
12059
|
+
}, {
|
|
12060
|
+
Method: "eth_simulateV1";
|
|
12061
|
+
Parameters: [{
|
|
12062
|
+
blockStateCalls: readonly {
|
|
12063
|
+
blockOverrides?: import('viem').RpcBlockOverrides | undefined;
|
|
12064
|
+
calls?: readonly import('viem').ExactPartial<import('viem').RpcTransactionRequest>[] | undefined;
|
|
12065
|
+
stateOverrides?: import('viem').RpcStateOverride | undefined;
|
|
12066
|
+
}[];
|
|
12067
|
+
returnFullTransactions?: boolean | undefined;
|
|
12068
|
+
traceTransfers?: boolean | undefined;
|
|
12069
|
+
validation?: boolean | undefined;
|
|
12070
|
+
}, import('viem').RpcBlockNumber | import('viem').BlockTag];
|
|
12071
|
+
ReturnType: readonly (import('viem').RpcBlock & {
|
|
12072
|
+
calls: readonly {
|
|
12073
|
+
error?: {
|
|
12074
|
+
data?: import('viem').Hex | undefined;
|
|
12075
|
+
code: number;
|
|
12076
|
+
message: string;
|
|
12077
|
+
} | undefined;
|
|
12078
|
+
logs?: readonly import('viem').RpcLog[] | undefined;
|
|
12079
|
+
gasUsed: import('viem').Hex;
|
|
12080
|
+
returnData: import('viem').Hex;
|
|
12081
|
+
status: import('viem').Hex;
|
|
12082
|
+
}[];
|
|
12083
|
+
})[];
|
|
11907
12084
|
}, {
|
|
11908
12085
|
Method: "eth_uninstallFilter";
|
|
11909
12086
|
Parameters: [filterId: import('viem').Quantity];
|
|
@@ -11911,7 +12088,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11911
12088
|
}, {
|
|
11912
12089
|
Method: "eth_accounts";
|
|
11913
12090
|
Parameters?: undefined;
|
|
11914
|
-
ReturnType: import('
|
|
12091
|
+
ReturnType: import('viem').Address[];
|
|
11915
12092
|
}, {
|
|
11916
12093
|
Method: "eth_chainId";
|
|
11917
12094
|
Parameters?: undefined;
|
|
@@ -11923,7 +12100,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11923
12100
|
}, {
|
|
11924
12101
|
Method: "eth_requestAccounts";
|
|
11925
12102
|
Parameters?: undefined;
|
|
11926
|
-
ReturnType: import('
|
|
12103
|
+
ReturnType: import('viem').Address[];
|
|
11927
12104
|
}, {
|
|
11928
12105
|
Method: "eth_sendTransaction";
|
|
11929
12106
|
Parameters: [transaction: import('viem').RpcTransactionRequest];
|
|
@@ -11934,7 +12111,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11934
12111
|
ReturnType: import('viem').Hash;
|
|
11935
12112
|
}, {
|
|
11936
12113
|
Method: "eth_sign";
|
|
11937
|
-
Parameters: [address: import('
|
|
12114
|
+
Parameters: [address: import('viem').Address, data: import('viem').Hex];
|
|
11938
12115
|
ReturnType: import('viem').Hex;
|
|
11939
12116
|
}, {
|
|
11940
12117
|
Method: "eth_signTransaction";
|
|
@@ -11942,7 +12119,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11942
12119
|
ReturnType: import('viem').Hex;
|
|
11943
12120
|
}, {
|
|
11944
12121
|
Method: "eth_signTypedData_v4";
|
|
11945
|
-
Parameters: [address: import('
|
|
12122
|
+
Parameters: [address: import('viem').Address, message: string];
|
|
11946
12123
|
ReturnType: import('viem').Hex;
|
|
11947
12124
|
}, {
|
|
11948
12125
|
Method: "eth_syncing";
|
|
@@ -11950,7 +12127,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11950
12127
|
ReturnType: import('viem').NetworkSync | false;
|
|
11951
12128
|
}, {
|
|
11952
12129
|
Method: "personal_sign";
|
|
11953
|
-
Parameters: [data: import('viem').Hex, address: import('
|
|
12130
|
+
Parameters: [data: import('viem').Hex, address: import('viem').Address];
|
|
11954
12131
|
ReturnType: import('viem').Hex;
|
|
11955
12132
|
}, {
|
|
11956
12133
|
Method: "wallet_addEthereumChain";
|
|
@@ -11962,7 +12139,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11962
12139
|
ReturnType: import('viem').WalletGetCallsStatusReturnType;
|
|
11963
12140
|
}, {
|
|
11964
12141
|
Method: "wallet_getCapabilities";
|
|
11965
|
-
Parameters?: [import('
|
|
12142
|
+
Parameters?: [import('viem').Address];
|
|
11966
12143
|
ReturnType: import('viem').Prettify<import('viem').WalletCapabilitiesRecord>;
|
|
11967
12144
|
}, {
|
|
11968
12145
|
Method: "wallet_getPermissions";
|
|
@@ -12012,7 +12189,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12012
12189
|
ReturnType: import('viem').Hex;
|
|
12013
12190
|
}, {
|
|
12014
12191
|
Method: "eth_estimateUserOperationGas";
|
|
12015
|
-
Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('
|
|
12192
|
+
Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address] | [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address, stateOverrideSet: import('viem').RpcStateOverride];
|
|
12016
12193
|
ReturnType: import('viem').RpcEstimateUserOperationGasReturnType;
|
|
12017
12194
|
}, {
|
|
12018
12195
|
Method: "eth_getUserOperationByHash";
|
|
@@ -12024,19 +12201,19 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12024
12201
|
ReturnType: import('viem').RpcUserOperationReceipt | null;
|
|
12025
12202
|
}, {
|
|
12026
12203
|
Method: "eth_sendUserOperation";
|
|
12027
|
-
Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('
|
|
12204
|
+
Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address];
|
|
12028
12205
|
ReturnType: import('viem').Hash;
|
|
12029
12206
|
}, {
|
|
12030
12207
|
Method: "eth_supportedEntryPoints";
|
|
12031
12208
|
Parameters?: undefined;
|
|
12032
|
-
ReturnType: readonly import('
|
|
12209
|
+
ReturnType: readonly import('viem').Address[];
|
|
12033
12210
|
}, {
|
|
12034
12211
|
Method: "pm_getPaymasterStubData";
|
|
12035
|
-
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('
|
|
12212
|
+
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];
|
|
12036
12213
|
ReturnType: import('viem').OneOf<{
|
|
12037
12214
|
paymasterAndData: import('viem').Hex;
|
|
12038
12215
|
} | {
|
|
12039
|
-
paymaster: import('
|
|
12216
|
+
paymaster: import('viem').Address;
|
|
12040
12217
|
paymasterData: import('viem').Hex;
|
|
12041
12218
|
paymasterVerificationGasLimit: import('viem').Hex;
|
|
12042
12219
|
paymasterPostOpGasLimit: import('viem').Hex;
|
|
@@ -12049,11 +12226,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12049
12226
|
};
|
|
12050
12227
|
}, {
|
|
12051
12228
|
Method: "pm_getPaymasterData";
|
|
12052
|
-
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('
|
|
12229
|
+
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];
|
|
12053
12230
|
ReturnType: import('viem').OneOf<{
|
|
12054
12231
|
paymasterAndData: import('viem').Hex;
|
|
12055
12232
|
} | {
|
|
12056
|
-
paymaster: import('
|
|
12233
|
+
paymaster: import('viem').Address;
|
|
12057
12234
|
paymasterData: import('viem').Hex;
|
|
12058
12235
|
paymasterVerificationGasLimit: import('viem').Hex;
|
|
12059
12236
|
paymasterPostOpGasLimit: import('viem').Hex;
|
|
@@ -12111,7 +12288,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12111
12288
|
};
|
|
12112
12289
|
rpcUrls: {
|
|
12113
12290
|
readonly default: {
|
|
12114
|
-
readonly http: readonly ["https://
|
|
12291
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
12115
12292
|
};
|
|
12116
12293
|
};
|
|
12117
12294
|
sourceId?: number | undefined;
|
|
@@ -12261,7 +12438,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12261
12438
|
};
|
|
12262
12439
|
rpcUrls: {
|
|
12263
12440
|
readonly default: {
|
|
12264
|
-
readonly http: readonly ["https://
|
|
12441
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
12265
12442
|
};
|
|
12266
12443
|
};
|
|
12267
12444
|
sourceId?: number | undefined;
|
|
@@ -12411,7 +12588,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12411
12588
|
};
|
|
12412
12589
|
rpcUrls: {
|
|
12413
12590
|
readonly default: {
|
|
12414
|
-
readonly http: readonly ["https://
|
|
12591
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
12415
12592
|
};
|
|
12416
12593
|
};
|
|
12417
12594
|
sourceId?: number | undefined;
|
|
@@ -12575,7 +12752,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12575
12752
|
};
|
|
12576
12753
|
rpcUrls: {
|
|
12577
12754
|
readonly default: {
|
|
12578
|
-
readonly http: readonly ["https://
|
|
12755
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
12579
12756
|
};
|
|
12580
12757
|
};
|
|
12581
12758
|
sourceId?: number | undefined;
|