viem 2.48.4 → 2.48.7
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 +22 -0
- package/_cjs/errors/utils.js +13 -1
- package/_cjs/errors/utils.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/tempo/Formatters.js +7 -3
- package/_cjs/tempo/Formatters.js.map +1 -1
- package/_cjs/tempo/actions/accessKey.js.map +1 -1
- package/_cjs/tempo/zones/zone.js +16 -2
- package/_cjs/tempo/zones/zone.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +3 -0
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_esm/errors/utils.js +18 -1
- package/_esm/errors/utils.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/tempo/Formatters.js +8 -3
- package/_esm/tempo/Formatters.js.map +1 -1
- package/_esm/tempo/actions/accessKey.js +4 -2
- package/_esm/tempo/actions/accessKey.js.map +1 -1
- package/_esm/tempo/zones/zone.js +16 -2
- package/_esm/tempo/zones/zone.js.map +1 -1
- package/_esm/utils/formatters/transaction.js +3 -0
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_types/celo/chainConfig.d.ts +16 -0
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +8 -0
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/abstract.d.ts +8 -1
- package/_types/chains/definitions/abstract.d.ts.map +1 -1
- package/_types/chains/definitions/abstractTestnet.d.ts +8 -1
- package/_types/chains/definitions/abstractTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +6 -0
- package/_types/chains/definitions/ancient8.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8Sepolia.d.ts +6 -0
- package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +12 -0
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +6 -0
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +12 -0
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts +8 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/blast.d.ts +6 -0
- package/_types/chains/definitions/blast.d.ts.map +1 -1
- package/_types/chains/definitions/bob.d.ts +6 -0
- package/_types/chains/definitions/bob.d.ts.map +1 -1
- package/_types/chains/definitions/bobSepolia.d.ts +6 -0
- package/_types/chains/definitions/bobSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/celo.d.ts +16 -0
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +16 -0
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/celoSepolia.d.ts +16 -0
- package/_types/chains/definitions/celoSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/codex.d.ts +6 -0
- package/_types/chains/definitions/codex.d.ts.map +1 -1
- package/_types/chains/definitions/codexTestnet.d.ts +6 -0
- package/_types/chains/definitions/codexTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/dchain.d.ts +6 -0
- package/_types/chains/definitions/dchain.d.ts.map +1 -1
- package/_types/chains/definitions/dchainTestnet.d.ts +6 -0
- package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/elysiumTestnet.d.ts +6 -0
- package/_types/chains/definitions/elysiumTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +6 -0
- package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtalTestnet.d.ts +6 -0
- package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/funkiMainnet.d.ts +6 -0
- package/_types/chains/definitions/funkiMainnet.d.ts.map +1 -1
- package/_types/chains/definitions/funkiSepolia.d.ts +6 -0
- package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/garnet.d.ts +6 -0
- package/_types/chains/definitions/garnet.d.ts.map +1 -1
- package/_types/chains/definitions/giwaSepolia.d.ts +12 -0
- package/_types/chains/definitions/giwaSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/ink.d.ts +6 -0
- package/_types/chains/definitions/ink.d.ts.map +1 -1
- package/_types/chains/definitions/inkSepolia.d.ts +6 -0
- package/_types/chains/definitions/inkSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/lisk.d.ts +6 -0
- package/_types/chains/definitions/lisk.d.ts.map +1 -1
- package/_types/chains/definitions/liskSepolia.d.ts +6 -0
- package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/megaeth.d.ts +6 -0
- package/_types/chains/definitions/megaeth.d.ts.map +1 -1
- package/_types/chains/definitions/metalL2.d.ts +6 -0
- package/_types/chains/definitions/metalL2.d.ts.map +1 -1
- package/_types/chains/definitions/mode.d.ts +6 -0
- package/_types/chains/definitions/mode.d.ts.map +1 -1
- package/_types/chains/definitions/modeTestnet.d.ts +6 -0
- package/_types/chains/definitions/modeTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/optimism.d.ts +6 -0
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +6 -0
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +6 -0
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/pgn.d.ts +6 -0
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +6 -0
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/playfiAlbireo.d.ts +8 -1
- package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
- package/_types/chains/definitions/pyrope.d.ts +6 -0
- package/_types/chains/definitions/pyrope.d.ts.map +1 -1
- package/_types/chains/definitions/redstone.d.ts +6 -0
- package/_types/chains/definitions/redstone.d.ts.map +1 -1
- package/_types/chains/definitions/rss3.d.ts +6 -0
- package/_types/chains/definitions/rss3.d.ts.map +1 -1
- package/_types/chains/definitions/rss3Sepolia.d.ts +6 -0
- package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/shape.d.ts +6 -0
- package/_types/chains/definitions/shape.d.ts.map +1 -1
- package/_types/chains/definitions/shapeSepolia.d.ts +6 -0
- package/_types/chains/definitions/shapeSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/snax.d.ts +6 -0
- package/_types/chains/definitions/snax.d.ts.map +1 -1
- package/_types/chains/definitions/snaxTestnet.d.ts +6 -0
- package/_types/chains/definitions/snaxTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/soneium.d.ts +6 -0
- package/_types/chains/definitions/soneium.d.ts.map +1 -1
- package/_types/chains/definitions/soneiumMinato.d.ts +6 -0
- package/_types/chains/definitions/soneiumMinato.d.ts.map +1 -1
- package/_types/chains/definitions/sophon.d.ts +8 -1
- package/_types/chains/definitions/sophon.d.ts.map +1 -1
- package/_types/chains/definitions/sophonTestnet.d.ts +8 -1
- package/_types/chains/definitions/sophonTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/superseed.d.ts +6 -0
- package/_types/chains/definitions/superseed.d.ts.map +1 -1
- package/_types/chains/definitions/superseedSepolia.d.ts +6 -0
- package/_types/chains/definitions/superseedSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/swellchain.d.ts +6 -0
- package/_types/chains/definitions/swellchain.d.ts.map +1 -1
- package/_types/chains/definitions/swellchainTestnet.d.ts +6 -0
- package/_types/chains/definitions/swellchainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempo.d.ts +12 -0
- package/_types/chains/definitions/tempo.d.ts.map +1 -1
- package/_types/chains/definitions/tempoDevnet.d.ts +12 -0
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +12 -0
- package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoModerato.d.ts +12 -0
- package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
- package/_types/chains/definitions/treasure.d.ts +8 -1
- package/_types/chains/definitions/treasure.d.ts.map +1 -1
- package/_types/chains/definitions/treasureTopaz.d.ts +8 -1
- package/_types/chains/definitions/treasureTopaz.d.ts.map +1 -1
- package/_types/chains/definitions/unichain.d.ts +6 -0
- package/_types/chains/definitions/unichain.d.ts.map +1 -1
- package/_types/chains/definitions/unichainSepolia.d.ts +6 -0
- package/_types/chains/definitions/unichainSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/worldchain.d.ts +6 -0
- package/_types/chains/definitions/worldchain.d.ts.map +1 -1
- package/_types/chains/definitions/worldchainSepolia.d.ts +6 -0
- package/_types/chains/definitions/worldchainSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zircuit.d.ts +6 -0
- package/_types/chains/definitions/zircuit.d.ts.map +1 -1
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +6 -0
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zksync.d.ts +8 -1
- package/_types/chains/definitions/zksync.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts +8 -1
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalNode.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +8 -1
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +6 -0
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +6 -0
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +6 -0
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/errors/utils.d.ts +5 -0
- package/_types/errors/utils.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +6 -0
- package/_types/op-stack/chainConfig.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +6 -0
- package/_types/op-stack/formatters.d.ts.map +1 -1
- package/_types/tempo/Formatters.d.ts.map +1 -1
- package/_types/tempo/actions/accessKey.d.ts +4 -2
- package/_types/tempo/actions/accessKey.d.ts.map +1 -1
- package/_types/tempo/chainConfig.d.ts +6 -0
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/zones/zone.d.ts +48 -12
- package/_types/tempo/zones/zone.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +3 -1
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +8 -1
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +8 -1
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/errors/utils.ts +17 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/tempo/Formatters.ts +12 -3
- package/tempo/actions/accessKey.ts +4 -2
- package/tempo/zones/zone.ts +23 -2
- package/types/transaction.ts +3 -1
- package/utils/formatters/transaction.ts +3 -0
|
@@ -91,6 +91,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
91
91
|
value: bigint;
|
|
92
92
|
blockHash: `0x${string}` | null;
|
|
93
93
|
blockNumber: bigint | null;
|
|
94
|
+
blockTimestamp?: bigint | undefined;
|
|
94
95
|
hash: import("../../index.js").Hash;
|
|
95
96
|
input: import("../../index.js").Hex;
|
|
96
97
|
transactionIndex: number | null;
|
|
@@ -110,6 +111,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
110
111
|
} | {
|
|
111
112
|
blockHash: `0x${string}` | null;
|
|
112
113
|
blockNumber: bigint | null;
|
|
114
|
+
blockTimestamp?: bigint | undefined;
|
|
113
115
|
from: import("abitype").Address;
|
|
114
116
|
gas: bigint;
|
|
115
117
|
hash: import("../../index.js").Hash;
|
|
@@ -137,6 +139,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
137
139
|
} | {
|
|
138
140
|
blockHash: `0x${string}` | null;
|
|
139
141
|
blockNumber: bigint | null;
|
|
142
|
+
blockTimestamp?: bigint | undefined;
|
|
140
143
|
from: import("abitype").Address;
|
|
141
144
|
gas: bigint;
|
|
142
145
|
hash: import("../../index.js").Hash;
|
|
@@ -164,6 +167,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
164
167
|
} | {
|
|
165
168
|
blockHash: `0x${string}` | null;
|
|
166
169
|
blockNumber: bigint | null;
|
|
170
|
+
blockTimestamp?: bigint | undefined;
|
|
167
171
|
from: import("abitype").Address;
|
|
168
172
|
gas: bigint;
|
|
169
173
|
hash: import("../../index.js").Hash;
|
|
@@ -191,6 +195,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
191
195
|
} | {
|
|
192
196
|
blockHash: `0x${string}` | null;
|
|
193
197
|
blockNumber: bigint | null;
|
|
198
|
+
blockTimestamp?: bigint | undefined;
|
|
194
199
|
from: import("abitype").Address;
|
|
195
200
|
gas: bigint;
|
|
196
201
|
hash: import("../../index.js").Hash;
|
|
@@ -218,6 +223,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
218
223
|
} | {
|
|
219
224
|
blockHash: `0x${string}` | null;
|
|
220
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
221
227
|
from: import("abitype").Address;
|
|
222
228
|
gas: bigint;
|
|
223
229
|
hash: import("../../index.js").Hash;
|
|
@@ -241,6 +247,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
241
247
|
} | {
|
|
242
248
|
blockHash: `0x${string}` | null;
|
|
243
249
|
blockNumber: bigint | null;
|
|
250
|
+
blockTimestamp?: bigint | undefined;
|
|
244
251
|
from: import("abitype").Address;
|
|
245
252
|
gas: bigint;
|
|
246
253
|
hash: import("../../index.js").Hash;
|
|
@@ -273,9 +280,9 @@ export declare const zksyncInMemoryNode: {
|
|
|
273
280
|
from: import("abitype").Address;
|
|
274
281
|
blockHash: import("../../index.js").Hash;
|
|
275
282
|
blockNumber: bigint;
|
|
283
|
+
blockTimestamp?: bigint | undefined;
|
|
276
284
|
transactionIndex: number;
|
|
277
285
|
status: "success" | "reverted";
|
|
278
|
-
blockTimestamp?: bigint | undefined;
|
|
279
286
|
transactionHash: import("../../index.js").Hash;
|
|
280
287
|
logsBloom: import("../../index.js").Hex;
|
|
281
288
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncInMemoryNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncInMemoryNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"zksyncInMemoryNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncInMemoryNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY7B,CAAA"}
|
|
@@ -87,6 +87,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
87
87
|
value: bigint;
|
|
88
88
|
blockHash: `0x${string}` | null;
|
|
89
89
|
blockNumber: bigint | null;
|
|
90
|
+
blockTimestamp?: bigint | undefined;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
91
92
|
input: import("../../index.js").Hex;
|
|
92
93
|
transactionIndex: number | null;
|
|
@@ -106,6 +107,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
106
107
|
} | {
|
|
107
108
|
blockHash: `0x${string}` | null;
|
|
108
109
|
blockNumber: bigint | null;
|
|
110
|
+
blockTimestamp?: bigint | undefined;
|
|
109
111
|
from: import("abitype").Address;
|
|
110
112
|
gas: bigint;
|
|
111
113
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +135,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
133
135
|
} | {
|
|
134
136
|
blockHash: `0x${string}` | null;
|
|
135
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
136
139
|
from: import("abitype").Address;
|
|
137
140
|
gas: bigint;
|
|
138
141
|
hash: import("../../index.js").Hash;
|
|
@@ -160,6 +163,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
160
163
|
} | {
|
|
161
164
|
blockHash: `0x${string}` | null;
|
|
162
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
163
167
|
from: import("abitype").Address;
|
|
164
168
|
gas: bigint;
|
|
165
169
|
hash: import("../../index.js").Hash;
|
|
@@ -187,6 +191,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
187
191
|
} | {
|
|
188
192
|
blockHash: `0x${string}` | null;
|
|
189
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
190
195
|
from: import("abitype").Address;
|
|
191
196
|
gas: bigint;
|
|
192
197
|
hash: import("../../index.js").Hash;
|
|
@@ -214,6 +219,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
214
219
|
} | {
|
|
215
220
|
blockHash: `0x${string}` | null;
|
|
216
221
|
blockNumber: bigint | null;
|
|
222
|
+
blockTimestamp?: bigint | undefined;
|
|
217
223
|
from: import("abitype").Address;
|
|
218
224
|
gas: bigint;
|
|
219
225
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +243,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
237
243
|
} | {
|
|
238
244
|
blockHash: `0x${string}` | null;
|
|
239
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
240
247
|
from: import("abitype").Address;
|
|
241
248
|
gas: bigint;
|
|
242
249
|
hash: import("../../index.js").Hash;
|
|
@@ -269,9 +276,9 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
269
276
|
from: import("abitype").Address;
|
|
270
277
|
blockHash: import("../../index.js").Hash;
|
|
271
278
|
blockNumber: bigint;
|
|
279
|
+
blockTimestamp?: bigint | undefined;
|
|
272
280
|
transactionIndex: number;
|
|
273
281
|
status: "success" | "reverted";
|
|
274
|
-
blockTimestamp?: bigint | undefined;
|
|
275
282
|
transactionHash: import("../../index.js").Hash;
|
|
276
283
|
logsBloom: import("../../index.js").Hex;
|
|
277
284
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncLocalCustomHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalCustomHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"zksyncLocalCustomHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalCustomHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBtC,CAAA"}
|
|
@@ -87,6 +87,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
87
87
|
value: bigint;
|
|
88
88
|
blockHash: `0x${string}` | null;
|
|
89
89
|
blockNumber: bigint | null;
|
|
90
|
+
blockTimestamp?: bigint | undefined;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
91
92
|
input: import("../../index.js").Hex;
|
|
92
93
|
transactionIndex: number | null;
|
|
@@ -106,6 +107,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
106
107
|
} | {
|
|
107
108
|
blockHash: `0x${string}` | null;
|
|
108
109
|
blockNumber: bigint | null;
|
|
110
|
+
blockTimestamp?: bigint | undefined;
|
|
109
111
|
from: import("abitype").Address;
|
|
110
112
|
gas: bigint;
|
|
111
113
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +135,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
133
135
|
} | {
|
|
134
136
|
blockHash: `0x${string}` | null;
|
|
135
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
136
139
|
from: import("abitype").Address;
|
|
137
140
|
gas: bigint;
|
|
138
141
|
hash: import("../../index.js").Hash;
|
|
@@ -160,6 +163,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
160
163
|
} | {
|
|
161
164
|
blockHash: `0x${string}` | null;
|
|
162
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
163
167
|
from: import("abitype").Address;
|
|
164
168
|
gas: bigint;
|
|
165
169
|
hash: import("../../index.js").Hash;
|
|
@@ -187,6 +191,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
187
191
|
} | {
|
|
188
192
|
blockHash: `0x${string}` | null;
|
|
189
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
190
195
|
from: import("abitype").Address;
|
|
191
196
|
gas: bigint;
|
|
192
197
|
hash: import("../../index.js").Hash;
|
|
@@ -214,6 +219,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
214
219
|
} | {
|
|
215
220
|
blockHash: `0x${string}` | null;
|
|
216
221
|
blockNumber: bigint | null;
|
|
222
|
+
blockTimestamp?: bigint | undefined;
|
|
217
223
|
from: import("abitype").Address;
|
|
218
224
|
gas: bigint;
|
|
219
225
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +243,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
237
243
|
} | {
|
|
238
244
|
blockHash: `0x${string}` | null;
|
|
239
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
240
247
|
from: import("abitype").Address;
|
|
241
248
|
gas: bigint;
|
|
242
249
|
hash: import("../../index.js").Hash;
|
|
@@ -269,9 +276,9 @@ export declare const zksyncLocalHyperchain: {
|
|
|
269
276
|
from: import("abitype").Address;
|
|
270
277
|
blockHash: import("../../index.js").Hash;
|
|
271
278
|
blockNumber: bigint;
|
|
279
|
+
blockTimestamp?: bigint | undefined;
|
|
272
280
|
transactionIndex: number;
|
|
273
281
|
status: "success" | "reverted";
|
|
274
|
-
blockTimestamp?: bigint | undefined;
|
|
275
282
|
transactionHash: import("../../index.js").Hash;
|
|
276
283
|
logsBloom: import("../../index.js").Hex;
|
|
277
284
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncLocalHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"zksyncLocalHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBhC,CAAA"}
|
|
@@ -91,6 +91,7 @@ export declare const zksyncLocalNode: {
|
|
|
91
91
|
value: bigint;
|
|
92
92
|
blockHash: `0x${string}` | null;
|
|
93
93
|
blockNumber: bigint | null;
|
|
94
|
+
blockTimestamp?: bigint | undefined;
|
|
94
95
|
hash: import("../../index.js").Hash;
|
|
95
96
|
input: import("../../index.js").Hex;
|
|
96
97
|
transactionIndex: number | null;
|
|
@@ -110,6 +111,7 @@ export declare const zksyncLocalNode: {
|
|
|
110
111
|
} | {
|
|
111
112
|
blockHash: `0x${string}` | null;
|
|
112
113
|
blockNumber: bigint | null;
|
|
114
|
+
blockTimestamp?: bigint | undefined;
|
|
113
115
|
from: import("abitype").Address;
|
|
114
116
|
gas: bigint;
|
|
115
117
|
hash: import("../../index.js").Hash;
|
|
@@ -137,6 +139,7 @@ export declare const zksyncLocalNode: {
|
|
|
137
139
|
} | {
|
|
138
140
|
blockHash: `0x${string}` | null;
|
|
139
141
|
blockNumber: bigint | null;
|
|
142
|
+
blockTimestamp?: bigint | undefined;
|
|
140
143
|
from: import("abitype").Address;
|
|
141
144
|
gas: bigint;
|
|
142
145
|
hash: import("../../index.js").Hash;
|
|
@@ -164,6 +167,7 @@ export declare const zksyncLocalNode: {
|
|
|
164
167
|
} | {
|
|
165
168
|
blockHash: `0x${string}` | null;
|
|
166
169
|
blockNumber: bigint | null;
|
|
170
|
+
blockTimestamp?: bigint | undefined;
|
|
167
171
|
from: import("abitype").Address;
|
|
168
172
|
gas: bigint;
|
|
169
173
|
hash: import("../../index.js").Hash;
|
|
@@ -191,6 +195,7 @@ export declare const zksyncLocalNode: {
|
|
|
191
195
|
} | {
|
|
192
196
|
blockHash: `0x${string}` | null;
|
|
193
197
|
blockNumber: bigint | null;
|
|
198
|
+
blockTimestamp?: bigint | undefined;
|
|
194
199
|
from: import("abitype").Address;
|
|
195
200
|
gas: bigint;
|
|
196
201
|
hash: import("../../index.js").Hash;
|
|
@@ -218,6 +223,7 @@ export declare const zksyncLocalNode: {
|
|
|
218
223
|
} | {
|
|
219
224
|
blockHash: `0x${string}` | null;
|
|
220
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
221
227
|
from: import("abitype").Address;
|
|
222
228
|
gas: bigint;
|
|
223
229
|
hash: import("../../index.js").Hash;
|
|
@@ -241,6 +247,7 @@ export declare const zksyncLocalNode: {
|
|
|
241
247
|
} | {
|
|
242
248
|
blockHash: `0x${string}` | null;
|
|
243
249
|
blockNumber: bigint | null;
|
|
250
|
+
blockTimestamp?: bigint | undefined;
|
|
244
251
|
from: import("abitype").Address;
|
|
245
252
|
gas: bigint;
|
|
246
253
|
hash: import("../../index.js").Hash;
|
|
@@ -273,9 +280,9 @@ export declare const zksyncLocalNode: {
|
|
|
273
280
|
from: import("abitype").Address;
|
|
274
281
|
blockHash: import("../../index.js").Hash;
|
|
275
282
|
blockNumber: bigint;
|
|
283
|
+
blockTimestamp?: bigint | undefined;
|
|
276
284
|
transactionIndex: number;
|
|
277
285
|
status: "success" | "reverted";
|
|
278
|
-
blockTimestamp?: bigint | undefined;
|
|
279
286
|
transactionHash: import("../../index.js").Hash;
|
|
280
287
|
logsBloom: import("../../index.js").Hex;
|
|
281
288
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"zksyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B,CAAA"}
|
|
@@ -87,6 +87,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
87
87
|
value: bigint;
|
|
88
88
|
blockHash: `0x${string}` | null;
|
|
89
89
|
blockNumber: bigint | null;
|
|
90
|
+
blockTimestamp?: bigint | undefined;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
91
92
|
input: import("../../index.js").Hex;
|
|
92
93
|
transactionIndex: number | null;
|
|
@@ -106,6 +107,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
106
107
|
} | {
|
|
107
108
|
blockHash: `0x${string}` | null;
|
|
108
109
|
blockNumber: bigint | null;
|
|
110
|
+
blockTimestamp?: bigint | undefined;
|
|
109
111
|
from: import("abitype").Address;
|
|
110
112
|
gas: bigint;
|
|
111
113
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +135,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
133
135
|
} | {
|
|
134
136
|
blockHash: `0x${string}` | null;
|
|
135
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
136
139
|
from: import("abitype").Address;
|
|
137
140
|
gas: bigint;
|
|
138
141
|
hash: import("../../index.js").Hash;
|
|
@@ -160,6 +163,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
160
163
|
} | {
|
|
161
164
|
blockHash: `0x${string}` | null;
|
|
162
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
163
167
|
from: import("abitype").Address;
|
|
164
168
|
gas: bigint;
|
|
165
169
|
hash: import("../../index.js").Hash;
|
|
@@ -187,6 +191,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
187
191
|
} | {
|
|
188
192
|
blockHash: `0x${string}` | null;
|
|
189
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
190
195
|
from: import("abitype").Address;
|
|
191
196
|
gas: bigint;
|
|
192
197
|
hash: import("../../index.js").Hash;
|
|
@@ -214,6 +219,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
214
219
|
} | {
|
|
215
220
|
blockHash: `0x${string}` | null;
|
|
216
221
|
blockNumber: bigint | null;
|
|
222
|
+
blockTimestamp?: bigint | undefined;
|
|
217
223
|
from: import("abitype").Address;
|
|
218
224
|
gas: bigint;
|
|
219
225
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +243,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
237
243
|
} | {
|
|
238
244
|
blockHash: `0x${string}` | null;
|
|
239
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
240
247
|
from: import("abitype").Address;
|
|
241
248
|
gas: bigint;
|
|
242
249
|
hash: import("../../index.js").Hash;
|
|
@@ -269,9 +276,9 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
269
276
|
from: import("abitype").Address;
|
|
270
277
|
blockHash: import("../../index.js").Hash;
|
|
271
278
|
blockNumber: bigint;
|
|
279
|
+
blockTimestamp?: bigint | undefined;
|
|
272
280
|
transactionIndex: number;
|
|
273
281
|
status: "success" | "reverted";
|
|
274
|
-
blockTimestamp?: bigint | undefined;
|
|
275
282
|
transactionHash: import("../../index.js").Hash;
|
|
276
283
|
logsBloom: import("../../index.js").Hex;
|
|
277
284
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"zksyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B/B,CAAA"}
|
|
@@ -110,6 +110,7 @@ export declare const zora: {
|
|
|
110
110
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
111
111
|
blockHash: `0x${string}` | null;
|
|
112
112
|
blockNumber: bigint | null;
|
|
113
|
+
blockTimestamp?: bigint | undefined;
|
|
113
114
|
from: import("abitype").Address;
|
|
114
115
|
gas: bigint;
|
|
115
116
|
hash: import("../../index.js").Hash;
|
|
@@ -142,6 +143,7 @@ export declare const zora: {
|
|
|
142
143
|
value: bigint;
|
|
143
144
|
blockHash: `0x${string}` | null;
|
|
144
145
|
blockNumber: bigint | null;
|
|
146
|
+
blockTimestamp?: bigint | undefined;
|
|
145
147
|
hash: import("../../index.js").Hash;
|
|
146
148
|
input: import("../../index.js").Hex;
|
|
147
149
|
transactionIndex: number | null;
|
|
@@ -162,6 +164,7 @@ export declare const zora: {
|
|
|
162
164
|
} | {
|
|
163
165
|
blockHash: `0x${string}` | null;
|
|
164
166
|
blockNumber: bigint | null;
|
|
167
|
+
blockTimestamp?: bigint | undefined;
|
|
165
168
|
from: import("abitype").Address;
|
|
166
169
|
gas: bigint;
|
|
167
170
|
hash: import("../../index.js").Hash;
|
|
@@ -190,6 +193,7 @@ export declare const zora: {
|
|
|
190
193
|
} | {
|
|
191
194
|
blockHash: `0x${string}` | null;
|
|
192
195
|
blockNumber: bigint | null;
|
|
196
|
+
blockTimestamp?: bigint | undefined;
|
|
193
197
|
from: import("abitype").Address;
|
|
194
198
|
gas: bigint;
|
|
195
199
|
hash: import("../../index.js").Hash;
|
|
@@ -218,6 +222,7 @@ export declare const zora: {
|
|
|
218
222
|
} | {
|
|
219
223
|
blockHash: `0x${string}` | null;
|
|
220
224
|
blockNumber: bigint | null;
|
|
225
|
+
blockTimestamp?: bigint | undefined;
|
|
221
226
|
from: import("abitype").Address;
|
|
222
227
|
gas: bigint;
|
|
223
228
|
hash: import("../../index.js").Hash;
|
|
@@ -246,6 +251,7 @@ export declare const zora: {
|
|
|
246
251
|
} | {
|
|
247
252
|
blockHash: `0x${string}` | null;
|
|
248
253
|
blockNumber: bigint | null;
|
|
254
|
+
blockTimestamp?: bigint | undefined;
|
|
249
255
|
from: import("abitype").Address;
|
|
250
256
|
gas: bigint;
|
|
251
257
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zora.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zora.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"zora.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zora.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDf,CAAA"}
|
|
@@ -105,6 +105,7 @@ export declare const zoraSepolia: {
|
|
|
105
105
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
106
106
|
blockHash: `0x${string}` | null;
|
|
107
107
|
blockNumber: bigint | null;
|
|
108
|
+
blockTimestamp?: bigint | undefined;
|
|
108
109
|
from: import("abitype").Address;
|
|
109
110
|
gas: bigint;
|
|
110
111
|
hash: import("../../index.js").Hash;
|
|
@@ -137,6 +138,7 @@ export declare const zoraSepolia: {
|
|
|
137
138
|
value: bigint;
|
|
138
139
|
blockHash: `0x${string}` | null;
|
|
139
140
|
blockNumber: bigint | null;
|
|
141
|
+
blockTimestamp?: bigint | undefined;
|
|
140
142
|
hash: import("../../index.js").Hash;
|
|
141
143
|
input: import("../../index.js").Hex;
|
|
142
144
|
transactionIndex: number | null;
|
|
@@ -157,6 +159,7 @@ export declare const zoraSepolia: {
|
|
|
157
159
|
} | {
|
|
158
160
|
blockHash: `0x${string}` | null;
|
|
159
161
|
blockNumber: bigint | null;
|
|
162
|
+
blockTimestamp?: bigint | undefined;
|
|
160
163
|
from: import("abitype").Address;
|
|
161
164
|
gas: bigint;
|
|
162
165
|
hash: import("../../index.js").Hash;
|
|
@@ -185,6 +188,7 @@ export declare const zoraSepolia: {
|
|
|
185
188
|
} | {
|
|
186
189
|
blockHash: `0x${string}` | null;
|
|
187
190
|
blockNumber: bigint | null;
|
|
191
|
+
blockTimestamp?: bigint | undefined;
|
|
188
192
|
from: import("abitype").Address;
|
|
189
193
|
gas: bigint;
|
|
190
194
|
hash: import("../../index.js").Hash;
|
|
@@ -213,6 +217,7 @@ export declare const zoraSepolia: {
|
|
|
213
217
|
} | {
|
|
214
218
|
blockHash: `0x${string}` | null;
|
|
215
219
|
blockNumber: bigint | null;
|
|
220
|
+
blockTimestamp?: bigint | undefined;
|
|
216
221
|
from: import("abitype").Address;
|
|
217
222
|
gas: bigint;
|
|
218
223
|
hash: import("../../index.js").Hash;
|
|
@@ -241,6 +246,7 @@ export declare const zoraSepolia: {
|
|
|
241
246
|
} | {
|
|
242
247
|
blockHash: `0x${string}` | null;
|
|
243
248
|
blockNumber: bigint | null;
|
|
249
|
+
blockTimestamp?: bigint | undefined;
|
|
244
250
|
from: import("abitype").Address;
|
|
245
251
|
gas: bigint;
|
|
246
252
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zoraSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"zoraSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CtB,CAAA"}
|
|
@@ -95,6 +95,7 @@ export declare const zoraTestnet: {
|
|
|
95
95
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
96
96
|
blockHash: `0x${string}` | null;
|
|
97
97
|
blockNumber: bigint | null;
|
|
98
|
+
blockTimestamp?: bigint | undefined;
|
|
98
99
|
from: import("abitype").Address;
|
|
99
100
|
gas: bigint;
|
|
100
101
|
hash: import("../../index.js").Hash;
|
|
@@ -127,6 +128,7 @@ export declare const zoraTestnet: {
|
|
|
127
128
|
value: bigint;
|
|
128
129
|
blockHash: `0x${string}` | null;
|
|
129
130
|
blockNumber: bigint | null;
|
|
131
|
+
blockTimestamp?: bigint | undefined;
|
|
130
132
|
hash: import("../../index.js").Hash;
|
|
131
133
|
input: import("../../index.js").Hex;
|
|
132
134
|
transactionIndex: number | null;
|
|
@@ -147,6 +149,7 @@ export declare const zoraTestnet: {
|
|
|
147
149
|
} | {
|
|
148
150
|
blockHash: `0x${string}` | null;
|
|
149
151
|
blockNumber: bigint | null;
|
|
152
|
+
blockTimestamp?: bigint | undefined;
|
|
150
153
|
from: import("abitype").Address;
|
|
151
154
|
gas: bigint;
|
|
152
155
|
hash: import("../../index.js").Hash;
|
|
@@ -175,6 +178,7 @@ export declare const zoraTestnet: {
|
|
|
175
178
|
} | {
|
|
176
179
|
blockHash: `0x${string}` | null;
|
|
177
180
|
blockNumber: bigint | null;
|
|
181
|
+
blockTimestamp?: bigint | undefined;
|
|
178
182
|
from: import("abitype").Address;
|
|
179
183
|
gas: bigint;
|
|
180
184
|
hash: import("../../index.js").Hash;
|
|
@@ -203,6 +207,7 @@ export declare const zoraTestnet: {
|
|
|
203
207
|
} | {
|
|
204
208
|
blockHash: `0x${string}` | null;
|
|
205
209
|
blockNumber: bigint | null;
|
|
210
|
+
blockTimestamp?: bigint | undefined;
|
|
206
211
|
from: import("abitype").Address;
|
|
207
212
|
gas: bigint;
|
|
208
213
|
hash: import("../../index.js").Hash;
|
|
@@ -231,6 +236,7 @@ export declare const zoraTestnet: {
|
|
|
231
236
|
} | {
|
|
232
237
|
blockHash: `0x${string}` | null;
|
|
233
238
|
blockNumber: bigint | null;
|
|
239
|
+
blockTimestamp?: bigint | undefined;
|
|
234
240
|
from: import("abitype").Address;
|
|
235
241
|
gas: bigint;
|
|
236
242
|
hash: import("../../index.js").Hash;
|
|
@@ -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/errors/utils.d.ts
CHANGED
|
@@ -3,5 +3,10 @@ export type ErrorType<name extends string = 'Error'> = Error & {
|
|
|
3
3
|
name: name;
|
|
4
4
|
};
|
|
5
5
|
export declare const getContractAddress: (address: Address) => `0x${string}`;
|
|
6
|
+
/**
|
|
7
|
+
* Returns the URL with any embedded basic-auth credentials stripped, so
|
|
8
|
+
* error messages and logs don't leak secrets when an RPC URL like
|
|
9
|
+
* `https://user:pass@host` is used.
|
|
10
|
+
*/
|
|
6
11
|
export declare const getUrl: (url: string) => string;
|
|
7
12
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../errors/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAEtC,MAAM,MAAM,SAAS,CAAC,IAAI,SAAS,MAAM,GAAG,OAAO,IAAI,KAAK,GAAG;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,CAAA;AAE7E,eAAO,MAAM,kBAAkB,GAAI,SAAS,OAAO,kBAAY,CAAA;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../errors/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAEtC,MAAM,MAAM,SAAS,CAAC,IAAI,SAAS,MAAM,GAAG,OAAO,IAAI,KAAK,GAAG;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,CAAA;AAE7E,eAAO,MAAM,kBAAkB,GAAI,SAAS,OAAO,kBAAY,CAAA;AAE/D;;;;GAIG;AACH,eAAO,MAAM,MAAM,GAAI,KAAK,MAAM,WAUjC,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.48.
|
|
1
|
+
export declare const version = "2.48.7";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -59,6 +59,7 @@ export declare const chainConfig: {
|
|
|
59
59
|
format: (args: import("./index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
60
60
|
blockHash: `0x${string}` | null;
|
|
61
61
|
blockNumber: bigint | null;
|
|
62
|
+
blockTimestamp?: bigint | undefined;
|
|
62
63
|
from: import("abitype").Address;
|
|
63
64
|
gas: bigint;
|
|
64
65
|
hash: import("../index.js").Hash;
|
|
@@ -91,6 +92,7 @@ export declare const chainConfig: {
|
|
|
91
92
|
value: bigint;
|
|
92
93
|
blockHash: `0x${string}` | null;
|
|
93
94
|
blockNumber: bigint | null;
|
|
95
|
+
blockTimestamp?: bigint | undefined;
|
|
94
96
|
hash: import("../index.js").Hash;
|
|
95
97
|
input: import("../index.js").Hex;
|
|
96
98
|
transactionIndex: number | null;
|
|
@@ -111,6 +113,7 @@ export declare const chainConfig: {
|
|
|
111
113
|
} | {
|
|
112
114
|
blockHash: `0x${string}` | null;
|
|
113
115
|
blockNumber: bigint | null;
|
|
116
|
+
blockTimestamp?: bigint | undefined;
|
|
114
117
|
from: import("abitype").Address;
|
|
115
118
|
gas: bigint;
|
|
116
119
|
hash: import("../index.js").Hash;
|
|
@@ -139,6 +142,7 @@ export declare const chainConfig: {
|
|
|
139
142
|
} | {
|
|
140
143
|
blockHash: `0x${string}` | null;
|
|
141
144
|
blockNumber: bigint | null;
|
|
145
|
+
blockTimestamp?: bigint | undefined;
|
|
142
146
|
from: import("abitype").Address;
|
|
143
147
|
gas: bigint;
|
|
144
148
|
hash: import("../index.js").Hash;
|
|
@@ -167,6 +171,7 @@ export declare const chainConfig: {
|
|
|
167
171
|
} | {
|
|
168
172
|
blockHash: `0x${string}` | null;
|
|
169
173
|
blockNumber: bigint | null;
|
|
174
|
+
blockTimestamp?: bigint | undefined;
|
|
170
175
|
from: import("abitype").Address;
|
|
171
176
|
gas: bigint;
|
|
172
177
|
hash: import("../index.js").Hash;
|
|
@@ -195,6 +200,7 @@ export declare const chainConfig: {
|
|
|
195
200
|
} | {
|
|
196
201
|
blockHash: `0x${string}` | null;
|
|
197
202
|
blockNumber: bigint | null;
|
|
203
|
+
blockTimestamp?: bigint | undefined;
|
|
198
204
|
from: import("abitype").Address;
|
|
199
205
|
gas: bigint;
|
|
200
206
|
hash: import("../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../op-stack/chainConfig.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../op-stack/chainConfig.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAA"}
|
|
@@ -39,6 +39,7 @@ export declare const formatters: {
|
|
|
39
39
|
format: (args: OpStackRpcTransaction, action?: string | undefined) => ({
|
|
40
40
|
blockHash: `0x${string}` | null;
|
|
41
41
|
blockNumber: bigint | null;
|
|
42
|
+
blockTimestamp?: bigint | undefined;
|
|
42
43
|
from: import("abitype").Address;
|
|
43
44
|
gas: bigint;
|
|
44
45
|
hash: import("../index.js").Hash;
|
|
@@ -71,6 +72,7 @@ export declare const formatters: {
|
|
|
71
72
|
value: bigint;
|
|
72
73
|
blockHash: `0x${string}` | null;
|
|
73
74
|
blockNumber: bigint | null;
|
|
75
|
+
blockTimestamp?: bigint | undefined;
|
|
74
76
|
hash: import("../index.js").Hash;
|
|
75
77
|
input: import("../index.js").Hex;
|
|
76
78
|
transactionIndex: number | null;
|
|
@@ -91,6 +93,7 @@ export declare const formatters: {
|
|
|
91
93
|
} | {
|
|
92
94
|
blockHash: `0x${string}` | null;
|
|
93
95
|
blockNumber: bigint | null;
|
|
96
|
+
blockTimestamp?: bigint | undefined;
|
|
94
97
|
from: import("abitype").Address;
|
|
95
98
|
gas: bigint;
|
|
96
99
|
hash: import("../index.js").Hash;
|
|
@@ -119,6 +122,7 @@ export declare const formatters: {
|
|
|
119
122
|
} | {
|
|
120
123
|
blockHash: `0x${string}` | null;
|
|
121
124
|
blockNumber: bigint | null;
|
|
125
|
+
blockTimestamp?: bigint | undefined;
|
|
122
126
|
from: import("abitype").Address;
|
|
123
127
|
gas: bigint;
|
|
124
128
|
hash: import("../index.js").Hash;
|
|
@@ -147,6 +151,7 @@ export declare const formatters: {
|
|
|
147
151
|
} | {
|
|
148
152
|
blockHash: `0x${string}` | null;
|
|
149
153
|
blockNumber: bigint | null;
|
|
154
|
+
blockTimestamp?: bigint | undefined;
|
|
150
155
|
from: import("abitype").Address;
|
|
151
156
|
gas: bigint;
|
|
152
157
|
hash: import("../index.js").Hash;
|
|
@@ -175,6 +180,7 @@ export declare const formatters: {
|
|
|
175
180
|
} | {
|
|
176
181
|
blockHash: `0x${string}` | null;
|
|
177
182
|
blockNumber: bigint | null;
|
|
183
|
+
blockTimestamp?: bigint | undefined;
|
|
178
184
|
from: import("abitype").Address;
|
|
179
185
|
gas: bigint;
|
|
180
186
|
hash: import("../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../op-stack/formatters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAgB,eAAe,EAAE,MAAM,kBAAkB,CAAA;AACrE,OAAO,KAAK,EACV,qBAAqB,EACrB,4BAA4B,EAC5B,kBAAkB,EAEnB,MAAM,wBAAwB,CAAA;AAE/B,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../op-stack/formatters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAgB,eAAe,EAAE,MAAM,kBAAkB,CAAA;AACrE,OAAO,KAAK,EACV,qBAAqB,EACrB,4BAA4B,EAC5B,kBAAkB,EAEnB,MAAM,wBAAwB,CAAA;AAE/B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Ca,CAAA"}
|