viem 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +8 -0
- package/_cjs/chains/definitions/holesky.js.map +1 -1
- package/_cjs/chains/definitions/iotex.js +6 -0
- package/_cjs/chains/definitions/iotex.js.map +1 -1
- package/_cjs/chains/definitions/iotexTestnet.js +1 -0
- package/_cjs/chains/definitions/iotexTestnet.js.map +1 -1
- package/_cjs/chains/definitions/oortmainnetDev.js +27 -0
- package/_cjs/chains/definitions/oortmainnetDev.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/formatters/block.js +4 -0
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +9 -0
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +6 -1
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +1 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/actions/public/getTransaction.js.map +1 -1
- package/_esm/chains/definitions/holesky.js +8 -0
- package/_esm/chains/definitions/holesky.js.map +1 -1
- package/_esm/chains/definitions/iotex.js +6 -0
- package/_esm/chains/definitions/iotex.js.map +1 -1
- package/_esm/chains/definitions/iotexTestnet.js +1 -0
- package/_esm/chains/definitions/iotexTestnet.js.map +1 -1
- package/_esm/chains/definitions/oortmainnetDev.js +24 -0
- package/_esm/chains/definitions/oortmainnetDev.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/formatters/block.js +4 -0
- package/_esm/utils/formatters/block.js.map +1 -1
- package/_esm/utils/formatters/transaction.js +9 -0
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_esm/utils/formatters/transactionReceipt.js +6 -1
- package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +1 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_types/actions/public/getTransaction.d.ts +2 -1
- package/_types/actions/public/getTransaction.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +375 -65
- package/_types/chains/celo/chainConfig.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +375 -65
- package/_types/chains/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +279 -49
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +279 -49
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +279 -49
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/celo.d.ts +375 -65
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +375 -65
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/holesky.d.ts +8 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -1
- package/_types/chains/definitions/iotex.d.ts +6 -8
- package/_types/chains/definitions/iotex.d.ts.map +1 -1
- package/_types/chains/definitions/iotexTestnet.d.ts +1 -1
- package/_types/chains/definitions/iotexTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/oortmainnetDev.d.ts +39 -0
- package/_types/chains/definitions/oortmainnetDev.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +279 -49
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +279 -49
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +279 -49
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/pgn.d.ts +279 -49
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +279 -49
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSync.d.ts +122 -6
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +279 -49
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +279 -49
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +279 -49
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +279 -49
- package/_types/chains/opStack/chainConfig.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +279 -49
- package/_types/chains/opStack/formatters.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +122 -6
- package/_types/chains/zksync/chainConfig.d.ts.map +1 -1
- package/_types/chains/zksync/formatters.d.ts +122 -6
- package/_types/chains/zksync/formatters.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/_types/types/block.d.ts +4 -0
- package/_types/types/block.d.ts.map +1 -1
- package/_types/types/fee.d.ts +9 -3
- package/_types/types/fee.d.ts.map +1 -1
- package/_types/types/rpc.d.ts +2 -2
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +20 -5
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +387 -2
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -1
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/actions/public/getTransaction.ts +2 -1
- package/chains/definitions/holesky.ts +8 -0
- package/chains/definitions/iotex.ts +6 -0
- package/chains/definitions/iotexTestnet.ts +1 -0
- package/chains/definitions/oortmainnetDev.ts +24 -0
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
- package/types/block.ts +4 -0
- package/types/fee.ts +14 -2
- package/types/rpc.ts +3 -1
- package/types/transaction.ts +37 -6
- package/utils/formatters/block.ts +4 -0
- package/utils/formatters/transaction.ts +9 -0
- package/utils/formatters/transactionReceipt.ts +8 -1
- package/utils/formatters/transactionRequest.ts +1 -0
@@ -58,7 +58,9 @@ export declare const zoraTestnet: {
|
|
58
58
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
59
59
|
}>) => {
|
60
60
|
baseFeePerGas: bigint | null;
|
61
|
+
blobGasUsed: bigint;
|
61
62
|
difficulty: bigint;
|
63
|
+
excessBlobGas: bigint;
|
62
64
|
extraData: `0x${string}`;
|
63
65
|
gasLimit: bigint;
|
64
66
|
gasUsed: bigint;
|
@@ -87,11 +89,17 @@ export declare const zoraTestnet: {
|
|
87
89
|
readonly transaction: {
|
88
90
|
exclude: [] | undefined;
|
89
91
|
format: (args: ({
|
92
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
93
|
+
gas?: `0x${string}` | undefined;
|
94
|
+
value?: `0x${string}` | undefined;
|
95
|
+
gasPrice?: `0x${string}` | undefined;
|
96
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
97
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
98
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
90
99
|
yParity?: `0x${string}` | undefined;
|
91
100
|
blockHash?: `0x${string}` | null | undefined;
|
92
101
|
blockNumber?: `0x${string}` | null | undefined;
|
93
102
|
from?: `0x${string}` | undefined;
|
94
|
-
gas?: `0x${string}` | undefined;
|
95
103
|
hash?: `0x${string}` | undefined;
|
96
104
|
input?: `0x${string}` | undefined;
|
97
105
|
nonce?: `0x${string}` | undefined;
|
@@ -100,23 +108,25 @@ export declare const zoraTestnet: {
|
|
100
108
|
to?: `0x${string}` | null | undefined;
|
101
109
|
transactionIndex?: `0x${string}` | null | undefined;
|
102
110
|
v?: `0x${string}` | undefined;
|
103
|
-
value?: `0x${string}` | undefined;
|
104
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
105
|
-
gasPrice?: `0x${string}` | undefined;
|
106
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
107
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
108
111
|
accessList?: undefined;
|
112
|
+
blobVersionedHashes?: undefined;
|
109
113
|
chainId?: `0x${string}` | undefined;
|
110
114
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
111
115
|
isSystemTx?: undefined;
|
112
116
|
mint?: undefined;
|
113
117
|
sourceHash?: undefined;
|
114
118
|
}) | ({
|
119
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
120
|
+
gas?: `0x${string}` | undefined;
|
121
|
+
value?: `0x${string}` | undefined;
|
122
|
+
gasPrice?: `0x${string}` | undefined;
|
123
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
124
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
125
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
115
126
|
yParity?: `0x${string}` | undefined;
|
116
127
|
blockHash?: `0x${string}` | null | undefined;
|
117
128
|
blockNumber?: `0x${string}` | null | undefined;
|
118
129
|
from?: `0x${string}` | undefined;
|
119
|
-
gas?: `0x${string}` | undefined;
|
120
130
|
hash?: `0x${string}` | undefined;
|
121
131
|
input?: `0x${string}` | undefined;
|
122
132
|
nonce?: `0x${string}` | undefined;
|
@@ -125,12 +135,8 @@ export declare const zoraTestnet: {
|
|
125
135
|
to?: `0x${string}` | null | undefined;
|
126
136
|
transactionIndex?: `0x${string}` | null | undefined;
|
127
137
|
v?: `0x${string}` | undefined;
|
128
|
-
value?: `0x${string}` | undefined;
|
129
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
130
|
-
gasPrice?: `0x${string}` | undefined;
|
131
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
132
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
133
138
|
accessList?: undefined;
|
139
|
+
blobVersionedHashes?: undefined;
|
134
140
|
chainId?: `0x${string}` | undefined;
|
135
141
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
136
142
|
isSystemTx?: boolean | undefined;
|
@@ -138,11 +144,17 @@ export declare const zoraTestnet: {
|
|
138
144
|
sourceHash: `0x${string}`;
|
139
145
|
type: "0x7e";
|
140
146
|
}) | ({
|
147
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
148
|
+
gas?: `0x${string}` | undefined;
|
149
|
+
value?: `0x${string}` | undefined;
|
150
|
+
gasPrice?: `0x${string}` | undefined;
|
151
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
152
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
153
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
141
154
|
yParity?: `0x${string}` | undefined;
|
142
155
|
blockHash?: `0x${string}` | null | undefined;
|
143
156
|
blockNumber?: `0x${string}` | null | undefined;
|
144
157
|
from?: `0x${string}` | undefined;
|
145
|
-
gas?: `0x${string}` | undefined;
|
146
158
|
hash?: `0x${string}` | undefined;
|
147
159
|
input?: `0x${string}` | undefined;
|
148
160
|
nonce?: `0x${string}` | undefined;
|
@@ -151,23 +163,25 @@ export declare const zoraTestnet: {
|
|
151
163
|
to?: `0x${string}` | null | undefined;
|
152
164
|
transactionIndex?: `0x${string}` | null | undefined;
|
153
165
|
v?: `0x${string}` | undefined;
|
154
|
-
value?: `0x${string}` | undefined;
|
155
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
156
|
-
gasPrice?: `0x${string}` | undefined;
|
157
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
158
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
159
166
|
accessList?: import("../../index.js").AccessList | undefined;
|
167
|
+
blobVersionedHashes?: undefined;
|
160
168
|
chainId?: `0x${string}` | undefined;
|
161
169
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
162
170
|
isSystemTx?: undefined;
|
163
171
|
mint?: undefined;
|
164
172
|
sourceHash?: undefined;
|
165
173
|
}) | ({
|
174
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
175
|
+
gas?: `0x${string}` | undefined;
|
176
|
+
value?: `0x${string}` | undefined;
|
177
|
+
gasPrice?: `0x${string}` | undefined;
|
178
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
179
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
180
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
166
181
|
yParity?: `0x${string}` | undefined;
|
167
182
|
blockHash?: `0x${string}` | null | undefined;
|
168
183
|
blockNumber?: `0x${string}` | null | undefined;
|
169
184
|
from?: `0x${string}` | undefined;
|
170
|
-
gas?: `0x${string}` | undefined;
|
171
185
|
hash?: `0x${string}` | undefined;
|
172
186
|
input?: `0x${string}` | undefined;
|
173
187
|
nonce?: `0x${string}` | undefined;
|
@@ -176,23 +190,25 @@ export declare const zoraTestnet: {
|
|
176
190
|
to?: `0x${string}` | null | undefined;
|
177
191
|
transactionIndex?: `0x${string}` | null | undefined;
|
178
192
|
v?: `0x${string}` | undefined;
|
179
|
-
value?: `0x${string}` | undefined;
|
180
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
181
|
-
gasPrice?: `0x${string}` | undefined;
|
182
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
183
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
184
193
|
accessList?: import("../../index.js").AccessList | undefined;
|
194
|
+
blobVersionedHashes?: undefined;
|
185
195
|
chainId?: `0x${string}` | undefined;
|
186
196
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
187
197
|
isSystemTx?: undefined;
|
188
198
|
mint?: undefined;
|
189
199
|
sourceHash?: undefined;
|
190
200
|
}) | ({
|
201
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
202
|
+
gas?: `0x${string}` | undefined;
|
203
|
+
value?: `0x${string}` | undefined;
|
204
|
+
gasPrice?: `0x${string}` | undefined;
|
205
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
206
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
207
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
191
208
|
yParity?: `0x${string}` | undefined;
|
192
209
|
blockHash?: `0x${string}` | null | undefined;
|
193
210
|
blockNumber?: `0x${string}` | null | undefined;
|
194
211
|
from?: `0x${string}` | undefined;
|
195
|
-
gas?: `0x${string}` | undefined;
|
196
212
|
hash?: `0x${string}` | undefined;
|
197
213
|
input?: `0x${string}` | undefined;
|
198
214
|
nonce?: `0x${string}` | undefined;
|
@@ -201,23 +217,25 @@ export declare const zoraTestnet: {
|
|
201
217
|
to?: `0x${string}` | null | undefined;
|
202
218
|
transactionIndex?: `0x${string}` | null | undefined;
|
203
219
|
v?: `0x${string}` | undefined;
|
204
|
-
value?: `0x${string}` | undefined;
|
205
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
206
|
-
gasPrice?: `0x${string}` | undefined;
|
207
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
208
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
209
220
|
accessList?: import("../../index.js").AccessList | undefined;
|
221
|
+
blobVersionedHashes?: undefined;
|
210
222
|
chainId?: `0x${string}` | undefined;
|
211
223
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
212
224
|
isSystemTx?: undefined;
|
213
225
|
mint?: undefined;
|
214
226
|
sourceHash?: undefined;
|
215
227
|
}) | ({
|
228
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
229
|
+
gas?: `0x${string}` | undefined;
|
230
|
+
value?: `0x${string}` | undefined;
|
231
|
+
gasPrice?: `0x${string}` | undefined;
|
232
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
233
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
234
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
216
235
|
yParity?: `0x${string}` | undefined;
|
217
236
|
blockHash?: `0x${string}` | null | undefined;
|
218
237
|
blockNumber?: `0x${string}` | null | undefined;
|
219
238
|
from?: `0x${string}` | undefined;
|
220
|
-
gas?: `0x${string}` | undefined;
|
221
239
|
hash?: `0x${string}` | undefined;
|
222
240
|
input?: `0x${string}` | undefined;
|
223
241
|
nonce?: `0x${string}` | undefined;
|
@@ -226,12 +244,8 @@ export declare const zoraTestnet: {
|
|
226
244
|
to?: `0x${string}` | null | undefined;
|
227
245
|
transactionIndex?: `0x${string}` | null | undefined;
|
228
246
|
v?: `0x${string}` | undefined;
|
229
|
-
value?: `0x${string}` | undefined;
|
230
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
231
|
-
gasPrice?: `0x${string}` | undefined;
|
232
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
233
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
234
247
|
accessList?: import("../../index.js").AccessList | undefined;
|
248
|
+
blobVersionedHashes?: undefined;
|
235
249
|
chainId?: `0x${string}` | undefined;
|
236
250
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
237
251
|
isSystemTx?: boolean | undefined;
|
@@ -239,11 +253,17 @@ export declare const zoraTestnet: {
|
|
239
253
|
sourceHash: `0x${string}`;
|
240
254
|
type: "0x7e";
|
241
255
|
}) | ({
|
256
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
257
|
+
gas?: `0x${string}` | undefined;
|
258
|
+
value?: `0x${string}` | undefined;
|
259
|
+
gasPrice?: `0x${string}` | undefined;
|
260
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
261
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
262
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
242
263
|
yParity?: `0x${string}` | undefined;
|
243
264
|
blockHash?: `0x${string}` | null | undefined;
|
244
265
|
blockNumber?: `0x${string}` | null | undefined;
|
245
266
|
from?: `0x${string}` | undefined;
|
246
|
-
gas?: `0x${string}` | undefined;
|
247
267
|
hash?: `0x${string}` | undefined;
|
248
268
|
input?: `0x${string}` | undefined;
|
249
269
|
nonce?: `0x${string}` | undefined;
|
@@ -252,23 +272,79 @@ export declare const zoraTestnet: {
|
|
252
272
|
to?: `0x${string}` | null | undefined;
|
253
273
|
transactionIndex?: `0x${string}` | null | undefined;
|
254
274
|
v?: `0x${string}` | undefined;
|
275
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
276
|
+
blobVersionedHashes?: undefined;
|
277
|
+
chainId?: `0x${string}` | undefined;
|
278
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
279
|
+
isSystemTx?: undefined;
|
280
|
+
mint?: undefined;
|
281
|
+
sourceHash?: undefined;
|
282
|
+
}) | ({
|
283
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
284
|
+
gas?: `0x${string}` | undefined;
|
255
285
|
value?: `0x${string}` | undefined;
|
256
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
257
286
|
gasPrice?: `0x${string}` | undefined;
|
287
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
258
288
|
maxFeePerGas?: `0x${string}` | undefined;
|
259
289
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
290
|
+
yParity?: `0x${string}` | undefined;
|
291
|
+
blockHash?: `0x${string}` | null | undefined;
|
292
|
+
blockNumber?: `0x${string}` | null | undefined;
|
293
|
+
from?: `0x${string}` | undefined;
|
294
|
+
hash?: `0x${string}` | undefined;
|
295
|
+
input?: `0x${string}` | undefined;
|
296
|
+
nonce?: `0x${string}` | undefined;
|
297
|
+
r?: `0x${string}` | undefined;
|
298
|
+
s?: `0x${string}` | undefined;
|
299
|
+
to?: `0x${string}` | null | undefined;
|
300
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
301
|
+
v?: `0x${string}` | undefined;
|
260
302
|
accessList?: import("../../index.js").AccessList | undefined;
|
303
|
+
blobVersionedHashes?: undefined;
|
261
304
|
chainId?: `0x${string}` | undefined;
|
262
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
305
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
263
306
|
isSystemTx?: undefined;
|
264
307
|
mint?: undefined;
|
265
308
|
sourceHash?: undefined;
|
266
309
|
}) | ({
|
310
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
311
|
+
gas?: `0x${string}` | undefined;
|
312
|
+
value?: `0x${string}` | undefined;
|
313
|
+
gasPrice?: `0x${string}` | undefined;
|
314
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
315
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
316
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
267
317
|
yParity?: `0x${string}` | undefined;
|
268
318
|
blockHash?: `0x${string}` | null | undefined;
|
269
319
|
blockNumber?: `0x${string}` | null | undefined;
|
270
320
|
from?: `0x${string}` | undefined;
|
321
|
+
hash?: `0x${string}` | undefined;
|
322
|
+
input?: `0x${string}` | undefined;
|
323
|
+
nonce?: `0x${string}` | undefined;
|
324
|
+
r?: `0x${string}` | undefined;
|
325
|
+
s?: `0x${string}` | undefined;
|
326
|
+
to?: `0x${string}` | null | undefined;
|
327
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
328
|
+
v?: `0x${string}` | undefined;
|
329
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
330
|
+
blobVersionedHashes?: undefined;
|
331
|
+
chainId?: `0x${string}` | undefined;
|
332
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
333
|
+
isSystemTx?: undefined;
|
334
|
+
mint?: undefined;
|
335
|
+
sourceHash?: undefined;
|
336
|
+
}) | ({
|
337
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
271
338
|
gas?: `0x${string}` | undefined;
|
339
|
+
value?: `0x${string}` | undefined;
|
340
|
+
gasPrice?: `0x${string}` | undefined;
|
341
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
342
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
343
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
344
|
+
yParity?: `0x${string}` | undefined;
|
345
|
+
blockHash?: `0x${string}` | null | undefined;
|
346
|
+
blockNumber?: `0x${string}` | null | undefined;
|
347
|
+
from?: `0x${string}` | undefined;
|
272
348
|
hash?: `0x${string}` | undefined;
|
273
349
|
input?: `0x${string}` | undefined;
|
274
350
|
nonce?: `0x${string}` | undefined;
|
@@ -277,23 +353,53 @@ export declare const zoraTestnet: {
|
|
277
353
|
to?: `0x${string}` | null | undefined;
|
278
354
|
transactionIndex?: `0x${string}` | null | undefined;
|
279
355
|
v?: `0x${string}` | undefined;
|
356
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
357
|
+
blobVersionedHashes?: undefined;
|
358
|
+
chainId?: `0x${string}` | undefined;
|
359
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
360
|
+
isSystemTx?: boolean | undefined;
|
361
|
+
mint?: `0x${string}` | undefined;
|
362
|
+
sourceHash: `0x${string}`;
|
363
|
+
type: "0x7e";
|
364
|
+
}) | ({
|
365
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
366
|
+
gas?: `0x${string}` | undefined;
|
280
367
|
value?: `0x${string}` | undefined;
|
281
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
282
368
|
gasPrice?: `0x${string}` | undefined;
|
369
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
283
370
|
maxFeePerGas?: `0x${string}` | undefined;
|
284
371
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
372
|
+
yParity?: `0x${string}` | undefined;
|
373
|
+
blockHash?: `0x${string}` | null | undefined;
|
374
|
+
blockNumber?: `0x${string}` | null | undefined;
|
375
|
+
from?: `0x${string}` | undefined;
|
376
|
+
hash?: `0x${string}` | undefined;
|
377
|
+
input?: `0x${string}` | undefined;
|
378
|
+
nonce?: `0x${string}` | undefined;
|
379
|
+
r?: `0x${string}` | undefined;
|
380
|
+
s?: `0x${string}` | undefined;
|
381
|
+
to?: `0x${string}` | null | undefined;
|
382
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
383
|
+
v?: `0x${string}` | undefined;
|
285
384
|
accessList?: import("../../index.js").AccessList | undefined;
|
385
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
286
386
|
chainId?: `0x${string}` | undefined;
|
287
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
387
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
288
388
|
isSystemTx?: undefined;
|
289
389
|
mint?: undefined;
|
290
390
|
sourceHash?: undefined;
|
291
391
|
}) | ({
|
392
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
393
|
+
gas?: `0x${string}` | undefined;
|
394
|
+
value?: `0x${string}` | undefined;
|
395
|
+
gasPrice?: `0x${string}` | undefined;
|
396
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
397
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
398
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
292
399
|
yParity?: `0x${string}` | undefined;
|
293
400
|
blockHash?: `0x${string}` | null | undefined;
|
294
401
|
blockNumber?: `0x${string}` | null | undefined;
|
295
402
|
from?: `0x${string}` | undefined;
|
296
|
-
gas?: `0x${string}` | undefined;
|
297
403
|
hash?: `0x${string}` | undefined;
|
298
404
|
input?: `0x${string}` | undefined;
|
299
405
|
nonce?: `0x${string}` | undefined;
|
@@ -302,23 +408,52 @@ export declare const zoraTestnet: {
|
|
302
408
|
to?: `0x${string}` | null | undefined;
|
303
409
|
transactionIndex?: `0x${string}` | null | undefined;
|
304
410
|
v?: `0x${string}` | undefined;
|
411
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
412
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
413
|
+
chainId?: `0x${string}` | undefined;
|
414
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
415
|
+
isSystemTx?: undefined;
|
416
|
+
mint?: undefined;
|
417
|
+
sourceHash?: undefined;
|
418
|
+
}) | ({
|
419
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
420
|
+
gas?: `0x${string}` | undefined;
|
305
421
|
value?: `0x${string}` | undefined;
|
306
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
307
422
|
gasPrice?: `0x${string}` | undefined;
|
423
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
308
424
|
maxFeePerGas?: `0x${string}` | undefined;
|
309
425
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
426
|
+
yParity?: `0x${string}` | undefined;
|
427
|
+
blockHash?: `0x${string}` | null | undefined;
|
428
|
+
blockNumber?: `0x${string}` | null | undefined;
|
429
|
+
from?: `0x${string}` | undefined;
|
430
|
+
hash?: `0x${string}` | undefined;
|
431
|
+
input?: `0x${string}` | undefined;
|
432
|
+
nonce?: `0x${string}` | undefined;
|
433
|
+
r?: `0x${string}` | undefined;
|
434
|
+
s?: `0x${string}` | undefined;
|
435
|
+
to?: `0x${string}` | null | undefined;
|
436
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
437
|
+
v?: `0x${string}` | undefined;
|
310
438
|
accessList?: import("../../index.js").AccessList | undefined;
|
439
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
311
440
|
chainId?: `0x${string}` | undefined;
|
312
441
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
313
442
|
isSystemTx?: undefined;
|
314
443
|
mint?: undefined;
|
315
444
|
sourceHash?: undefined;
|
316
445
|
}) | ({
|
446
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
447
|
+
gas?: `0x${string}` | undefined;
|
448
|
+
value?: `0x${string}` | undefined;
|
449
|
+
gasPrice?: `0x${string}` | undefined;
|
450
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
451
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
452
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
317
453
|
yParity?: `0x${string}` | undefined;
|
318
454
|
blockHash?: `0x${string}` | null | undefined;
|
319
455
|
blockNumber?: `0x${string}` | null | undefined;
|
320
456
|
from?: `0x${string}` | undefined;
|
321
|
-
gas?: `0x${string}` | undefined;
|
322
457
|
hash?: `0x${string}` | undefined;
|
323
458
|
input?: `0x${string}` | undefined;
|
324
459
|
nonce?: `0x${string}` | undefined;
|
@@ -327,12 +462,35 @@ export declare const zoraTestnet: {
|
|
327
462
|
to?: `0x${string}` | null | undefined;
|
328
463
|
transactionIndex?: `0x${string}` | null | undefined;
|
329
464
|
v?: `0x${string}` | undefined;
|
465
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
466
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
467
|
+
chainId?: `0x${string}` | undefined;
|
468
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP4844<`0x${string}`, `0x${string}`, boolean, "0x3">, "yParity">, "typeHex"> & {
|
469
|
+
isSystemTx?: undefined;
|
470
|
+
mint?: undefined;
|
471
|
+
sourceHash?: undefined;
|
472
|
+
}) | ({
|
473
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
474
|
+
gas?: `0x${string}` | undefined;
|
330
475
|
value?: `0x${string}` | undefined;
|
331
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
332
476
|
gasPrice?: `0x${string}` | undefined;
|
477
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
333
478
|
maxFeePerGas?: `0x${string}` | undefined;
|
334
479
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
480
|
+
yParity?: `0x${string}` | undefined;
|
481
|
+
blockHash?: `0x${string}` | null | undefined;
|
482
|
+
blockNumber?: `0x${string}` | null | undefined;
|
483
|
+
from?: `0x${string}` | undefined;
|
484
|
+
hash?: `0x${string}` | undefined;
|
485
|
+
input?: `0x${string}` | undefined;
|
486
|
+
nonce?: `0x${string}` | undefined;
|
487
|
+
r?: `0x${string}` | undefined;
|
488
|
+
s?: `0x${string}` | undefined;
|
489
|
+
to?: `0x${string}` | null | undefined;
|
490
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
491
|
+
v?: `0x${string}` | undefined;
|
335
492
|
accessList?: import("../../index.js").AccessList | undefined;
|
493
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
336
494
|
chainId?: `0x${string}` | undefined;
|
337
495
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
338
496
|
isSystemTx?: boolean | undefined;
|
@@ -340,10 +498,11 @@ export declare const zoraTestnet: {
|
|
340
498
|
sourceHash: `0x${string}`;
|
341
499
|
type: "0x7e";
|
342
500
|
})) => ({
|
501
|
+
gas: bigint;
|
502
|
+
value: bigint;
|
343
503
|
blockHash: `0x${string}` | null;
|
344
504
|
blockNumber: bigint | null;
|
345
505
|
from: `0x${string}`;
|
346
|
-
gas: bigint;
|
347
506
|
hash: `0x${string}`;
|
348
507
|
input: `0x${string}`;
|
349
508
|
nonce: number;
|
@@ -353,11 +512,12 @@ export declare const zoraTestnet: {
|
|
353
512
|
transactionIndex: number | null;
|
354
513
|
typeHex: `0x${string}` | null;
|
355
514
|
v: bigint;
|
356
|
-
value: bigint;
|
357
515
|
gasPrice: bigint;
|
516
|
+
maxFeePerBlobGas?: undefined;
|
358
517
|
maxFeePerGas?: undefined;
|
359
518
|
maxPriorityFeePerGas?: undefined;
|
360
519
|
accessList?: undefined;
|
520
|
+
blobVersionedHashes?: undefined;
|
361
521
|
chainId?: number | undefined;
|
362
522
|
yParity?: undefined;
|
363
523
|
type: "legacy";
|
@@ -365,10 +525,11 @@ export declare const zoraTestnet: {
|
|
365
525
|
mint?: undefined;
|
366
526
|
sourceHash?: undefined;
|
367
527
|
} | {
|
528
|
+
gas: bigint;
|
529
|
+
value: bigint;
|
368
530
|
blockHash: `0x${string}` | null;
|
369
531
|
blockNumber: bigint | null;
|
370
532
|
from: `0x${string}`;
|
371
|
-
gas: bigint;
|
372
533
|
hash: `0x${string}`;
|
373
534
|
input: `0x${string}`;
|
374
535
|
nonce: number;
|
@@ -378,11 +539,12 @@ export declare const zoraTestnet: {
|
|
378
539
|
transactionIndex: number | null;
|
379
540
|
typeHex: `0x${string}` | null;
|
380
541
|
v: bigint;
|
381
|
-
value: bigint;
|
382
542
|
gasPrice: undefined;
|
543
|
+
maxFeePerBlobGas?: undefined;
|
383
544
|
maxFeePerGas: bigint;
|
384
545
|
maxPriorityFeePerGas: bigint;
|
385
546
|
accessList?: undefined;
|
547
|
+
blobVersionedHashes?: undefined;
|
386
548
|
chainId?: number | undefined;
|
387
549
|
yParity: number;
|
388
550
|
type: "deposit";
|
@@ -406,9 +568,11 @@ export declare const zoraTestnet: {
|
|
406
568
|
value: bigint;
|
407
569
|
yParity: number;
|
408
570
|
gasPrice: bigint;
|
571
|
+
maxFeePerBlobGas?: undefined;
|
409
572
|
maxFeePerGas?: undefined;
|
410
573
|
maxPriorityFeePerGas?: undefined;
|
411
574
|
accessList: import("../../index.js").AccessList;
|
575
|
+
blobVersionedHashes?: undefined;
|
412
576
|
chainId: number;
|
413
577
|
type: "eip2930";
|
414
578
|
isSystemTx?: undefined;
|
@@ -431,9 +595,11 @@ export declare const zoraTestnet: {
|
|
431
595
|
value: bigint;
|
432
596
|
yParity: number;
|
433
597
|
gasPrice: undefined;
|
598
|
+
maxFeePerBlobGas?: undefined;
|
434
599
|
maxFeePerGas: bigint;
|
435
600
|
maxPriorityFeePerGas: bigint;
|
436
601
|
accessList: import("../../index.js").AccessList;
|
602
|
+
blobVersionedHashes?: undefined;
|
437
603
|
chainId: number;
|
438
604
|
type: "eip1559";
|
439
605
|
isSystemTx?: undefined;
|
@@ -456,9 +622,11 @@ export declare const zoraTestnet: {
|
|
456
622
|
value: bigint;
|
457
623
|
yParity: number;
|
458
624
|
gasPrice: undefined;
|
625
|
+
maxFeePerBlobGas?: undefined;
|
459
626
|
maxFeePerGas: bigint;
|
460
627
|
maxPriorityFeePerGas: bigint;
|
461
628
|
accessList: import("../../index.js").AccessList;
|
629
|
+
blobVersionedHashes?: undefined;
|
462
630
|
chainId: number;
|
463
631
|
type: "deposit";
|
464
632
|
isSystemTx?: boolean | undefined;
|
@@ -481,9 +649,11 @@ export declare const zoraTestnet: {
|
|
481
649
|
value: bigint;
|
482
650
|
yParity: number;
|
483
651
|
gasPrice: bigint;
|
652
|
+
maxFeePerBlobGas?: undefined;
|
484
653
|
maxFeePerGas: undefined;
|
485
654
|
maxPriorityFeePerGas: undefined;
|
486
655
|
accessList: import("../../index.js").AccessList;
|
656
|
+
blobVersionedHashes?: undefined;
|
487
657
|
chainId: number;
|
488
658
|
type: "eip2930";
|
489
659
|
isSystemTx?: undefined;
|
@@ -506,9 +676,11 @@ export declare const zoraTestnet: {
|
|
506
676
|
value: bigint;
|
507
677
|
yParity: number;
|
508
678
|
gasPrice?: undefined;
|
679
|
+
maxFeePerBlobGas?: undefined;
|
509
680
|
maxFeePerGas: bigint;
|
510
681
|
maxPriorityFeePerGas: bigint;
|
511
682
|
accessList: import("../../index.js").AccessList;
|
683
|
+
blobVersionedHashes?: undefined;
|
512
684
|
chainId: number;
|
513
685
|
type: "eip1559";
|
514
686
|
isSystemTx?: undefined;
|
@@ -531,9 +703,65 @@ export declare const zoraTestnet: {
|
|
531
703
|
value: bigint;
|
532
704
|
yParity: number;
|
533
705
|
gasPrice?: undefined;
|
706
|
+
maxFeePerBlobGas?: undefined;
|
707
|
+
maxFeePerGas: bigint;
|
708
|
+
maxPriorityFeePerGas: bigint;
|
709
|
+
accessList: import("../../index.js").AccessList;
|
710
|
+
blobVersionedHashes?: undefined;
|
711
|
+
chainId: number;
|
712
|
+
type: "deposit";
|
713
|
+
isSystemTx?: boolean | undefined;
|
714
|
+
mint?: bigint | undefined;
|
715
|
+
sourceHash: `0x${string}`;
|
716
|
+
} | {
|
717
|
+
blockHash: `0x${string}` | null;
|
718
|
+
blockNumber: bigint | null;
|
719
|
+
from: `0x${string}`;
|
720
|
+
gas: bigint;
|
721
|
+
hash: `0x${string}`;
|
722
|
+
input: `0x${string}`;
|
723
|
+
nonce: number;
|
724
|
+
r: `0x${string}`;
|
725
|
+
s: `0x${string}`;
|
726
|
+
to: `0x${string}` | null;
|
727
|
+
transactionIndex: number | null;
|
728
|
+
typeHex: `0x${string}` | null;
|
729
|
+
v: bigint;
|
730
|
+
value: bigint;
|
731
|
+
yParity: number;
|
732
|
+
gasPrice?: undefined;
|
733
|
+
maxFeePerBlobGas: bigint;
|
734
|
+
maxFeePerGas: bigint;
|
735
|
+
maxPriorityFeePerGas: bigint;
|
736
|
+
accessList: import("../../index.js").AccessList;
|
737
|
+
blobVersionedHashes: `0x${string}`[];
|
738
|
+
chainId: number;
|
739
|
+
type: "eip4844";
|
740
|
+
isSystemTx?: undefined;
|
741
|
+
mint?: undefined;
|
742
|
+
sourceHash?: undefined;
|
743
|
+
} | {
|
744
|
+
blockHash: `0x${string}` | null;
|
745
|
+
blockNumber: bigint | null;
|
746
|
+
from: `0x${string}`;
|
747
|
+
gas: bigint;
|
748
|
+
hash: `0x${string}`;
|
749
|
+
input: `0x${string}`;
|
750
|
+
nonce: number;
|
751
|
+
r: `0x${string}`;
|
752
|
+
s: `0x${string}`;
|
753
|
+
to: `0x${string}` | null;
|
754
|
+
transactionIndex: number | null;
|
755
|
+
typeHex: `0x${string}` | null;
|
756
|
+
v: bigint;
|
757
|
+
value: bigint;
|
758
|
+
yParity: number;
|
759
|
+
gasPrice?: undefined;
|
760
|
+
maxFeePerBlobGas: undefined;
|
534
761
|
maxFeePerGas: bigint;
|
535
762
|
maxPriorityFeePerGas: bigint;
|
536
763
|
accessList: import("../../index.js").AccessList;
|
764
|
+
blobVersionedHashes: `0x${string}`[];
|
537
765
|
chainId: number;
|
538
766
|
type: "deposit";
|
539
767
|
isSystemTx?: boolean | undefined;
|
@@ -545,6 +773,8 @@ export declare const zoraTestnet: {
|
|
545
773
|
readonly transactionReceipt: {
|
546
774
|
exclude: [] | undefined;
|
547
775
|
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
776
|
+
blobGasPrice?: bigint | undefined;
|
777
|
+
blobGasUsed?: bigint | undefined;
|
548
778
|
blockHash: `0x${string}`;
|
549
779
|
blockNumber: bigint;
|
550
780
|
contractAddress: `0x${string}` | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"zoraTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
1
|
+
{"version":3,"file":"zoraTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCtB,CAAA"}
|
package/_types/chains/index.d.ts
CHANGED
@@ -118,6 +118,7 @@ export { optimismGoerli } from './definitions/optimismGoerli.js';
|
|
118
118
|
export { optimismSepolia } from './definitions/optimismSepolia.js';
|
119
119
|
export { opBNB } from './definitions/opBNB.js';
|
120
120
|
export { opBNBTestnet } from './definitions/opBNBTestnet.js';
|
121
|
+
export { oortMainnetDev } from './definitions/oortmainnetDev.js';
|
121
122
|
export { palm } from './definitions/palm.js';
|
122
123
|
export { palmTestnet } from './definitions/palmTestnet.js';
|
123
124
|
export { pgn } from './definitions/pgn.js';
|