viem 2.0.0-rc.1 → 2.0.0-rc.3
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 +18 -0
- package/_cjs/accounts/generateMnemonic.js +2 -2
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/chains/definitions/arbitrumSepolia.js +2 -4
- package/_cjs/chains/definitions/arbitrumSepolia.js.map +1 -1
- package/_cjs/chains/definitions/bitTorrent.js +19 -0
- package/_cjs/chains/definitions/bitTorrent.js.map +1 -0
- package/_cjs/chains/definitions/bitTorrentTestnet.js +20 -0
- package/_cjs/chains/definitions/bitTorrentTestnet.js.map +1 -0
- package/_cjs/chains/definitions/jbc.js +32 -0
- package/_cjs/chains/definitions/jbc.js.map +1 -0
- package/_cjs/chains/definitions/wemix.js +19 -0
- package/_cjs/chains/definitions/wemix.js.map +1 -0
- package/_cjs/chains/definitions/wemixTestnet.js +20 -0
- package/_cjs/chains/definitions/wemixTestnet.js.map +1 -0
- package/_cjs/chains/index.js +14 -4
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/opStack/abis.js.map +1 -1
- package/_cjs/chains/opStack/contracts.js.map +1 -1
- package/_cjs/chains/opStack/decorators/publicL1.js.map +1 -1
- package/_cjs/chains/opStack/decorators/publicL2.js.map +1 -1
- package/_cjs/chains/opStack/decorators/walletL1.js.map +1 -1
- package/_cjs/chains/opStack/decorators/walletL2.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/accounts/generateMnemonic.js +3 -2
- package/_esm/accounts/generateMnemonic.js.map +1 -1
- package/_esm/chains/definitions/arbitrumSepolia.js +2 -4
- package/_esm/chains/definitions/arbitrumSepolia.js.map +1 -1
- package/_esm/chains/definitions/bitTorrent.js +16 -0
- package/_esm/chains/definitions/bitTorrent.js.map +1 -0
- package/_esm/chains/definitions/bitTorrentTestnet.js +17 -0
- package/_esm/chains/definitions/bitTorrentTestnet.js.map +1 -0
- package/_esm/chains/definitions/jbc.js +29 -0
- package/_esm/chains/definitions/jbc.js.map +1 -0
- package/_esm/chains/definitions/wemix.js +16 -0
- package/_esm/chains/definitions/wemix.js.map +1 -0
- package/_esm/chains/definitions/wemixTestnet.js +17 -0
- package/_esm/chains/definitions/wemixTestnet.js.map +1 -0
- package/_esm/chains/index.js +5 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/opStack/abis.js +4 -0
- package/_esm/chains/opStack/abis.js.map +1 -1
- package/_esm/chains/opStack/contracts.js +4 -0
- package/_esm/chains/opStack/contracts.js.map +1 -1
- package/_esm/chains/opStack/decorators/publicL1.js +15 -0
- package/_esm/chains/opStack/decorators/publicL1.js.map +1 -1
- package/_esm/chains/opStack/decorators/publicL2.js +15 -0
- package/_esm/chains/opStack/decorators/publicL2.js.map +1 -1
- package/_esm/chains/opStack/decorators/walletL1.js +17 -0
- package/_esm/chains/opStack/decorators/walletL1.js.map +1 -1
- package/_esm/chains/opStack/decorators/walletL2.js +17 -0
- package/_esm/chains/opStack/decorators/walletL2.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/accounts/generateMnemonic.d.ts +2 -1
- package/_types/accounts/generateMnemonic.d.ts.map +1 -1
- package/_types/actions/public/simulateContract.d.ts +2 -2
- package/_types/actions/public/simulateContract.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +65 -65
- package/_types/chains/celo/formatters.d.ts +65 -65
- package/_types/chains/definitions/arbitrumSepolia.d.ts +6 -2
- package/_types/chains/definitions/arbitrumSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +50 -50
- package/_types/chains/definitions/baseGoerli.d.ts +50 -50
- package/_types/chains/definitions/baseSepolia.d.ts +50 -50
- package/_types/chains/definitions/bitTorrent.d.ts +42 -0
- package/_types/chains/definitions/bitTorrent.d.ts.map +1 -0
- package/_types/chains/definitions/bitTorrentTestnet.d.ts +42 -0
- package/_types/chains/definitions/bitTorrentTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/celo.d.ts +65 -65
- package/_types/chains/definitions/celoAlfajores.d.ts +65 -65
- package/_types/chains/definitions/celoCannoli.d.ts +65 -65
- package/_types/chains/definitions/jbc.d.ts +36 -0
- package/_types/chains/definitions/jbc.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +50 -50
- package/_types/chains/definitions/optimismGoerli.d.ts +50 -50
- package/_types/chains/definitions/optimismSepolia.d.ts +50 -50
- package/_types/chains/definitions/pgn.d.ts +50 -50
- package/_types/chains/definitions/pgnTestnet.d.ts +50 -50
- package/_types/chains/definitions/wemix.d.ts +42 -0
- package/_types/chains/definitions/wemix.d.ts.map +1 -0
- package/_types/chains/definitions/wemixTestnet.d.ts +42 -0
- package/_types/chains/definitions/wemixTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/zkSync.d.ts +3 -3
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +3 -3
- package/_types/chains/definitions/zkSyncTestnet.d.ts +3 -3
- package/_types/chains/definitions/zora.d.ts +50 -50
- package/_types/chains/definitions/zoraSepolia.d.ts +50 -50
- package/_types/chains/definitions/zoraTestnet.d.ts +50 -50
- package/_types/chains/index.d.ts +6 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/abis.d.ts +4 -0
- package/_types/chains/opStack/abis.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +50 -50
- package/_types/chains/opStack/contracts.d.ts +4 -0
- package/_types/chains/opStack/contracts.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/publicL1.d.ts +15 -0
- package/_types/chains/opStack/decorators/publicL1.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/publicL2.d.ts +15 -0
- package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/walletL1.d.ts +17 -0
- package/_types/chains/opStack/decorators/walletL1.d.ts.map +1 -1
- package/_types/chains/opStack/decorators/walletL2.d.ts +17 -0
- package/_types/chains/opStack/decorators/walletL2.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +50 -50
- package/_types/chains/opStack/types/contract.d.ts +8 -7
- package/_types/chains/opStack/types/contract.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +3 -3
- package/_types/chains/zksync/formatters.d.ts +3 -3
- package/_types/clients/decorators/wallet.d.ts +2 -2
- package/_types/clients/decorators/wallet.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/accounts/generateMnemonic.ts +6 -2
- package/actions/public/simulateContract.ts +2 -2
- package/chains/definitions/arbitrumSepolia.ts +2 -4
- package/chains/definitions/bitTorrent.ts +16 -0
- package/chains/definitions/bitTorrentTestnet.ts +17 -0
- package/chains/definitions/jbc.ts +29 -0
- package/chains/definitions/wemix.ts +16 -0
- package/chains/definitions/wemixTestnet.ts +17 -0
- package/chains/index.ts +13 -1
- package/chains/opStack/abis.ts +4 -0
- package/chains/opStack/contracts.ts +4 -0
- package/chains/opStack/decorators/publicL1.ts +15 -0
- package/chains/opStack/decorators/publicL2.ts +15 -0
- package/chains/opStack/decorators/walletL1.ts +17 -0
- package/chains/opStack/decorators/walletL2.ts +17 -0
- package/chains/opStack/types/contract.ts +15 -6
- package/clients/decorators/wallet.ts +2 -2
- package/errors/version.ts +1 -1
- package/package.json +34 -12
@@ -90,12 +90,8 @@ export declare const baseSepolia: {
|
|
90
90
|
readonly transaction: {
|
91
91
|
exclude: [] | undefined;
|
92
92
|
format: (args: ({
|
93
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
94
|
-
blockHash?: `0x${string}` | null | undefined;
|
95
|
-
gasPrice?: `0x${string}` | undefined;
|
96
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
97
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
98
93
|
yParity?: `0x${string}` | undefined;
|
94
|
+
blockHash?: `0x${string}` | null | undefined;
|
99
95
|
blockNumber?: `0x${string}` | null | undefined;
|
100
96
|
from?: `0x${string}` | undefined;
|
101
97
|
gas?: `0x${string}` | undefined;
|
@@ -108,6 +104,10 @@ export declare const baseSepolia: {
|
|
108
104
|
transactionIndex?: `0x${string}` | null | undefined;
|
109
105
|
v?: `0x${string}` | undefined;
|
110
106
|
value?: `0x${string}` | undefined;
|
107
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
108
|
+
gasPrice?: `0x${string}` | undefined;
|
109
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
110
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
111
111
|
accessList?: undefined;
|
112
112
|
chainId?: `0x${string}` | undefined;
|
113
113
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -115,12 +115,8 @@ export declare const baseSepolia: {
|
|
115
115
|
mint?: undefined;
|
116
116
|
sourceHash?: undefined;
|
117
117
|
}) | ({
|
118
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
119
|
-
blockHash?: `0x${string}` | null | undefined;
|
120
|
-
gasPrice?: `0x${string}` | undefined;
|
121
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
122
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
123
118
|
yParity?: `0x${string}` | undefined;
|
119
|
+
blockHash?: `0x${string}` | null | undefined;
|
124
120
|
blockNumber?: `0x${string}` | null | undefined;
|
125
121
|
from?: `0x${string}` | undefined;
|
126
122
|
gas?: `0x${string}` | undefined;
|
@@ -133,6 +129,10 @@ export declare const baseSepolia: {
|
|
133
129
|
transactionIndex?: `0x${string}` | null | undefined;
|
134
130
|
v?: `0x${string}` | undefined;
|
135
131
|
value?: `0x${string}` | undefined;
|
132
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
133
|
+
gasPrice?: `0x${string}` | undefined;
|
134
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
135
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
136
136
|
accessList?: undefined;
|
137
137
|
chainId?: `0x${string}` | undefined;
|
138
138
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -141,12 +141,8 @@ export declare const baseSepolia: {
|
|
141
141
|
sourceHash: `0x${string}`;
|
142
142
|
type: "0x7e";
|
143
143
|
}) | ({
|
144
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
145
|
-
blockHash?: `0x${string}` | null | undefined;
|
146
|
-
gasPrice?: `0x${string}` | undefined;
|
147
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
148
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
149
144
|
yParity?: `0x${string}` | undefined;
|
145
|
+
blockHash?: `0x${string}` | null | undefined;
|
150
146
|
blockNumber?: `0x${string}` | null | undefined;
|
151
147
|
from?: `0x${string}` | undefined;
|
152
148
|
gas?: `0x${string}` | undefined;
|
@@ -159,6 +155,10 @@ export declare const baseSepolia: {
|
|
159
155
|
transactionIndex?: `0x${string}` | null | undefined;
|
160
156
|
v?: `0x${string}` | undefined;
|
161
157
|
value?: `0x${string}` | undefined;
|
158
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
159
|
+
gasPrice?: `0x${string}` | undefined;
|
160
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
161
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
162
162
|
accessList?: import("../../index.js").AccessList | undefined;
|
163
163
|
chainId?: `0x${string}` | undefined;
|
164
164
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -166,12 +166,8 @@ export declare const baseSepolia: {
|
|
166
166
|
mint?: undefined;
|
167
167
|
sourceHash?: undefined;
|
168
168
|
}) | ({
|
169
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
170
|
-
blockHash?: `0x${string}` | null | undefined;
|
171
|
-
gasPrice?: `0x${string}` | undefined;
|
172
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
173
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
174
169
|
yParity?: `0x${string}` | undefined;
|
170
|
+
blockHash?: `0x${string}` | null | undefined;
|
175
171
|
blockNumber?: `0x${string}` | null | undefined;
|
176
172
|
from?: `0x${string}` | undefined;
|
177
173
|
gas?: `0x${string}` | undefined;
|
@@ -184,6 +180,10 @@ export declare const baseSepolia: {
|
|
184
180
|
transactionIndex?: `0x${string}` | null | undefined;
|
185
181
|
v?: `0x${string}` | undefined;
|
186
182
|
value?: `0x${string}` | undefined;
|
183
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
184
|
+
gasPrice?: `0x${string}` | undefined;
|
185
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
186
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
187
187
|
accessList?: import("../../index.js").AccessList | undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -191,12 +191,8 @@ export declare const baseSepolia: {
|
|
191
191
|
mint?: undefined;
|
192
192
|
sourceHash?: undefined;
|
193
193
|
}) | ({
|
194
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
195
|
-
blockHash?: `0x${string}` | null | undefined;
|
196
|
-
gasPrice?: `0x${string}` | undefined;
|
197
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
198
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
199
194
|
yParity?: `0x${string}` | undefined;
|
195
|
+
blockHash?: `0x${string}` | null | undefined;
|
200
196
|
blockNumber?: `0x${string}` | null | undefined;
|
201
197
|
from?: `0x${string}` | undefined;
|
202
198
|
gas?: `0x${string}` | undefined;
|
@@ -209,6 +205,10 @@ export declare const baseSepolia: {
|
|
209
205
|
transactionIndex?: `0x${string}` | null | undefined;
|
210
206
|
v?: `0x${string}` | undefined;
|
211
207
|
value?: `0x${string}` | undefined;
|
208
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
209
|
+
gasPrice?: `0x${string}` | undefined;
|
210
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
211
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
212
212
|
accessList?: import("../../index.js").AccessList | undefined;
|
213
213
|
chainId?: `0x${string}` | undefined;
|
214
214
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -216,12 +216,8 @@ export declare const baseSepolia: {
|
|
216
216
|
mint?: undefined;
|
217
217
|
sourceHash?: undefined;
|
218
218
|
}) | ({
|
219
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
220
|
-
blockHash?: `0x${string}` | null | undefined;
|
221
|
-
gasPrice?: `0x${string}` | undefined;
|
222
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
223
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
224
219
|
yParity?: `0x${string}` | undefined;
|
220
|
+
blockHash?: `0x${string}` | null | undefined;
|
225
221
|
blockNumber?: `0x${string}` | null | undefined;
|
226
222
|
from?: `0x${string}` | undefined;
|
227
223
|
gas?: `0x${string}` | undefined;
|
@@ -234,6 +230,10 @@ export declare const baseSepolia: {
|
|
234
230
|
transactionIndex?: `0x${string}` | null | undefined;
|
235
231
|
v?: `0x${string}` | undefined;
|
236
232
|
value?: `0x${string}` | undefined;
|
233
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
234
|
+
gasPrice?: `0x${string}` | undefined;
|
235
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
236
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
237
237
|
accessList?: import("../../index.js").AccessList | undefined;
|
238
238
|
chainId?: `0x${string}` | undefined;
|
239
239
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -242,12 +242,8 @@ export declare const baseSepolia: {
|
|
242
242
|
sourceHash: `0x${string}`;
|
243
243
|
type: "0x7e";
|
244
244
|
}) | ({
|
245
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
246
|
-
blockHash?: `0x${string}` | null | undefined;
|
247
|
-
gasPrice?: `0x${string}` | undefined;
|
248
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
249
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
250
245
|
yParity?: `0x${string}` | undefined;
|
246
|
+
blockHash?: `0x${string}` | null | undefined;
|
251
247
|
blockNumber?: `0x${string}` | null | undefined;
|
252
248
|
from?: `0x${string}` | undefined;
|
253
249
|
gas?: `0x${string}` | undefined;
|
@@ -260,6 +256,10 @@ export declare const baseSepolia: {
|
|
260
256
|
transactionIndex?: `0x${string}` | null | undefined;
|
261
257
|
v?: `0x${string}` | undefined;
|
262
258
|
value?: `0x${string}` | undefined;
|
259
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
260
|
+
gasPrice?: `0x${string}` | undefined;
|
261
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
262
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
263
263
|
accessList?: import("../../index.js").AccessList | undefined;
|
264
264
|
chainId?: `0x${string}` | undefined;
|
265
265
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -267,12 +267,8 @@ export declare const baseSepolia: {
|
|
267
267
|
mint?: undefined;
|
268
268
|
sourceHash?: undefined;
|
269
269
|
}) | ({
|
270
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
271
|
-
blockHash?: `0x${string}` | null | undefined;
|
272
|
-
gasPrice?: `0x${string}` | undefined;
|
273
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
274
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
275
270
|
yParity?: `0x${string}` | undefined;
|
271
|
+
blockHash?: `0x${string}` | null | undefined;
|
276
272
|
blockNumber?: `0x${string}` | null | undefined;
|
277
273
|
from?: `0x${string}` | undefined;
|
278
274
|
gas?: `0x${string}` | undefined;
|
@@ -285,6 +281,10 @@ export declare const baseSepolia: {
|
|
285
281
|
transactionIndex?: `0x${string}` | null | undefined;
|
286
282
|
v?: `0x${string}` | undefined;
|
287
283
|
value?: `0x${string}` | undefined;
|
284
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
285
|
+
gasPrice?: `0x${string}` | undefined;
|
286
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
287
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
288
288
|
accessList?: import("../../index.js").AccessList | undefined;
|
289
289
|
chainId?: `0x${string}` | undefined;
|
290
290
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -292,12 +292,8 @@ export declare const baseSepolia: {
|
|
292
292
|
mint?: undefined;
|
293
293
|
sourceHash?: undefined;
|
294
294
|
}) | ({
|
295
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
296
|
-
blockHash?: `0x${string}` | null | undefined;
|
297
|
-
gasPrice?: `0x${string}` | undefined;
|
298
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
299
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
300
295
|
yParity?: `0x${string}` | undefined;
|
296
|
+
blockHash?: `0x${string}` | null | undefined;
|
301
297
|
blockNumber?: `0x${string}` | null | undefined;
|
302
298
|
from?: `0x${string}` | undefined;
|
303
299
|
gas?: `0x${string}` | undefined;
|
@@ -310,6 +306,10 @@ export declare const baseSepolia: {
|
|
310
306
|
transactionIndex?: `0x${string}` | null | undefined;
|
311
307
|
v?: `0x${string}` | undefined;
|
312
308
|
value?: `0x${string}` | undefined;
|
309
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
310
|
+
gasPrice?: `0x${string}` | undefined;
|
311
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
312
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
313
313
|
accessList?: import("../../index.js").AccessList | undefined;
|
314
314
|
chainId?: `0x${string}` | undefined;
|
315
315
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -317,12 +317,8 @@ export declare const baseSepolia: {
|
|
317
317
|
mint?: undefined;
|
318
318
|
sourceHash?: undefined;
|
319
319
|
}) | ({
|
320
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
321
|
-
blockHash?: `0x${string}` | null | undefined;
|
322
|
-
gasPrice?: `0x${string}` | undefined;
|
323
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
324
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
325
320
|
yParity?: `0x${string}` | undefined;
|
321
|
+
blockHash?: `0x${string}` | null | undefined;
|
326
322
|
blockNumber?: `0x${string}` | null | undefined;
|
327
323
|
from?: `0x${string}` | undefined;
|
328
324
|
gas?: `0x${string}` | undefined;
|
@@ -335,6 +331,10 @@ export declare const baseSepolia: {
|
|
335
331
|
transactionIndex?: `0x${string}` | null | undefined;
|
336
332
|
v?: `0x${string}` | undefined;
|
337
333
|
value?: `0x${string}` | undefined;
|
334
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
335
|
+
gasPrice?: `0x${string}` | undefined;
|
336
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
337
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
338
338
|
accessList?: import("../../index.js").AccessList | undefined;
|
339
339
|
chainId?: `0x${string}` | undefined;
|
340
340
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -0,0 +1,42 @@
|
|
1
|
+
export declare const bitTorrent: {
|
2
|
+
blockExplorers: {
|
3
|
+
readonly etherscan: {
|
4
|
+
readonly name: "Bttcscan";
|
5
|
+
readonly url: "https://bttcscan.com";
|
6
|
+
};
|
7
|
+
readonly default: {
|
8
|
+
readonly name: "Bttcscan";
|
9
|
+
readonly url: "https://bttcscan.com";
|
10
|
+
};
|
11
|
+
};
|
12
|
+
contracts?: {
|
13
|
+
[x: string]: import("../../index.js").ChainContract | {
|
14
|
+
[sourceId: number]: import("../../index.js").ChainContract | undefined;
|
15
|
+
} | undefined;
|
16
|
+
ensRegistry?: import("../../index.js").ChainContract | undefined;
|
17
|
+
ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
|
18
|
+
multicall3?: import("../../index.js").ChainContract | undefined;
|
19
|
+
} | undefined;
|
20
|
+
id: 199;
|
21
|
+
name: "BitTorrent";
|
22
|
+
nativeCurrency: {
|
23
|
+
readonly name: "BitTorrent";
|
24
|
+
readonly symbol: "BTT";
|
25
|
+
readonly decimals: 18;
|
26
|
+
};
|
27
|
+
rpcUrls: {
|
28
|
+
readonly default: {
|
29
|
+
readonly http: readonly ["https://rpc.bittorrentchain.io"];
|
30
|
+
};
|
31
|
+
readonly public: {
|
32
|
+
readonly http: readonly ["https://rpc.bittorrentchain.io"];
|
33
|
+
};
|
34
|
+
};
|
35
|
+
sourceId?: number | undefined;
|
36
|
+
testnet?: boolean | undefined;
|
37
|
+
formatters?: undefined;
|
38
|
+
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
|
39
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
40
|
+
readonly network: "bittorrent-chain-mainnet";
|
41
|
+
};
|
42
|
+
//# sourceMappingURL=bitTorrent.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"bitTorrent.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bitTorrent.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAarB,CAAA"}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
export declare const bitTorrentTestnet: {
|
2
|
+
blockExplorers: {
|
3
|
+
readonly etherscan: {
|
4
|
+
readonly name: "Bttcscan";
|
5
|
+
readonly url: "https://testnet.bttcscan.com";
|
6
|
+
};
|
7
|
+
readonly default: {
|
8
|
+
readonly name: "Bttcscan";
|
9
|
+
readonly url: "https://testnet.bttcscan.com";
|
10
|
+
};
|
11
|
+
};
|
12
|
+
contracts?: {
|
13
|
+
[x: string]: import("../../index.js").ChainContract | {
|
14
|
+
[sourceId: number]: import("../../index.js").ChainContract | undefined;
|
15
|
+
} | undefined;
|
16
|
+
ensRegistry?: import("../../index.js").ChainContract | undefined;
|
17
|
+
ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
|
18
|
+
multicall3?: import("../../index.js").ChainContract | undefined;
|
19
|
+
} | undefined;
|
20
|
+
id: 1028;
|
21
|
+
name: "BitTorrent Chain Testnet";
|
22
|
+
nativeCurrency: {
|
23
|
+
readonly name: "BitTorrent";
|
24
|
+
readonly symbol: "BTT";
|
25
|
+
readonly decimals: 18;
|
26
|
+
};
|
27
|
+
rpcUrls: {
|
28
|
+
readonly default: {
|
29
|
+
readonly http: readonly ["https://testrpc.bittorrentchain.io"];
|
30
|
+
};
|
31
|
+
readonly public: {
|
32
|
+
readonly http: readonly ["https://testrpc.bittorrentchain.io"];
|
33
|
+
};
|
34
|
+
};
|
35
|
+
sourceId?: number | undefined;
|
36
|
+
testnet: true;
|
37
|
+
formatters?: undefined;
|
38
|
+
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
|
39
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
40
|
+
readonly network: "bittorrent-chain-testnet";
|
41
|
+
};
|
42
|
+
//# sourceMappingURL=bitTorrentTestnet.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"bitTorrentTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bitTorrentTestnet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAc5B,CAAA"}
|
@@ -71,12 +71,8 @@ export declare const celo: {
|
|
71
71
|
readonly transaction: {
|
72
72
|
exclude: [] | undefined;
|
73
73
|
format: (args: ({
|
74
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
75
|
-
blockHash?: `0x${string}` | null | undefined;
|
76
|
-
gasPrice?: `0x${string}` | undefined;
|
77
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
78
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
79
74
|
yParity?: `0x${string}` | undefined;
|
75
|
+
blockHash?: `0x${string}` | null | undefined;
|
80
76
|
blockNumber?: `0x${string}` | null | undefined;
|
81
77
|
from?: `0x${string}` | undefined;
|
82
78
|
gas?: `0x${string}` | undefined;
|
@@ -89,6 +85,10 @@ export declare const celo: {
|
|
89
85
|
transactionIndex?: `0x${string}` | null | undefined;
|
90
86
|
v?: `0x${string}` | undefined;
|
91
87
|
value?: `0x${string}` | undefined;
|
88
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
89
|
+
gasPrice?: `0x${string}` | undefined;
|
90
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
91
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
92
92
|
accessList?: undefined;
|
93
93
|
chainId?: `0x${string}` | undefined;
|
94
94
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -96,12 +96,8 @@ export declare const celo: {
|
|
96
96
|
gatewayFee: `0x${string}` | null;
|
97
97
|
gatewayFeeRecipient: `0x${string}` | null;
|
98
98
|
}) | ({
|
99
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
100
|
-
blockHash?: `0x${string}` | null | undefined;
|
101
|
-
gasPrice?: `0x${string}` | undefined;
|
102
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
103
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
104
99
|
yParity?: `0x${string}` | undefined;
|
100
|
+
blockHash?: `0x${string}` | null | undefined;
|
105
101
|
blockNumber?: `0x${string}` | null | undefined;
|
106
102
|
from?: `0x${string}` | undefined;
|
107
103
|
gas?: `0x${string}` | undefined;
|
@@ -114,6 +110,10 @@ export declare const celo: {
|
|
114
110
|
transactionIndex?: `0x${string}` | null | undefined;
|
115
111
|
v?: `0x${string}` | undefined;
|
116
112
|
value?: `0x${string}` | undefined;
|
113
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
114
|
+
gasPrice?: `0x${string}` | undefined;
|
115
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
116
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
117
117
|
accessList?: undefined;
|
118
118
|
chainId?: `0x${string}` | undefined;
|
119
119
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -122,12 +122,8 @@ export declare const celo: {
|
|
122
122
|
gatewayFeeRecipient: `0x${string}` | null;
|
123
123
|
type: "0x7c";
|
124
124
|
}) | ({
|
125
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
126
|
-
blockHash?: `0x${string}` | null | undefined;
|
127
|
-
gasPrice?: `0x${string}` | undefined;
|
128
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
129
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
130
125
|
yParity?: `0x${string}` | undefined;
|
126
|
+
blockHash?: `0x${string}` | null | undefined;
|
131
127
|
blockNumber?: `0x${string}` | null | undefined;
|
132
128
|
from?: `0x${string}` | undefined;
|
133
129
|
gas?: `0x${string}` | undefined;
|
@@ -140,6 +136,10 @@ export declare const celo: {
|
|
140
136
|
transactionIndex?: `0x${string}` | null | undefined;
|
141
137
|
v?: `0x${string}` | undefined;
|
142
138
|
value?: `0x${string}` | undefined;
|
139
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
140
|
+
gasPrice?: `0x${string}` | undefined;
|
141
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
142
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
143
143
|
accessList?: undefined;
|
144
144
|
chainId?: `0x${string}` | undefined;
|
145
145
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -148,12 +148,8 @@ export declare const celo: {
|
|
148
148
|
gatewayFeeRecipient?: undefined;
|
149
149
|
type: "0x7b";
|
150
150
|
}) | ({
|
151
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
152
|
-
blockHash?: `0x${string}` | null | undefined;
|
153
|
-
gasPrice?: `0x${string}` | undefined;
|
154
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
155
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
156
151
|
yParity?: `0x${string}` | undefined;
|
152
|
+
blockHash?: `0x${string}` | null | undefined;
|
157
153
|
blockNumber?: `0x${string}` | null | undefined;
|
158
154
|
from?: `0x${string}` | undefined;
|
159
155
|
gas?: `0x${string}` | undefined;
|
@@ -166,6 +162,10 @@ export declare const celo: {
|
|
166
162
|
transactionIndex?: `0x${string}` | null | undefined;
|
167
163
|
v?: `0x${string}` | undefined;
|
168
164
|
value?: `0x${string}` | undefined;
|
165
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
166
|
+
gasPrice?: `0x${string}` | undefined;
|
167
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
168
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
169
169
|
accessList?: import("../../index.js").AccessList | undefined;
|
170
170
|
chainId?: `0x${string}` | undefined;
|
171
171
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -173,12 +173,8 @@ export declare const celo: {
|
|
173
173
|
gatewayFee: `0x${string}` | null;
|
174
174
|
gatewayFeeRecipient: `0x${string}` | null;
|
175
175
|
}) | ({
|
176
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
177
|
-
blockHash?: `0x${string}` | null | undefined;
|
178
|
-
gasPrice?: `0x${string}` | undefined;
|
179
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
180
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
181
176
|
yParity?: `0x${string}` | undefined;
|
177
|
+
blockHash?: `0x${string}` | null | undefined;
|
182
178
|
blockNumber?: `0x${string}` | null | undefined;
|
183
179
|
from?: `0x${string}` | undefined;
|
184
180
|
gas?: `0x${string}` | undefined;
|
@@ -191,6 +187,10 @@ export declare const celo: {
|
|
191
187
|
transactionIndex?: `0x${string}` | null | undefined;
|
192
188
|
v?: `0x${string}` | undefined;
|
193
189
|
value?: `0x${string}` | undefined;
|
190
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
191
|
+
gasPrice?: `0x${string}` | undefined;
|
192
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
193
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
194
194
|
accessList?: import("../../index.js").AccessList | undefined;
|
195
195
|
chainId?: `0x${string}` | undefined;
|
196
196
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -198,12 +198,8 @@ export declare const celo: {
|
|
198
198
|
gatewayFee: `0x${string}` | null;
|
199
199
|
gatewayFeeRecipient: `0x${string}` | null;
|
200
200
|
}) | ({
|
201
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
202
|
-
blockHash?: `0x${string}` | null | undefined;
|
203
|
-
gasPrice?: `0x${string}` | undefined;
|
204
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
205
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
206
201
|
yParity?: `0x${string}` | undefined;
|
202
|
+
blockHash?: `0x${string}` | null | undefined;
|
207
203
|
blockNumber?: `0x${string}` | null | undefined;
|
208
204
|
from?: `0x${string}` | undefined;
|
209
205
|
gas?: `0x${string}` | undefined;
|
@@ -216,6 +212,10 @@ export declare const celo: {
|
|
216
212
|
transactionIndex?: `0x${string}` | null | undefined;
|
217
213
|
v?: `0x${string}` | undefined;
|
218
214
|
value?: `0x${string}` | undefined;
|
215
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
216
|
+
gasPrice?: `0x${string}` | undefined;
|
217
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
218
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
219
219
|
accessList?: import("../../index.js").AccessList | undefined;
|
220
220
|
chainId?: `0x${string}` | undefined;
|
221
221
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -223,12 +223,8 @@ export declare const celo: {
|
|
223
223
|
gatewayFee: `0x${string}` | null;
|
224
224
|
gatewayFeeRecipient: `0x${string}` | null;
|
225
225
|
}) | ({
|
226
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
227
|
-
blockHash?: `0x${string}` | null | undefined;
|
228
|
-
gasPrice?: `0x${string}` | undefined;
|
229
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
230
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
231
226
|
yParity?: `0x${string}` | undefined;
|
227
|
+
blockHash?: `0x${string}` | null | undefined;
|
232
228
|
blockNumber?: `0x${string}` | null | undefined;
|
233
229
|
from?: `0x${string}` | undefined;
|
234
230
|
gas?: `0x${string}` | undefined;
|
@@ -241,6 +237,10 @@ export declare const celo: {
|
|
241
237
|
transactionIndex?: `0x${string}` | null | undefined;
|
242
238
|
v?: `0x${string}` | undefined;
|
243
239
|
value?: `0x${string}` | undefined;
|
240
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
241
|
+
gasPrice?: `0x${string}` | undefined;
|
242
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
243
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
244
244
|
accessList?: import("../../index.js").AccessList | undefined;
|
245
245
|
chainId?: `0x${string}` | undefined;
|
246
246
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -249,12 +249,8 @@ export declare const celo: {
|
|
249
249
|
gatewayFeeRecipient: `0x${string}` | null;
|
250
250
|
type: "0x7c";
|
251
251
|
}) | ({
|
252
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
253
|
-
blockHash?: `0x${string}` | null | undefined;
|
254
|
-
gasPrice?: `0x${string}` | undefined;
|
255
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
256
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
257
252
|
yParity?: `0x${string}` | undefined;
|
253
|
+
blockHash?: `0x${string}` | null | undefined;
|
258
254
|
blockNumber?: `0x${string}` | null | undefined;
|
259
255
|
from?: `0x${string}` | undefined;
|
260
256
|
gas?: `0x${string}` | undefined;
|
@@ -267,6 +263,10 @@ export declare const celo: {
|
|
267
263
|
transactionIndex?: `0x${string}` | null | undefined;
|
268
264
|
v?: `0x${string}` | undefined;
|
269
265
|
value?: `0x${string}` | undefined;
|
266
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
267
|
+
gasPrice?: `0x${string}` | undefined;
|
268
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
269
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
270
270
|
accessList?: import("../../index.js").AccessList | undefined;
|
271
271
|
chainId?: `0x${string}` | undefined;
|
272
272
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -275,12 +275,8 @@ export declare const celo: {
|
|
275
275
|
gatewayFeeRecipient?: undefined;
|
276
276
|
type: "0x7b";
|
277
277
|
}) | ({
|
278
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
279
|
-
blockHash?: `0x${string}` | null | undefined;
|
280
|
-
gasPrice?: `0x${string}` | undefined;
|
281
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
282
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
283
278
|
yParity?: `0x${string}` | undefined;
|
279
|
+
blockHash?: `0x${string}` | null | undefined;
|
284
280
|
blockNumber?: `0x${string}` | null | undefined;
|
285
281
|
from?: `0x${string}` | undefined;
|
286
282
|
gas?: `0x${string}` | undefined;
|
@@ -293,6 +289,10 @@ export declare const celo: {
|
|
293
289
|
transactionIndex?: `0x${string}` | null | undefined;
|
294
290
|
v?: `0x${string}` | undefined;
|
295
291
|
value?: `0x${string}` | undefined;
|
292
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
293
|
+
gasPrice?: `0x${string}` | undefined;
|
294
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
295
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
296
296
|
accessList?: import("../../index.js").AccessList | undefined;
|
297
297
|
chainId?: `0x${string}` | undefined;
|
298
298
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -300,12 +300,8 @@ export declare const celo: {
|
|
300
300
|
gatewayFee: `0x${string}` | null;
|
301
301
|
gatewayFeeRecipient: `0x${string}` | null;
|
302
302
|
}) | ({
|
303
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
304
|
-
blockHash?: `0x${string}` | null | undefined;
|
305
|
-
gasPrice?: `0x${string}` | undefined;
|
306
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
307
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
308
303
|
yParity?: `0x${string}` | undefined;
|
304
|
+
blockHash?: `0x${string}` | null | undefined;
|
309
305
|
blockNumber?: `0x${string}` | null | undefined;
|
310
306
|
from?: `0x${string}` | undefined;
|
311
307
|
gas?: `0x${string}` | undefined;
|
@@ -318,6 +314,10 @@ export declare const celo: {
|
|
318
314
|
transactionIndex?: `0x${string}` | null | undefined;
|
319
315
|
v?: `0x${string}` | undefined;
|
320
316
|
value?: `0x${string}` | undefined;
|
317
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
318
|
+
gasPrice?: `0x${string}` | undefined;
|
319
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
320
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
321
321
|
accessList?: import("../../index.js").AccessList | undefined;
|
322
322
|
chainId?: `0x${string}` | undefined;
|
323
323
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -325,12 +325,8 @@ export declare const celo: {
|
|
325
325
|
gatewayFee: `0x${string}` | null;
|
326
326
|
gatewayFeeRecipient: `0x${string}` | null;
|
327
327
|
}) | ({
|
328
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
329
|
-
blockHash?: `0x${string}` | null | undefined;
|
330
|
-
gasPrice?: `0x${string}` | undefined;
|
331
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
332
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
333
328
|
yParity?: `0x${string}` | undefined;
|
329
|
+
blockHash?: `0x${string}` | null | undefined;
|
334
330
|
blockNumber?: `0x${string}` | null | undefined;
|
335
331
|
from?: `0x${string}` | undefined;
|
336
332
|
gas?: `0x${string}` | undefined;
|
@@ -343,6 +339,10 @@ export declare const celo: {
|
|
343
339
|
transactionIndex?: `0x${string}` | null | undefined;
|
344
340
|
v?: `0x${string}` | undefined;
|
345
341
|
value?: `0x${string}` | undefined;
|
342
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
343
|
+
gasPrice?: `0x${string}` | undefined;
|
344
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
345
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
346
346
|
accessList?: import("../../index.js").AccessList | undefined;
|
347
347
|
chainId?: `0x${string}` | undefined;
|
348
348
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -350,12 +350,8 @@ export declare const celo: {
|
|
350
350
|
gatewayFee: `0x${string}` | null;
|
351
351
|
gatewayFeeRecipient: `0x${string}` | null;
|
352
352
|
}) | ({
|
353
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
354
|
-
blockHash?: `0x${string}` | null | undefined;
|
355
|
-
gasPrice?: `0x${string}` | undefined;
|
356
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
357
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
358
353
|
yParity?: `0x${string}` | undefined;
|
354
|
+
blockHash?: `0x${string}` | null | undefined;
|
359
355
|
blockNumber?: `0x${string}` | null | undefined;
|
360
356
|
from?: `0x${string}` | undefined;
|
361
357
|
gas?: `0x${string}` | undefined;
|
@@ -368,6 +364,10 @@ export declare const celo: {
|
|
368
364
|
transactionIndex?: `0x${string}` | null | undefined;
|
369
365
|
v?: `0x${string}` | undefined;
|
370
366
|
value?: `0x${string}` | undefined;
|
367
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
368
|
+
gasPrice?: `0x${string}` | undefined;
|
369
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
370
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
371
371
|
accessList?: import("../../index.js").AccessList | undefined;
|
372
372
|
chainId?: `0x${string}` | undefined;
|
373
373
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -376,12 +376,8 @@ export declare const celo: {
|
|
376
376
|
gatewayFeeRecipient: `0x${string}` | null;
|
377
377
|
type: "0x7c";
|
378
378
|
}) | ({
|
379
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
380
|
-
blockHash?: `0x${string}` | null | undefined;
|
381
|
-
gasPrice?: `0x${string}` | undefined;
|
382
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
383
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
384
379
|
yParity?: `0x${string}` | undefined;
|
380
|
+
blockHash?: `0x${string}` | null | undefined;
|
385
381
|
blockNumber?: `0x${string}` | null | undefined;
|
386
382
|
from?: `0x${string}` | undefined;
|
387
383
|
gas?: `0x${string}` | undefined;
|
@@ -394,6 +390,10 @@ export declare const celo: {
|
|
394
390
|
transactionIndex?: `0x${string}` | null | undefined;
|
395
391
|
v?: `0x${string}` | undefined;
|
396
392
|
value?: `0x${string}` | undefined;
|
393
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
394
|
+
gasPrice?: `0x${string}` | undefined;
|
395
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
396
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
397
397
|
accessList?: import("../../index.js").AccessList | undefined;
|
398
398
|
chainId?: `0x${string}` | undefined;
|
399
399
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|