viem 2.0.0-alpha.1 → 2.0.0-alpha.2
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/_cjs/{abi.js → abi/index.js} +9 -9
- package/_cjs/abi/index.js.map +1 -0
- package/_cjs/actions/public/estimateFeesPerGas.js +3 -2
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +9 -4
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +21 -0
- package/_cjs/chains/definitions/holesky.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/{utils.js → utils/index.js} +5 -5
- package/_cjs/chains/utils/index.js.map +1 -0
- package/_cjs/{contract.js → contract/index.js} +25 -25
- package/_cjs/contract/index.js.map +1 -0
- package/_cjs/{ens.js → ens/index.js} +9 -9
- package/_cjs/ens/index.js.map +1 -0
- package/_cjs/errors/version.js +1 -1
- package/_cjs/{public.js → public/index.js} +29 -29
- package/_cjs/public/index.js.map +1 -0
- package/_cjs/{test.js → test/index.js} +29 -29
- package/_cjs/test/index.js.map +1 -0
- package/_cjs/types/eip1193.js.map +1 -1
- package/_cjs/utils/rpc.js +6 -3
- package/_cjs/utils/rpc.js.map +1 -1
- package/_cjs/{wallet.js → wallet/index.js} +11 -11
- package/_cjs/wallet/index.js.map +1 -0
- package/_cjs/{window.js → window/index.js} +2 -2
- package/_cjs/window/index.js.map +1 -0
- package/_esm/abi/index.js +7 -0
- package/_esm/abi/index.js.map +1 -0
- package/_esm/actions/public/estimateFeesPerGas.js +3 -2
- package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js +9 -4
- package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_esm/actions/wallet/signTypedData.js.map +1 -1
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/chains/definitions/holesky.js +18 -0
- package/_esm/chains/definitions/holesky.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/utils/index.js +5 -0
- package/_esm/chains/utils/index.js.map +1 -0
- package/_esm/contract/index.js +26 -0
- package/_esm/contract/index.js.map +1 -0
- package/_esm/ens/index.js +9 -0
- package/_esm/ens/index.js.map +1 -0
- package/_esm/errors/version.js +1 -1
- package/_esm/public/index.js +30 -0
- package/_esm/public/index.js.map +1 -0
- package/_esm/test/index.js +30 -0
- package/_esm/test/index.js.map +1 -0
- package/_esm/types/eip1193.js.map +1 -1
- package/_esm/utils/rpc.js +6 -2
- package/_esm/utils/rpc.js.map +1 -1
- package/_esm/wallet/index.js +12 -0
- package/_esm/wallet/index.js.map +1 -0
- package/_esm/window/index.js +2 -0
- package/_esm/window/index.js.map +1 -0
- package/_types/{abi.d.ts → abi/index.d.ts} +5 -5
- package/_types/abi/index.d.ts.map +1 -0
- package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/wallet/signTypedData.d.ts +1 -1
- package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +1 -1
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +50 -50
- package/_types/chains/definitions/base.d.ts +162 -162
- package/_types/chains/definitions/baseGoerli.d.ts +162 -162
- package/_types/chains/definitions/celo.d.ts +165 -165
- package/_types/chains/definitions/celoAlfajores.d.ts +165 -165
- package/_types/chains/definitions/celoCannoli.d.ts +165 -165
- package/_types/chains/definitions/holesky.d.ts +24 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +162 -162
- package/_types/chains/definitions/optimismGoerli.d.ts +162 -162
- package/_types/chains/definitions/zora.d.ts +162 -162
- package/_types/chains/definitions/zoraTestnet.d.ts +162 -162
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/optimism/formatters.d.ts +50 -50
- package/_types/chains/{utils.d.ts → utils/index.d.ts} +7 -7
- package/_types/chains/utils/index.d.ts.map +1 -0
- package/_types/clients/transports/webSocket.d.ts +2 -1
- package/_types/clients/transports/webSocket.d.ts.map +1 -1
- package/_types/{contract.d.ts → contract/index.d.ts} +26 -26
- package/_types/contract/index.d.ts.map +1 -0
- package/_types/ens/index.d.ts +9 -0
- package/_types/ens/index.d.ts.map +1 -0
- package/_types/errors/version.d.ts +1 -1
- package/_types/public/index.d.ts +33 -0
- package/_types/public/index.d.ts.map +1 -0
- package/_types/test/index.d.ts +29 -0
- package/_types/test/index.d.ts.map +1 -0
- package/_types/types/contract.d.ts +1 -1
- package/_types/types/contract.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +2 -2
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/typedData.d.ts +2 -2
- package/_types/types/typedData.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/rpc.d.ts +3 -3
- package/_types/utils/rpc.d.ts.map +1 -1
- package/_types/wallet/index.d.ts +11 -0
- package/_types/wallet/index.d.ts.map +1 -0
- package/_types/window/index.d.ts +2 -0
- package/_types/window/index.d.ts.map +1 -0
- package/{abi.ts → abi/index.ts} +15 -13
- package/abi/package.json +6 -0
- package/accounts/package.json +6 -0
- package/actions/package.json +6 -0
- package/actions/public/estimateFeesPerGas.ts +3 -2
- package/actions/public/waitForTransactionReceipt.ts +13 -4
- package/actions/wallet/signTypedData.ts +4 -2
- package/actions/wallet/writeContract.ts +4 -1
- package/chains/definitions/holesky.ts +18 -0
- package/chains/index.ts +1 -0
- package/chains/package.json +6 -0
- package/chains/{utils.ts → utils/index.ts} +6 -6
- package/chains/utils/package.json +6 -0
- package/clients/package.json +6 -0
- package/clients/transports/webSocket.ts +1 -1
- package/{contract.ts → contract/index.ts} +27 -25
- package/contract/package.json +6 -0
- package/{ens.ts → ens/index.ts} +8 -8
- package/ens/package.json +6 -0
- package/errors/version.ts +1 -1
- package/package.json +35 -34
- package/{public.ts → public/index.ts} +30 -28
- package/public/package.json +6 -0
- package/test/index.ts +85 -0
- package/test/package.json +6 -0
- package/types/contract.ts +1 -1
- package/types/eip1193.ts +5 -3
- package/types/typedData.ts +3 -2
- package/utils/package.json +6 -0
- package/utils/rpc.ts +6 -3
- package/{wallet.ts → wallet/index.ts} +15 -10
- package/wallet/package.json +6 -0
- package/window/index.ts +1 -0
- package/window/package.json +6 -0
- package/_cjs/abi.js.map +0 -1
- package/_cjs/chains/utils.js.map +0 -1
- package/_cjs/contract.js.map +0 -1
- package/_cjs/ens.js.map +0 -1
- package/_cjs/public.js.map +0 -1
- package/_cjs/test.js.map +0 -1
- package/_cjs/wallet.js.map +0 -1
- package/_cjs/window.js.map +0 -1
- package/_esm/abi.js +0 -6
- package/_esm/abi.js.map +0 -1
- package/_esm/chains/utils.js +0 -5
- package/_esm/chains/utils.js.map +0 -1
- package/_esm/contract.js +0 -25
- package/_esm/contract.js.map +0 -1
- package/_esm/ens.js +0 -9
- package/_esm/ens.js.map +0 -1
- package/_esm/public.js +0 -29
- package/_esm/public.js.map +0 -1
- package/_esm/test.js +0 -29
- package/_esm/test.js.map +0 -1
- package/_esm/wallet.js +0 -11
- package/_esm/wallet.js.map +0 -1
- package/_esm/window.js +0 -2
- package/_esm/window.js.map +0 -1
- package/_types/abi.d.ts.map +0 -1
- package/_types/chains/utils.d.ts.map +0 -1
- package/_types/contract.d.ts.map +0 -1
- package/_types/ens.d.ts +0 -9
- package/_types/ens.d.ts.map +0 -1
- package/_types/public.d.ts +0 -33
- package/_types/public.d.ts.map +0 -1
- package/_types/test.d.ts +0 -29
- package/_types/test.d.ts.map +0 -1
- package/_types/wallet.d.ts +0 -11
- package/_types/wallet.d.ts.map +0 -1
- package/_types/window.d.ts +0 -2
- package/_types/window.d.ts.map +0 -1
- package/test.ts +0 -83
- package/window.ts +0 -1
@@ -33,8 +33,8 @@ export declare const zoraTestnet: {
|
|
33
33
|
formatters?: {
|
34
34
|
readonly block: {
|
35
35
|
exclude: [] | undefined;
|
36
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
37
|
-
transactions: `0x${string}`[] | import("../
|
36
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
37
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
38
38
|
}>) => {
|
39
39
|
baseFeePerGas: bigint | null;
|
40
40
|
difficulty: bigint;
|
@@ -55,7 +55,7 @@ export declare const zoraTestnet: {
|
|
55
55
|
stateRoot: `0x${string}`;
|
56
56
|
timestamp: bigint;
|
57
57
|
totalDifficulty: bigint | null;
|
58
|
-
transactions: `0x${string}`[] | import("../
|
58
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
59
59
|
transactionsRoot: `0x${string}`;
|
60
60
|
uncles: `0x${string}`[];
|
61
61
|
} & {};
|
@@ -65,10 +65,14 @@ export declare const zoraTestnet: {
|
|
65
65
|
exclude: [] | undefined;
|
66
66
|
format: (args: ({
|
67
67
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
68
|
+
gas?: `0x${string}` | undefined;
|
69
|
+
value?: `0x${string}` | undefined;
|
70
|
+
gasPrice?: `0x${string}` | undefined;
|
71
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
72
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
68
73
|
blockHash?: `0x${string}` | null | undefined;
|
69
74
|
blockNumber?: `0x${string}` | null | undefined;
|
70
75
|
from?: `0x${string}` | undefined;
|
71
|
-
gas?: `0x${string}` | undefined;
|
72
76
|
hash?: `0x${string}` | undefined;
|
73
77
|
input?: `0x${string}` | undefined;
|
74
78
|
nonce?: `0x${string}` | undefined;
|
@@ -77,10 +81,6 @@ export declare const zoraTestnet: {
|
|
77
81
|
to?: `0x${string}` | null | undefined;
|
78
82
|
transactionIndex?: `0x${string}` | null | undefined;
|
79
83
|
v?: `0x${string}` | undefined;
|
80
|
-
value?: `0x${string}` | undefined;
|
81
|
-
gasPrice?: `0x${string}` | undefined;
|
82
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
83
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
84
84
|
accessList?: undefined;
|
85
85
|
chainId?: `0x${string}` | undefined;
|
86
86
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -89,10 +89,14 @@ export declare const zoraTestnet: {
|
|
89
89
|
sourceHash?: undefined;
|
90
90
|
}) | ({
|
91
91
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
92
|
+
gas?: `0x${string}` | undefined;
|
93
|
+
value?: `0x${string}` | undefined;
|
94
|
+
gasPrice?: `0x${string}` | undefined;
|
95
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
96
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
92
97
|
blockHash?: `0x${string}` | null | undefined;
|
93
98
|
blockNumber?: `0x${string}` | null | undefined;
|
94
99
|
from?: `0x${string}` | undefined;
|
95
|
-
gas?: `0x${string}` | undefined;
|
96
100
|
hash?: `0x${string}` | undefined;
|
97
101
|
input?: `0x${string}` | undefined;
|
98
102
|
nonce?: `0x${string}` | undefined;
|
@@ -101,10 +105,6 @@ export declare const zoraTestnet: {
|
|
101
105
|
to?: `0x${string}` | null | undefined;
|
102
106
|
transactionIndex?: `0x${string}` | null | undefined;
|
103
107
|
v?: `0x${string}` | undefined;
|
104
|
-
value?: `0x${string}` | undefined;
|
105
|
-
gasPrice?: `0x${string}` | undefined;
|
106
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
107
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
108
108
|
accessList?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -114,10 +114,14 @@ export declare const zoraTestnet: {
|
|
114
114
|
type: "0x7e";
|
115
115
|
}) | ({
|
116
116
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
117
|
+
gas?: `0x${string}` | undefined;
|
118
|
+
value?: `0x${string}` | undefined;
|
119
|
+
gasPrice?: `0x${string}` | undefined;
|
120
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
121
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
117
122
|
blockHash?: `0x${string}` | null | undefined;
|
118
123
|
blockNumber?: `0x${string}` | null | undefined;
|
119
124
|
from?: `0x${string}` | undefined;
|
120
|
-
gas?: `0x${string}` | undefined;
|
121
125
|
hash?: `0x${string}` | undefined;
|
122
126
|
input?: `0x${string}` | undefined;
|
123
127
|
nonce?: `0x${string}` | undefined;
|
@@ -126,10 +130,6 @@ export declare const zoraTestnet: {
|
|
126
130
|
to?: `0x${string}` | null | undefined;
|
127
131
|
transactionIndex?: `0x${string}` | null | undefined;
|
128
132
|
v?: `0x${string}` | undefined;
|
129
|
-
value?: `0x${string}` | undefined;
|
130
|
-
gasPrice?: `0x${string}` | undefined;
|
131
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
132
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
133
133
|
accessList?: import("../../index.js").AccessList | undefined;
|
134
134
|
chainId?: `0x${string}` | undefined;
|
135
135
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -138,10 +138,14 @@ export declare const zoraTestnet: {
|
|
138
138
|
sourceHash?: undefined;
|
139
139
|
}) | ({
|
140
140
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
141
|
+
gas?: `0x${string}` | undefined;
|
142
|
+
value?: `0x${string}` | undefined;
|
143
|
+
gasPrice?: `0x${string}` | undefined;
|
144
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
145
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
141
146
|
blockHash?: `0x${string}` | null | undefined;
|
142
147
|
blockNumber?: `0x${string}` | null | undefined;
|
143
148
|
from?: `0x${string}` | undefined;
|
144
|
-
gas?: `0x${string}` | undefined;
|
145
149
|
hash?: `0x${string}` | undefined;
|
146
150
|
input?: `0x${string}` | undefined;
|
147
151
|
nonce?: `0x${string}` | undefined;
|
@@ -150,10 +154,6 @@ export declare const zoraTestnet: {
|
|
150
154
|
to?: `0x${string}` | null | undefined;
|
151
155
|
transactionIndex?: `0x${string}` | null | undefined;
|
152
156
|
v?: `0x${string}` | undefined;
|
153
|
-
value?: `0x${string}` | undefined;
|
154
|
-
gasPrice?: `0x${string}` | undefined;
|
155
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
156
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
157
157
|
accessList?: import("../../index.js").AccessList | undefined;
|
158
158
|
chainId?: `0x${string}` | undefined;
|
159
159
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -162,10 +162,14 @@ export declare const zoraTestnet: {
|
|
162
162
|
sourceHash?: undefined;
|
163
163
|
}) | ({
|
164
164
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
165
|
+
gas?: `0x${string}` | undefined;
|
166
|
+
value?: `0x${string}` | undefined;
|
167
|
+
gasPrice?: `0x${string}` | undefined;
|
168
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
169
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
165
170
|
blockHash?: `0x${string}` | null | undefined;
|
166
171
|
blockNumber?: `0x${string}` | null | undefined;
|
167
172
|
from?: `0x${string}` | undefined;
|
168
|
-
gas?: `0x${string}` | undefined;
|
169
173
|
hash?: `0x${string}` | undefined;
|
170
174
|
input?: `0x${string}` | undefined;
|
171
175
|
nonce?: `0x${string}` | undefined;
|
@@ -174,10 +178,6 @@ export declare const zoraTestnet: {
|
|
174
178
|
to?: `0x${string}` | null | undefined;
|
175
179
|
transactionIndex?: `0x${string}` | null | undefined;
|
176
180
|
v?: `0x${string}` | undefined;
|
177
|
-
value?: `0x${string}` | undefined;
|
178
|
-
gasPrice?: `0x${string}` | undefined;
|
179
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
180
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
181
181
|
accessList?: import("../../index.js").AccessList | undefined;
|
182
182
|
chainId?: `0x${string}` | undefined;
|
183
183
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -186,10 +186,14 @@ export declare const zoraTestnet: {
|
|
186
186
|
sourceHash?: undefined;
|
187
187
|
}) | ({
|
188
188
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
189
|
+
gas?: `0x${string}` | undefined;
|
190
|
+
value?: `0x${string}` | undefined;
|
191
|
+
gasPrice?: `0x${string}` | undefined;
|
192
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
193
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
189
194
|
blockHash?: `0x${string}` | null | undefined;
|
190
195
|
blockNumber?: `0x${string}` | null | undefined;
|
191
196
|
from?: `0x${string}` | undefined;
|
192
|
-
gas?: `0x${string}` | undefined;
|
193
197
|
hash?: `0x${string}` | undefined;
|
194
198
|
input?: `0x${string}` | undefined;
|
195
199
|
nonce?: `0x${string}` | undefined;
|
@@ -198,10 +202,6 @@ export declare const zoraTestnet: {
|
|
198
202
|
to?: `0x${string}` | null | undefined;
|
199
203
|
transactionIndex?: `0x${string}` | null | undefined;
|
200
204
|
v?: `0x${string}` | undefined;
|
201
|
-
value?: `0x${string}` | undefined;
|
202
|
-
gasPrice?: `0x${string}` | undefined;
|
203
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
204
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
205
205
|
accessList?: import("../../index.js").AccessList | undefined;
|
206
206
|
chainId?: `0x${string}` | undefined;
|
207
207
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -211,10 +211,14 @@ export declare const zoraTestnet: {
|
|
211
211
|
type: "0x7e";
|
212
212
|
}) | ({
|
213
213
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
214
|
+
gas?: `0x${string}` | undefined;
|
215
|
+
value?: `0x${string}` | undefined;
|
216
|
+
gasPrice?: `0x${string}` | undefined;
|
217
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
218
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
214
219
|
blockHash?: `0x${string}` | null | undefined;
|
215
220
|
blockNumber?: `0x${string}` | null | undefined;
|
216
221
|
from?: `0x${string}` | undefined;
|
217
|
-
gas?: `0x${string}` | undefined;
|
218
222
|
hash?: `0x${string}` | undefined;
|
219
223
|
input?: `0x${string}` | undefined;
|
220
224
|
nonce?: `0x${string}` | undefined;
|
@@ -223,10 +227,6 @@ export declare const zoraTestnet: {
|
|
223
227
|
to?: `0x${string}` | null | undefined;
|
224
228
|
transactionIndex?: `0x${string}` | null | undefined;
|
225
229
|
v?: `0x${string}` | undefined;
|
226
|
-
value?: `0x${string}` | undefined;
|
227
|
-
gasPrice?: `0x${string}` | undefined;
|
228
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
229
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
230
230
|
accessList?: import("../../index.js").AccessList | undefined;
|
231
231
|
chainId?: `0x${string}` | undefined;
|
232
232
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -235,10 +235,14 @@ export declare const zoraTestnet: {
|
|
235
235
|
sourceHash?: undefined;
|
236
236
|
}) | ({
|
237
237
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
238
|
+
gas?: `0x${string}` | undefined;
|
239
|
+
value?: `0x${string}` | undefined;
|
240
|
+
gasPrice?: `0x${string}` | undefined;
|
241
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
242
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
238
243
|
blockHash?: `0x${string}` | null | undefined;
|
239
244
|
blockNumber?: `0x${string}` | null | undefined;
|
240
245
|
from?: `0x${string}` | undefined;
|
241
|
-
gas?: `0x${string}` | undefined;
|
242
246
|
hash?: `0x${string}` | undefined;
|
243
247
|
input?: `0x${string}` | undefined;
|
244
248
|
nonce?: `0x${string}` | undefined;
|
@@ -247,10 +251,6 @@ export declare const zoraTestnet: {
|
|
247
251
|
to?: `0x${string}` | null | undefined;
|
248
252
|
transactionIndex?: `0x${string}` | null | undefined;
|
249
253
|
v?: `0x${string}` | undefined;
|
250
|
-
value?: `0x${string}` | undefined;
|
251
|
-
gasPrice?: `0x${string}` | undefined;
|
252
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
253
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
254
254
|
accessList?: import("../../index.js").AccessList | undefined;
|
255
255
|
chainId?: `0x${string}` | undefined;
|
256
256
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -259,10 +259,14 @@ export declare const zoraTestnet: {
|
|
259
259
|
sourceHash?: undefined;
|
260
260
|
}) | ({
|
261
261
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
262
|
+
gas?: `0x${string}` | undefined;
|
263
|
+
value?: `0x${string}` | undefined;
|
264
|
+
gasPrice?: `0x${string}` | undefined;
|
265
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
266
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
262
267
|
blockHash?: `0x${string}` | null | undefined;
|
263
268
|
blockNumber?: `0x${string}` | null | undefined;
|
264
269
|
from?: `0x${string}` | undefined;
|
265
|
-
gas?: `0x${string}` | undefined;
|
266
270
|
hash?: `0x${string}` | undefined;
|
267
271
|
input?: `0x${string}` | undefined;
|
268
272
|
nonce?: `0x${string}` | undefined;
|
@@ -271,10 +275,6 @@ export declare const zoraTestnet: {
|
|
271
275
|
to?: `0x${string}` | null | undefined;
|
272
276
|
transactionIndex?: `0x${string}` | null | undefined;
|
273
277
|
v?: `0x${string}` | undefined;
|
274
|
-
value?: `0x${string}` | undefined;
|
275
|
-
gasPrice?: `0x${string}` | undefined;
|
276
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
277
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
278
278
|
accessList?: import("../../index.js").AccessList | undefined;
|
279
279
|
chainId?: `0x${string}` | undefined;
|
280
280
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -283,10 +283,14 @@ export declare const zoraTestnet: {
|
|
283
283
|
sourceHash?: undefined;
|
284
284
|
}) | ({
|
285
285
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
286
|
+
gas?: `0x${string}` | undefined;
|
287
|
+
value?: `0x${string}` | undefined;
|
288
|
+
gasPrice?: `0x${string}` | undefined;
|
289
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
290
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
286
291
|
blockHash?: `0x${string}` | null | undefined;
|
287
292
|
blockNumber?: `0x${string}` | null | undefined;
|
288
293
|
from?: `0x${string}` | undefined;
|
289
|
-
gas?: `0x${string}` | undefined;
|
290
294
|
hash?: `0x${string}` | undefined;
|
291
295
|
input?: `0x${string}` | undefined;
|
292
296
|
nonce?: `0x${string}` | undefined;
|
@@ -295,10 +299,6 @@ export declare const zoraTestnet: {
|
|
295
299
|
to?: `0x${string}` | null | undefined;
|
296
300
|
transactionIndex?: `0x${string}` | null | undefined;
|
297
301
|
v?: `0x${string}` | undefined;
|
298
|
-
value?: `0x${string}` | undefined;
|
299
|
-
gasPrice?: `0x${string}` | undefined;
|
300
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
301
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
302
302
|
accessList?: import("../../index.js").AccessList | undefined;
|
303
303
|
chainId?: `0x${string}` | undefined;
|
304
304
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -503,7 +503,7 @@ export declare const zoraTestnet: {
|
|
503
503
|
};
|
504
504
|
readonly transactionReceipt: {
|
505
505
|
exclude: [] | undefined;
|
506
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
506
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
507
507
|
blockHash: `0x${string}`;
|
508
508
|
blockNumber: bigint;
|
509
509
|
contractAddress: `0x${string}` | null;
|
@@ -529,8 +529,8 @@ export declare const zoraTestnet: {
|
|
529
529
|
serializers?: import("../../index.js").ChainSerializers<{
|
530
530
|
readonly block: {
|
531
531
|
exclude: [] | undefined;
|
532
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
533
|
-
transactions: `0x${string}`[] | import("../
|
532
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
533
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
534
534
|
}>) => {
|
535
535
|
baseFeePerGas: bigint | null;
|
536
536
|
difficulty: bigint;
|
@@ -551,7 +551,7 @@ export declare const zoraTestnet: {
|
|
551
551
|
stateRoot: `0x${string}`;
|
552
552
|
timestamp: bigint;
|
553
553
|
totalDifficulty: bigint | null;
|
554
|
-
transactions: `0x${string}`[] | import("../
|
554
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
555
555
|
transactionsRoot: `0x${string}`;
|
556
556
|
uncles: `0x${string}`[];
|
557
557
|
} & {};
|
@@ -561,10 +561,14 @@ export declare const zoraTestnet: {
|
|
561
561
|
exclude: [] | undefined;
|
562
562
|
format: (args: ({
|
563
563
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
564
|
+
gas?: `0x${string}` | undefined;
|
565
|
+
value?: `0x${string}` | undefined;
|
566
|
+
gasPrice?: `0x${string}` | undefined;
|
567
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
568
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
564
569
|
blockHash?: `0x${string}` | null | undefined;
|
565
570
|
blockNumber?: `0x${string}` | null | undefined;
|
566
571
|
from?: `0x${string}` | undefined;
|
567
|
-
gas?: `0x${string}` | undefined;
|
568
572
|
hash?: `0x${string}` | undefined;
|
569
573
|
input?: `0x${string}` | undefined;
|
570
574
|
nonce?: `0x${string}` | undefined;
|
@@ -573,10 +577,6 @@ export declare const zoraTestnet: {
|
|
573
577
|
to?: `0x${string}` | null | undefined;
|
574
578
|
transactionIndex?: `0x${string}` | null | undefined;
|
575
579
|
v?: `0x${string}` | undefined;
|
576
|
-
value?: `0x${string}` | undefined;
|
577
|
-
gasPrice?: `0x${string}` | undefined;
|
578
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
579
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
580
580
|
accessList?: undefined;
|
581
581
|
chainId?: `0x${string}` | undefined;
|
582
582
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -585,10 +585,14 @@ export declare const zoraTestnet: {
|
|
585
585
|
sourceHash?: undefined;
|
586
586
|
}) | ({
|
587
587
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
588
|
+
gas?: `0x${string}` | undefined;
|
589
|
+
value?: `0x${string}` | undefined;
|
590
|
+
gasPrice?: `0x${string}` | undefined;
|
591
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
592
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
588
593
|
blockHash?: `0x${string}` | null | undefined;
|
589
594
|
blockNumber?: `0x${string}` | null | undefined;
|
590
595
|
from?: `0x${string}` | undefined;
|
591
|
-
gas?: `0x${string}` | undefined;
|
592
596
|
hash?: `0x${string}` | undefined;
|
593
597
|
input?: `0x${string}` | undefined;
|
594
598
|
nonce?: `0x${string}` | undefined;
|
@@ -597,10 +601,6 @@ export declare const zoraTestnet: {
|
|
597
601
|
to?: `0x${string}` | null | undefined;
|
598
602
|
transactionIndex?: `0x${string}` | null | undefined;
|
599
603
|
v?: `0x${string}` | undefined;
|
600
|
-
value?: `0x${string}` | undefined;
|
601
|
-
gasPrice?: `0x${string}` | undefined;
|
602
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
603
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
604
604
|
accessList?: undefined;
|
605
605
|
chainId?: `0x${string}` | undefined;
|
606
606
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -610,10 +610,14 @@ export declare const zoraTestnet: {
|
|
610
610
|
type: "0x7e";
|
611
611
|
}) | ({
|
612
612
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
613
|
+
gas?: `0x${string}` | undefined;
|
614
|
+
value?: `0x${string}` | undefined;
|
615
|
+
gasPrice?: `0x${string}` | undefined;
|
616
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
617
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
613
618
|
blockHash?: `0x${string}` | null | undefined;
|
614
619
|
blockNumber?: `0x${string}` | null | undefined;
|
615
620
|
from?: `0x${string}` | undefined;
|
616
|
-
gas?: `0x${string}` | undefined;
|
617
621
|
hash?: `0x${string}` | undefined;
|
618
622
|
input?: `0x${string}` | undefined;
|
619
623
|
nonce?: `0x${string}` | undefined;
|
@@ -622,10 +626,6 @@ export declare const zoraTestnet: {
|
|
622
626
|
to?: `0x${string}` | null | undefined;
|
623
627
|
transactionIndex?: `0x${string}` | null | undefined;
|
624
628
|
v?: `0x${string}` | undefined;
|
625
|
-
value?: `0x${string}` | undefined;
|
626
|
-
gasPrice?: `0x${string}` | undefined;
|
627
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
628
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
629
629
|
accessList?: import("../../index.js").AccessList | undefined;
|
630
630
|
chainId?: `0x${string}` | undefined;
|
631
631
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -634,10 +634,14 @@ export declare const zoraTestnet: {
|
|
634
634
|
sourceHash?: undefined;
|
635
635
|
}) | ({
|
636
636
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
637
|
+
gas?: `0x${string}` | undefined;
|
638
|
+
value?: `0x${string}` | undefined;
|
639
|
+
gasPrice?: `0x${string}` | undefined;
|
640
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
641
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
637
642
|
blockHash?: `0x${string}` | null | undefined;
|
638
643
|
blockNumber?: `0x${string}` | null | undefined;
|
639
644
|
from?: `0x${string}` | undefined;
|
640
|
-
gas?: `0x${string}` | undefined;
|
641
645
|
hash?: `0x${string}` | undefined;
|
642
646
|
input?: `0x${string}` | undefined;
|
643
647
|
nonce?: `0x${string}` | undefined;
|
@@ -646,10 +650,6 @@ export declare const zoraTestnet: {
|
|
646
650
|
to?: `0x${string}` | null | undefined;
|
647
651
|
transactionIndex?: `0x${string}` | null | undefined;
|
648
652
|
v?: `0x${string}` | undefined;
|
649
|
-
value?: `0x${string}` | undefined;
|
650
|
-
gasPrice?: `0x${string}` | undefined;
|
651
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
652
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
653
653
|
accessList?: import("../../index.js").AccessList | undefined;
|
654
654
|
chainId?: `0x${string}` | undefined;
|
655
655
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -658,10 +658,14 @@ export declare const zoraTestnet: {
|
|
658
658
|
sourceHash?: undefined;
|
659
659
|
}) | ({
|
660
660
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
661
|
+
gas?: `0x${string}` | undefined;
|
662
|
+
value?: `0x${string}` | undefined;
|
663
|
+
gasPrice?: `0x${string}` | undefined;
|
664
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
665
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
661
666
|
blockHash?: `0x${string}` | null | undefined;
|
662
667
|
blockNumber?: `0x${string}` | null | undefined;
|
663
668
|
from?: `0x${string}` | undefined;
|
664
|
-
gas?: `0x${string}` | undefined;
|
665
669
|
hash?: `0x${string}` | undefined;
|
666
670
|
input?: `0x${string}` | undefined;
|
667
671
|
nonce?: `0x${string}` | undefined;
|
@@ -670,10 +674,6 @@ export declare const zoraTestnet: {
|
|
670
674
|
to?: `0x${string}` | null | undefined;
|
671
675
|
transactionIndex?: `0x${string}` | null | undefined;
|
672
676
|
v?: `0x${string}` | undefined;
|
673
|
-
value?: `0x${string}` | undefined;
|
674
|
-
gasPrice?: `0x${string}` | undefined;
|
675
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
676
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
677
677
|
accessList?: import("../../index.js").AccessList | undefined;
|
678
678
|
chainId?: `0x${string}` | undefined;
|
679
679
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -682,10 +682,14 @@ export declare const zoraTestnet: {
|
|
682
682
|
sourceHash?: undefined;
|
683
683
|
}) | ({
|
684
684
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
685
|
+
gas?: `0x${string}` | undefined;
|
686
|
+
value?: `0x${string}` | undefined;
|
687
|
+
gasPrice?: `0x${string}` | undefined;
|
688
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
689
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
685
690
|
blockHash?: `0x${string}` | null | undefined;
|
686
691
|
blockNumber?: `0x${string}` | null | undefined;
|
687
692
|
from?: `0x${string}` | undefined;
|
688
|
-
gas?: `0x${string}` | undefined;
|
689
693
|
hash?: `0x${string}` | undefined;
|
690
694
|
input?: `0x${string}` | undefined;
|
691
695
|
nonce?: `0x${string}` | undefined;
|
@@ -694,10 +698,6 @@ export declare const zoraTestnet: {
|
|
694
698
|
to?: `0x${string}` | null | undefined;
|
695
699
|
transactionIndex?: `0x${string}` | null | undefined;
|
696
700
|
v?: `0x${string}` | undefined;
|
697
|
-
value?: `0x${string}` | undefined;
|
698
|
-
gasPrice?: `0x${string}` | undefined;
|
699
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
700
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
701
701
|
accessList?: import("../../index.js").AccessList | undefined;
|
702
702
|
chainId?: `0x${string}` | undefined;
|
703
703
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -707,10 +707,14 @@ export declare const zoraTestnet: {
|
|
707
707
|
type: "0x7e";
|
708
708
|
}) | ({
|
709
709
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
710
|
+
gas?: `0x${string}` | undefined;
|
711
|
+
value?: `0x${string}` | undefined;
|
712
|
+
gasPrice?: `0x${string}` | undefined;
|
713
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
714
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
710
715
|
blockHash?: `0x${string}` | null | undefined;
|
711
716
|
blockNumber?: `0x${string}` | null | undefined;
|
712
717
|
from?: `0x${string}` | undefined;
|
713
|
-
gas?: `0x${string}` | undefined;
|
714
718
|
hash?: `0x${string}` | undefined;
|
715
719
|
input?: `0x${string}` | undefined;
|
716
720
|
nonce?: `0x${string}` | undefined;
|
@@ -719,10 +723,6 @@ export declare const zoraTestnet: {
|
|
719
723
|
to?: `0x${string}` | null | undefined;
|
720
724
|
transactionIndex?: `0x${string}` | null | undefined;
|
721
725
|
v?: `0x${string}` | undefined;
|
722
|
-
value?: `0x${string}` | undefined;
|
723
|
-
gasPrice?: `0x${string}` | undefined;
|
724
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
725
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
726
726
|
accessList?: import("../../index.js").AccessList | undefined;
|
727
727
|
chainId?: `0x${string}` | undefined;
|
728
728
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -731,10 +731,14 @@ export declare const zoraTestnet: {
|
|
731
731
|
sourceHash?: undefined;
|
732
732
|
}) | ({
|
733
733
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
734
|
+
gas?: `0x${string}` | undefined;
|
735
|
+
value?: `0x${string}` | undefined;
|
736
|
+
gasPrice?: `0x${string}` | undefined;
|
737
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
738
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
734
739
|
blockHash?: `0x${string}` | null | undefined;
|
735
740
|
blockNumber?: `0x${string}` | null | undefined;
|
736
741
|
from?: `0x${string}` | undefined;
|
737
|
-
gas?: `0x${string}` | undefined;
|
738
742
|
hash?: `0x${string}` | undefined;
|
739
743
|
input?: `0x${string}` | undefined;
|
740
744
|
nonce?: `0x${string}` | undefined;
|
@@ -743,10 +747,6 @@ export declare const zoraTestnet: {
|
|
743
747
|
to?: `0x${string}` | null | undefined;
|
744
748
|
transactionIndex?: `0x${string}` | null | undefined;
|
745
749
|
v?: `0x${string}` | undefined;
|
746
|
-
value?: `0x${string}` | undefined;
|
747
|
-
gasPrice?: `0x${string}` | undefined;
|
748
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
749
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
750
750
|
accessList?: import("../../index.js").AccessList | undefined;
|
751
751
|
chainId?: `0x${string}` | undefined;
|
752
752
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -755,10 +755,14 @@ export declare const zoraTestnet: {
|
|
755
755
|
sourceHash?: undefined;
|
756
756
|
}) | ({
|
757
757
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
758
|
+
gas?: `0x${string}` | undefined;
|
759
|
+
value?: `0x${string}` | undefined;
|
760
|
+
gasPrice?: `0x${string}` | undefined;
|
761
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
762
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
758
763
|
blockHash?: `0x${string}` | null | undefined;
|
759
764
|
blockNumber?: `0x${string}` | null | undefined;
|
760
765
|
from?: `0x${string}` | undefined;
|
761
|
-
gas?: `0x${string}` | undefined;
|
762
766
|
hash?: `0x${string}` | undefined;
|
763
767
|
input?: `0x${string}` | undefined;
|
764
768
|
nonce?: `0x${string}` | undefined;
|
@@ -767,10 +771,6 @@ export declare const zoraTestnet: {
|
|
767
771
|
to?: `0x${string}` | null | undefined;
|
768
772
|
transactionIndex?: `0x${string}` | null | undefined;
|
769
773
|
v?: `0x${string}` | undefined;
|
770
|
-
value?: `0x${string}` | undefined;
|
771
|
-
gasPrice?: `0x${string}` | undefined;
|
772
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
773
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
774
774
|
accessList?: import("../../index.js").AccessList | undefined;
|
775
775
|
chainId?: `0x${string}` | undefined;
|
776
776
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -779,10 +779,14 @@ export declare const zoraTestnet: {
|
|
779
779
|
sourceHash?: undefined;
|
780
780
|
}) | ({
|
781
781
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
782
|
+
gas?: `0x${string}` | undefined;
|
783
|
+
value?: `0x${string}` | undefined;
|
784
|
+
gasPrice?: `0x${string}` | undefined;
|
785
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
786
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
782
787
|
blockHash?: `0x${string}` | null | undefined;
|
783
788
|
blockNumber?: `0x${string}` | null | undefined;
|
784
789
|
from?: `0x${string}` | undefined;
|
785
|
-
gas?: `0x${string}` | undefined;
|
786
790
|
hash?: `0x${string}` | undefined;
|
787
791
|
input?: `0x${string}` | undefined;
|
788
792
|
nonce?: `0x${string}` | undefined;
|
@@ -791,10 +795,6 @@ export declare const zoraTestnet: {
|
|
791
795
|
to?: `0x${string}` | null | undefined;
|
792
796
|
transactionIndex?: `0x${string}` | null | undefined;
|
793
797
|
v?: `0x${string}` | undefined;
|
794
|
-
value?: `0x${string}` | undefined;
|
795
|
-
gasPrice?: `0x${string}` | undefined;
|
796
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
797
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
798
798
|
accessList?: import("../../index.js").AccessList | undefined;
|
799
799
|
chainId?: `0x${string}` | undefined;
|
800
800
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -999,7 +999,7 @@ export declare const zoraTestnet: {
|
|
999
999
|
};
|
1000
1000
|
readonly transactionReceipt: {
|
1001
1001
|
exclude: [] | undefined;
|
1002
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1002
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1003
1003
|
blockHash: `0x${string}`;
|
1004
1004
|
blockNumber: bigint;
|
1005
1005
|
contractAddress: `0x${string}` | null;
|
@@ -1025,8 +1025,8 @@ export declare const zoraTestnet: {
|
|
1025
1025
|
fees?: import("../../index.js").ChainFees<{
|
1026
1026
|
readonly block: {
|
1027
1027
|
exclude: [] | undefined;
|
1028
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1029
|
-
transactions: `0x${string}`[] | import("../
|
1028
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
1029
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
1030
1030
|
}>) => {
|
1031
1031
|
baseFeePerGas: bigint | null;
|
1032
1032
|
difficulty: bigint;
|
@@ -1047,7 +1047,7 @@ export declare const zoraTestnet: {
|
|
1047
1047
|
stateRoot: `0x${string}`;
|
1048
1048
|
timestamp: bigint;
|
1049
1049
|
totalDifficulty: bigint | null;
|
1050
|
-
transactions: `0x${string}`[] | import("../
|
1050
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
1051
1051
|
transactionsRoot: `0x${string}`;
|
1052
1052
|
uncles: `0x${string}`[];
|
1053
1053
|
} & {};
|
@@ -1057,10 +1057,14 @@ export declare const zoraTestnet: {
|
|
1057
1057
|
exclude: [] | undefined;
|
1058
1058
|
format: (args: ({
|
1059
1059
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1060
|
+
gas?: `0x${string}` | undefined;
|
1061
|
+
value?: `0x${string}` | undefined;
|
1062
|
+
gasPrice?: `0x${string}` | undefined;
|
1063
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1064
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1060
1065
|
blockHash?: `0x${string}` | null | undefined;
|
1061
1066
|
blockNumber?: `0x${string}` | null | undefined;
|
1062
1067
|
from?: `0x${string}` | undefined;
|
1063
|
-
gas?: `0x${string}` | undefined;
|
1064
1068
|
hash?: `0x${string}` | undefined;
|
1065
1069
|
input?: `0x${string}` | undefined;
|
1066
1070
|
nonce?: `0x${string}` | undefined;
|
@@ -1069,10 +1073,6 @@ export declare const zoraTestnet: {
|
|
1069
1073
|
to?: `0x${string}` | null | undefined;
|
1070
1074
|
transactionIndex?: `0x${string}` | null | undefined;
|
1071
1075
|
v?: `0x${string}` | undefined;
|
1072
|
-
value?: `0x${string}` | undefined;
|
1073
|
-
gasPrice?: `0x${string}` | undefined;
|
1074
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1075
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1076
1076
|
accessList?: undefined;
|
1077
1077
|
chainId?: `0x${string}` | undefined;
|
1078
1078
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1081,10 +1081,14 @@ export declare const zoraTestnet: {
|
|
1081
1081
|
sourceHash?: undefined;
|
1082
1082
|
}) | ({
|
1083
1083
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1084
|
+
gas?: `0x${string}` | undefined;
|
1085
|
+
value?: `0x${string}` | undefined;
|
1086
|
+
gasPrice?: `0x${string}` | undefined;
|
1087
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1088
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1084
1089
|
blockHash?: `0x${string}` | null | undefined;
|
1085
1090
|
blockNumber?: `0x${string}` | null | undefined;
|
1086
1091
|
from?: `0x${string}` | undefined;
|
1087
|
-
gas?: `0x${string}` | undefined;
|
1088
1092
|
hash?: `0x${string}` | undefined;
|
1089
1093
|
input?: `0x${string}` | undefined;
|
1090
1094
|
nonce?: `0x${string}` | undefined;
|
@@ -1093,10 +1097,6 @@ export declare const zoraTestnet: {
|
|
1093
1097
|
to?: `0x${string}` | null | undefined;
|
1094
1098
|
transactionIndex?: `0x${string}` | null | undefined;
|
1095
1099
|
v?: `0x${string}` | undefined;
|
1096
|
-
value?: `0x${string}` | undefined;
|
1097
|
-
gasPrice?: `0x${string}` | undefined;
|
1098
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1099
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1100
1100
|
accessList?: undefined;
|
1101
1101
|
chainId?: `0x${string}` | undefined;
|
1102
1102
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1106,10 +1106,14 @@ export declare const zoraTestnet: {
|
|
1106
1106
|
type: "0x7e";
|
1107
1107
|
}) | ({
|
1108
1108
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1109
|
+
gas?: `0x${string}` | undefined;
|
1110
|
+
value?: `0x${string}` | undefined;
|
1111
|
+
gasPrice?: `0x${string}` | undefined;
|
1112
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1113
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1109
1114
|
blockHash?: `0x${string}` | null | undefined;
|
1110
1115
|
blockNumber?: `0x${string}` | null | undefined;
|
1111
1116
|
from?: `0x${string}` | undefined;
|
1112
|
-
gas?: `0x${string}` | undefined;
|
1113
1117
|
hash?: `0x${string}` | undefined;
|
1114
1118
|
input?: `0x${string}` | undefined;
|
1115
1119
|
nonce?: `0x${string}` | undefined;
|
@@ -1118,10 +1122,6 @@ export declare const zoraTestnet: {
|
|
1118
1122
|
to?: `0x${string}` | null | undefined;
|
1119
1123
|
transactionIndex?: `0x${string}` | null | undefined;
|
1120
1124
|
v?: `0x${string}` | undefined;
|
1121
|
-
value?: `0x${string}` | undefined;
|
1122
|
-
gasPrice?: `0x${string}` | undefined;
|
1123
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1124
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1125
1125
|
accessList?: import("../../index.js").AccessList | undefined;
|
1126
1126
|
chainId?: `0x${string}` | undefined;
|
1127
1127
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1130,10 +1130,14 @@ export declare const zoraTestnet: {
|
|
1130
1130
|
sourceHash?: undefined;
|
1131
1131
|
}) | ({
|
1132
1132
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1133
|
+
gas?: `0x${string}` | undefined;
|
1134
|
+
value?: `0x${string}` | undefined;
|
1135
|
+
gasPrice?: `0x${string}` | undefined;
|
1136
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1137
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1133
1138
|
blockHash?: `0x${string}` | null | undefined;
|
1134
1139
|
blockNumber?: `0x${string}` | null | undefined;
|
1135
1140
|
from?: `0x${string}` | undefined;
|
1136
|
-
gas?: `0x${string}` | undefined;
|
1137
1141
|
hash?: `0x${string}` | undefined;
|
1138
1142
|
input?: `0x${string}` | undefined;
|
1139
1143
|
nonce?: `0x${string}` | undefined;
|
@@ -1142,10 +1146,6 @@ export declare const zoraTestnet: {
|
|
1142
1146
|
to?: `0x${string}` | null | undefined;
|
1143
1147
|
transactionIndex?: `0x${string}` | null | undefined;
|
1144
1148
|
v?: `0x${string}` | undefined;
|
1145
|
-
value?: `0x${string}` | undefined;
|
1146
|
-
gasPrice?: `0x${string}` | undefined;
|
1147
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1148
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1149
1149
|
accessList?: import("../../index.js").AccessList | undefined;
|
1150
1150
|
chainId?: `0x${string}` | undefined;
|
1151
1151
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1154,10 +1154,14 @@ export declare const zoraTestnet: {
|
|
1154
1154
|
sourceHash?: undefined;
|
1155
1155
|
}) | ({
|
1156
1156
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1157
|
+
gas?: `0x${string}` | undefined;
|
1158
|
+
value?: `0x${string}` | undefined;
|
1159
|
+
gasPrice?: `0x${string}` | undefined;
|
1160
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1161
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1157
1162
|
blockHash?: `0x${string}` | null | undefined;
|
1158
1163
|
blockNumber?: `0x${string}` | null | undefined;
|
1159
1164
|
from?: `0x${string}` | undefined;
|
1160
|
-
gas?: `0x${string}` | undefined;
|
1161
1165
|
hash?: `0x${string}` | undefined;
|
1162
1166
|
input?: `0x${string}` | undefined;
|
1163
1167
|
nonce?: `0x${string}` | undefined;
|
@@ -1166,10 +1170,6 @@ export declare const zoraTestnet: {
|
|
1166
1170
|
to?: `0x${string}` | null | undefined;
|
1167
1171
|
transactionIndex?: `0x${string}` | null | undefined;
|
1168
1172
|
v?: `0x${string}` | undefined;
|
1169
|
-
value?: `0x${string}` | undefined;
|
1170
|
-
gasPrice?: `0x${string}` | undefined;
|
1171
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1172
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1173
1173
|
accessList?: import("../../index.js").AccessList | undefined;
|
1174
1174
|
chainId?: `0x${string}` | undefined;
|
1175
1175
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1178,10 +1178,14 @@ export declare const zoraTestnet: {
|
|
1178
1178
|
sourceHash?: undefined;
|
1179
1179
|
}) | ({
|
1180
1180
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1181
|
+
gas?: `0x${string}` | undefined;
|
1182
|
+
value?: `0x${string}` | undefined;
|
1183
|
+
gasPrice?: `0x${string}` | undefined;
|
1184
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1185
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1181
1186
|
blockHash?: `0x${string}` | null | undefined;
|
1182
1187
|
blockNumber?: `0x${string}` | null | undefined;
|
1183
1188
|
from?: `0x${string}` | undefined;
|
1184
|
-
gas?: `0x${string}` | undefined;
|
1185
1189
|
hash?: `0x${string}` | undefined;
|
1186
1190
|
input?: `0x${string}` | undefined;
|
1187
1191
|
nonce?: `0x${string}` | undefined;
|
@@ -1190,10 +1194,6 @@ export declare const zoraTestnet: {
|
|
1190
1194
|
to?: `0x${string}` | null | undefined;
|
1191
1195
|
transactionIndex?: `0x${string}` | null | undefined;
|
1192
1196
|
v?: `0x${string}` | undefined;
|
1193
|
-
value?: `0x${string}` | undefined;
|
1194
|
-
gasPrice?: `0x${string}` | undefined;
|
1195
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1196
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1197
1197
|
accessList?: import("../../index.js").AccessList | undefined;
|
1198
1198
|
chainId?: `0x${string}` | undefined;
|
1199
1199
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1203,10 +1203,14 @@ export declare const zoraTestnet: {
|
|
1203
1203
|
type: "0x7e";
|
1204
1204
|
}) | ({
|
1205
1205
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1206
|
+
gas?: `0x${string}` | undefined;
|
1207
|
+
value?: `0x${string}` | undefined;
|
1208
|
+
gasPrice?: `0x${string}` | undefined;
|
1209
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1210
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1206
1211
|
blockHash?: `0x${string}` | null | undefined;
|
1207
1212
|
blockNumber?: `0x${string}` | null | undefined;
|
1208
1213
|
from?: `0x${string}` | undefined;
|
1209
|
-
gas?: `0x${string}` | undefined;
|
1210
1214
|
hash?: `0x${string}` | undefined;
|
1211
1215
|
input?: `0x${string}` | undefined;
|
1212
1216
|
nonce?: `0x${string}` | undefined;
|
@@ -1215,10 +1219,6 @@ export declare const zoraTestnet: {
|
|
1215
1219
|
to?: `0x${string}` | null | undefined;
|
1216
1220
|
transactionIndex?: `0x${string}` | null | undefined;
|
1217
1221
|
v?: `0x${string}` | undefined;
|
1218
|
-
value?: `0x${string}` | undefined;
|
1219
|
-
gasPrice?: `0x${string}` | undefined;
|
1220
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1221
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1222
1222
|
accessList?: import("../../index.js").AccessList | undefined;
|
1223
1223
|
chainId?: `0x${string}` | undefined;
|
1224
1224
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1227,10 +1227,14 @@ export declare const zoraTestnet: {
|
|
1227
1227
|
sourceHash?: undefined;
|
1228
1228
|
}) | ({
|
1229
1229
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1230
|
+
gas?: `0x${string}` | undefined;
|
1231
|
+
value?: `0x${string}` | undefined;
|
1232
|
+
gasPrice?: `0x${string}` | undefined;
|
1233
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1234
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1230
1235
|
blockHash?: `0x${string}` | null | undefined;
|
1231
1236
|
blockNumber?: `0x${string}` | null | undefined;
|
1232
1237
|
from?: `0x${string}` | undefined;
|
1233
|
-
gas?: `0x${string}` | undefined;
|
1234
1238
|
hash?: `0x${string}` | undefined;
|
1235
1239
|
input?: `0x${string}` | undefined;
|
1236
1240
|
nonce?: `0x${string}` | undefined;
|
@@ -1239,10 +1243,6 @@ export declare const zoraTestnet: {
|
|
1239
1243
|
to?: `0x${string}` | null | undefined;
|
1240
1244
|
transactionIndex?: `0x${string}` | null | undefined;
|
1241
1245
|
v?: `0x${string}` | undefined;
|
1242
|
-
value?: `0x${string}` | undefined;
|
1243
|
-
gasPrice?: `0x${string}` | undefined;
|
1244
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1245
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1246
1246
|
accessList?: import("../../index.js").AccessList | undefined;
|
1247
1247
|
chainId?: `0x${string}` | undefined;
|
1248
1248
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1251,10 +1251,14 @@ export declare const zoraTestnet: {
|
|
1251
1251
|
sourceHash?: undefined;
|
1252
1252
|
}) | ({
|
1253
1253
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1254
|
+
gas?: `0x${string}` | undefined;
|
1255
|
+
value?: `0x${string}` | undefined;
|
1256
|
+
gasPrice?: `0x${string}` | undefined;
|
1257
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1258
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1254
1259
|
blockHash?: `0x${string}` | null | undefined;
|
1255
1260
|
blockNumber?: `0x${string}` | null | undefined;
|
1256
1261
|
from?: `0x${string}` | undefined;
|
1257
|
-
gas?: `0x${string}` | undefined;
|
1258
1262
|
hash?: `0x${string}` | undefined;
|
1259
1263
|
input?: `0x${string}` | undefined;
|
1260
1264
|
nonce?: `0x${string}` | undefined;
|
@@ -1263,10 +1267,6 @@ export declare const zoraTestnet: {
|
|
1263
1267
|
to?: `0x${string}` | null | undefined;
|
1264
1268
|
transactionIndex?: `0x${string}` | null | undefined;
|
1265
1269
|
v?: `0x${string}` | undefined;
|
1266
|
-
value?: `0x${string}` | undefined;
|
1267
|
-
gasPrice?: `0x${string}` | undefined;
|
1268
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1269
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1270
1270
|
accessList?: import("../../index.js").AccessList | undefined;
|
1271
1271
|
chainId?: `0x${string}` | undefined;
|
1272
1272
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1275,10 +1275,14 @@ export declare const zoraTestnet: {
|
|
1275
1275
|
sourceHash?: undefined;
|
1276
1276
|
}) | ({
|
1277
1277
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1278
|
+
gas?: `0x${string}` | undefined;
|
1279
|
+
value?: `0x${string}` | undefined;
|
1280
|
+
gasPrice?: `0x${string}` | undefined;
|
1281
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1282
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1278
1283
|
blockHash?: `0x${string}` | null | undefined;
|
1279
1284
|
blockNumber?: `0x${string}` | null | undefined;
|
1280
1285
|
from?: `0x${string}` | undefined;
|
1281
|
-
gas?: `0x${string}` | undefined;
|
1282
1286
|
hash?: `0x${string}` | undefined;
|
1283
1287
|
input?: `0x${string}` | undefined;
|
1284
1288
|
nonce?: `0x${string}` | undefined;
|
@@ -1287,10 +1291,6 @@ export declare const zoraTestnet: {
|
|
1287
1291
|
to?: `0x${string}` | null | undefined;
|
1288
1292
|
transactionIndex?: `0x${string}` | null | undefined;
|
1289
1293
|
v?: `0x${string}` | undefined;
|
1290
|
-
value?: `0x${string}` | undefined;
|
1291
|
-
gasPrice?: `0x${string}` | undefined;
|
1292
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1293
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1294
1294
|
accessList?: import("../../index.js").AccessList | undefined;
|
1295
1295
|
chainId?: `0x${string}` | undefined;
|
1296
1296
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1495,7 +1495,7 @@ export declare const zoraTestnet: {
|
|
1495
1495
|
};
|
1496
1496
|
readonly transactionReceipt: {
|
1497
1497
|
exclude: [] | undefined;
|
1498
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1498
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1499
1499
|
blockHash: `0x${string}`;
|
1500
1500
|
blockNumber: bigint;
|
1501
1501
|
contractAddress: `0x${string}` | null;
|