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
|
@@ -83,6 +83,7 @@ export declare const sophonTestnet: {
|
|
|
83
83
|
value: bigint;
|
|
84
84
|
blockHash: `0x${string}` | null;
|
|
85
85
|
blockNumber: bigint | null;
|
|
86
|
+
blockTimestamp?: bigint | undefined;
|
|
86
87
|
hash: import("../../index.js").Hash;
|
|
87
88
|
input: import("../../index.js").Hex;
|
|
88
89
|
transactionIndex: number | null;
|
|
@@ -102,6 +103,7 @@ export declare const sophonTestnet: {
|
|
|
102
103
|
} | {
|
|
103
104
|
blockHash: `0x${string}` | null;
|
|
104
105
|
blockNumber: bigint | null;
|
|
106
|
+
blockTimestamp?: bigint | undefined;
|
|
105
107
|
from: import("abitype").Address;
|
|
106
108
|
gas: bigint;
|
|
107
109
|
hash: import("../../index.js").Hash;
|
|
@@ -129,6 +131,7 @@ export declare const sophonTestnet: {
|
|
|
129
131
|
} | {
|
|
130
132
|
blockHash: `0x${string}` | null;
|
|
131
133
|
blockNumber: bigint | null;
|
|
134
|
+
blockTimestamp?: bigint | undefined;
|
|
132
135
|
from: import("abitype").Address;
|
|
133
136
|
gas: bigint;
|
|
134
137
|
hash: import("../../index.js").Hash;
|
|
@@ -156,6 +159,7 @@ export declare const sophonTestnet: {
|
|
|
156
159
|
} | {
|
|
157
160
|
blockHash: `0x${string}` | null;
|
|
158
161
|
blockNumber: bigint | null;
|
|
162
|
+
blockTimestamp?: bigint | undefined;
|
|
159
163
|
from: import("abitype").Address;
|
|
160
164
|
gas: bigint;
|
|
161
165
|
hash: import("../../index.js").Hash;
|
|
@@ -183,6 +187,7 @@ export declare const sophonTestnet: {
|
|
|
183
187
|
} | {
|
|
184
188
|
blockHash: `0x${string}` | null;
|
|
185
189
|
blockNumber: bigint | null;
|
|
190
|
+
blockTimestamp?: bigint | undefined;
|
|
186
191
|
from: import("abitype").Address;
|
|
187
192
|
gas: bigint;
|
|
188
193
|
hash: import("../../index.js").Hash;
|
|
@@ -210,6 +215,7 @@ export declare const sophonTestnet: {
|
|
|
210
215
|
} | {
|
|
211
216
|
blockHash: `0x${string}` | null;
|
|
212
217
|
blockNumber: bigint | null;
|
|
218
|
+
blockTimestamp?: bigint | undefined;
|
|
213
219
|
from: import("abitype").Address;
|
|
214
220
|
gas: bigint;
|
|
215
221
|
hash: import("../../index.js").Hash;
|
|
@@ -233,6 +239,7 @@ export declare const sophonTestnet: {
|
|
|
233
239
|
} | {
|
|
234
240
|
blockHash: `0x${string}` | null;
|
|
235
241
|
blockNumber: bigint | null;
|
|
242
|
+
blockTimestamp?: bigint | undefined;
|
|
236
243
|
from: import("abitype").Address;
|
|
237
244
|
gas: bigint;
|
|
238
245
|
hash: import("../../index.js").Hash;
|
|
@@ -265,9 +272,9 @@ export declare const sophonTestnet: {
|
|
|
265
272
|
from: import("abitype").Address;
|
|
266
273
|
blockHash: import("../../index.js").Hash;
|
|
267
274
|
blockNumber: bigint;
|
|
275
|
+
blockTimestamp?: bigint | undefined;
|
|
268
276
|
transactionIndex: number;
|
|
269
277
|
status: "success" | "reverted";
|
|
270
|
-
blockTimestamp?: bigint | undefined;
|
|
271
278
|
transactionHash: import("../../index.js").Hash;
|
|
272
279
|
logsBloom: import("../../index.js").Hex;
|
|
273
280
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sophonTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophonTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"sophonTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophonTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BxB,CAAA"}
|
|
@@ -112,6 +112,7 @@ export declare const superseed: {
|
|
|
112
112
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
113
113
|
blockHash: `0x${string}` | null;
|
|
114
114
|
blockNumber: bigint | null;
|
|
115
|
+
blockTimestamp?: bigint | undefined;
|
|
115
116
|
from: import("abitype").Address;
|
|
116
117
|
gas: bigint;
|
|
117
118
|
hash: import("../../index.js").Hash;
|
|
@@ -144,6 +145,7 @@ export declare const superseed: {
|
|
|
144
145
|
value: bigint;
|
|
145
146
|
blockHash: `0x${string}` | null;
|
|
146
147
|
blockNumber: bigint | null;
|
|
148
|
+
blockTimestamp?: bigint | undefined;
|
|
147
149
|
hash: import("../../index.js").Hash;
|
|
148
150
|
input: import("../../index.js").Hex;
|
|
149
151
|
transactionIndex: number | null;
|
|
@@ -164,6 +166,7 @@ export declare const superseed: {
|
|
|
164
166
|
} | {
|
|
165
167
|
blockHash: `0x${string}` | null;
|
|
166
168
|
blockNumber: bigint | null;
|
|
169
|
+
blockTimestamp?: bigint | undefined;
|
|
167
170
|
from: import("abitype").Address;
|
|
168
171
|
gas: bigint;
|
|
169
172
|
hash: import("../../index.js").Hash;
|
|
@@ -192,6 +195,7 @@ export declare const superseed: {
|
|
|
192
195
|
} | {
|
|
193
196
|
blockHash: `0x${string}` | null;
|
|
194
197
|
blockNumber: bigint | null;
|
|
198
|
+
blockTimestamp?: bigint | undefined;
|
|
195
199
|
from: import("abitype").Address;
|
|
196
200
|
gas: bigint;
|
|
197
201
|
hash: import("../../index.js").Hash;
|
|
@@ -220,6 +224,7 @@ export declare const superseed: {
|
|
|
220
224
|
} | {
|
|
221
225
|
blockHash: `0x${string}` | null;
|
|
222
226
|
blockNumber: bigint | null;
|
|
227
|
+
blockTimestamp?: bigint | undefined;
|
|
223
228
|
from: import("abitype").Address;
|
|
224
229
|
gas: bigint;
|
|
225
230
|
hash: import("../../index.js").Hash;
|
|
@@ -248,6 +253,7 @@ export declare const superseed: {
|
|
|
248
253
|
} | {
|
|
249
254
|
blockHash: `0x${string}` | null;
|
|
250
255
|
blockNumber: bigint | null;
|
|
256
|
+
blockTimestamp?: bigint | undefined;
|
|
251
257
|
from: import("abitype").Address;
|
|
252
258
|
gas: bigint;
|
|
253
259
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"superseed.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseed.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"superseed.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseed.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDpB,CAAA"}
|
|
@@ -100,6 +100,7 @@ export declare const superseedSepolia: {
|
|
|
100
100
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
101
101
|
blockHash: `0x${string}` | null;
|
|
102
102
|
blockNumber: bigint | null;
|
|
103
|
+
blockTimestamp?: bigint | undefined;
|
|
103
104
|
from: import("abitype").Address;
|
|
104
105
|
gas: bigint;
|
|
105
106
|
hash: import("../../index.js").Hash;
|
|
@@ -132,6 +133,7 @@ export declare const superseedSepolia: {
|
|
|
132
133
|
value: bigint;
|
|
133
134
|
blockHash: `0x${string}` | null;
|
|
134
135
|
blockNumber: bigint | null;
|
|
136
|
+
blockTimestamp?: bigint | undefined;
|
|
135
137
|
hash: import("../../index.js").Hash;
|
|
136
138
|
input: import("../../index.js").Hex;
|
|
137
139
|
transactionIndex: number | null;
|
|
@@ -152,6 +154,7 @@ export declare const superseedSepolia: {
|
|
|
152
154
|
} | {
|
|
153
155
|
blockHash: `0x${string}` | null;
|
|
154
156
|
blockNumber: bigint | null;
|
|
157
|
+
blockTimestamp?: bigint | undefined;
|
|
155
158
|
from: import("abitype").Address;
|
|
156
159
|
gas: bigint;
|
|
157
160
|
hash: import("../../index.js").Hash;
|
|
@@ -180,6 +183,7 @@ export declare const superseedSepolia: {
|
|
|
180
183
|
} | {
|
|
181
184
|
blockHash: `0x${string}` | null;
|
|
182
185
|
blockNumber: bigint | null;
|
|
186
|
+
blockTimestamp?: bigint | undefined;
|
|
183
187
|
from: import("abitype").Address;
|
|
184
188
|
gas: bigint;
|
|
185
189
|
hash: import("../../index.js").Hash;
|
|
@@ -208,6 +212,7 @@ export declare const superseedSepolia: {
|
|
|
208
212
|
} | {
|
|
209
213
|
blockHash: `0x${string}` | null;
|
|
210
214
|
blockNumber: bigint | null;
|
|
215
|
+
blockTimestamp?: bigint | undefined;
|
|
211
216
|
from: import("abitype").Address;
|
|
212
217
|
gas: bigint;
|
|
213
218
|
hash: import("../../index.js").Hash;
|
|
@@ -236,6 +241,7 @@ export declare const superseedSepolia: {
|
|
|
236
241
|
} | {
|
|
237
242
|
blockHash: `0x${string}` | null;
|
|
238
243
|
blockNumber: bigint | null;
|
|
244
|
+
blockTimestamp?: bigint | undefined;
|
|
239
245
|
from: import("abitype").Address;
|
|
240
246
|
gas: bigint;
|
|
241
247
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"superseedSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseedSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"superseedSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseedSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC3B,CAAA"}
|
|
@@ -89,6 +89,7 @@ export declare const swellchain: {
|
|
|
89
89
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
90
90
|
blockHash: `0x${string}` | null;
|
|
91
91
|
blockNumber: bigint | null;
|
|
92
|
+
blockTimestamp?: bigint | undefined;
|
|
92
93
|
from: import("abitype").Address;
|
|
93
94
|
gas: bigint;
|
|
94
95
|
hash: import("../../index.js").Hash;
|
|
@@ -121,6 +122,7 @@ export declare const swellchain: {
|
|
|
121
122
|
value: bigint;
|
|
122
123
|
blockHash: `0x${string}` | null;
|
|
123
124
|
blockNumber: bigint | null;
|
|
125
|
+
blockTimestamp?: bigint | undefined;
|
|
124
126
|
hash: import("../../index.js").Hash;
|
|
125
127
|
input: import("../../index.js").Hex;
|
|
126
128
|
transactionIndex: number | null;
|
|
@@ -141,6 +143,7 @@ export declare const swellchain: {
|
|
|
141
143
|
} | {
|
|
142
144
|
blockHash: `0x${string}` | null;
|
|
143
145
|
blockNumber: bigint | null;
|
|
146
|
+
blockTimestamp?: bigint | undefined;
|
|
144
147
|
from: import("abitype").Address;
|
|
145
148
|
gas: bigint;
|
|
146
149
|
hash: import("../../index.js").Hash;
|
|
@@ -169,6 +172,7 @@ export declare const swellchain: {
|
|
|
169
172
|
} | {
|
|
170
173
|
blockHash: `0x${string}` | null;
|
|
171
174
|
blockNumber: bigint | null;
|
|
175
|
+
blockTimestamp?: bigint | undefined;
|
|
172
176
|
from: import("abitype").Address;
|
|
173
177
|
gas: bigint;
|
|
174
178
|
hash: import("../../index.js").Hash;
|
|
@@ -197,6 +201,7 @@ export declare const swellchain: {
|
|
|
197
201
|
} | {
|
|
198
202
|
blockHash: `0x${string}` | null;
|
|
199
203
|
blockNumber: bigint | null;
|
|
204
|
+
blockTimestamp?: bigint | undefined;
|
|
200
205
|
from: import("abitype").Address;
|
|
201
206
|
gas: bigint;
|
|
202
207
|
hash: import("../../index.js").Hash;
|
|
@@ -225,6 +230,7 @@ export declare const swellchain: {
|
|
|
225
230
|
} | {
|
|
226
231
|
blockHash: `0x${string}` | null;
|
|
227
232
|
blockNumber: bigint | null;
|
|
233
|
+
blockTimestamp?: bigint | undefined;
|
|
228
234
|
from: import("abitype").Address;
|
|
229
235
|
gas: bigint;
|
|
230
236
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swellchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchain.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"swellchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchain.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBrB,CAAA"}
|
|
@@ -89,6 +89,7 @@ export declare const swellchainTestnet: {
|
|
|
89
89
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
90
90
|
blockHash: `0x${string}` | null;
|
|
91
91
|
blockNumber: bigint | null;
|
|
92
|
+
blockTimestamp?: bigint | undefined;
|
|
92
93
|
from: import("abitype").Address;
|
|
93
94
|
gas: bigint;
|
|
94
95
|
hash: import("../../index.js").Hash;
|
|
@@ -121,6 +122,7 @@ export declare const swellchainTestnet: {
|
|
|
121
122
|
value: bigint;
|
|
122
123
|
blockHash: `0x${string}` | null;
|
|
123
124
|
blockNumber: bigint | null;
|
|
125
|
+
blockTimestamp?: bigint | undefined;
|
|
124
126
|
hash: import("../../index.js").Hash;
|
|
125
127
|
input: import("../../index.js").Hex;
|
|
126
128
|
transactionIndex: number | null;
|
|
@@ -141,6 +143,7 @@ export declare const swellchainTestnet: {
|
|
|
141
143
|
} | {
|
|
142
144
|
blockHash: `0x${string}` | null;
|
|
143
145
|
blockNumber: bigint | null;
|
|
146
|
+
blockTimestamp?: bigint | undefined;
|
|
144
147
|
from: import("abitype").Address;
|
|
145
148
|
gas: bigint;
|
|
146
149
|
hash: import("../../index.js").Hash;
|
|
@@ -169,6 +172,7 @@ export declare const swellchainTestnet: {
|
|
|
169
172
|
} | {
|
|
170
173
|
blockHash: `0x${string}` | null;
|
|
171
174
|
blockNumber: bigint | null;
|
|
175
|
+
blockTimestamp?: bigint | undefined;
|
|
172
176
|
from: import("abitype").Address;
|
|
173
177
|
gas: bigint;
|
|
174
178
|
hash: import("../../index.js").Hash;
|
|
@@ -197,6 +201,7 @@ export declare const swellchainTestnet: {
|
|
|
197
201
|
} | {
|
|
198
202
|
blockHash: `0x${string}` | null;
|
|
199
203
|
blockNumber: bigint | null;
|
|
204
|
+
blockTimestamp?: bigint | undefined;
|
|
200
205
|
from: import("abitype").Address;
|
|
201
206
|
gas: bigint;
|
|
202
207
|
hash: import("../../index.js").Hash;
|
|
@@ -225,6 +230,7 @@ export declare const swellchainTestnet: {
|
|
|
225
230
|
} | {
|
|
226
231
|
blockHash: `0x${string}` | null;
|
|
227
232
|
blockNumber: bigint | null;
|
|
233
|
+
blockTimestamp?: bigint | undefined;
|
|
228
234
|
from: import("abitype").Address;
|
|
229
235
|
gas: bigint;
|
|
230
236
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swellchainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"swellchainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyB5B,CAAA"}
|
|
@@ -52,6 +52,7 @@ export declare const tempo: {
|
|
|
52
52
|
value: bigint;
|
|
53
53
|
blockHash: `0x${string}` | null;
|
|
54
54
|
blockNumber: bigint | null;
|
|
55
|
+
blockTimestamp?: bigint | undefined;
|
|
55
56
|
hash: import("../../index.js").Hash;
|
|
56
57
|
input: import("../../index.js").Hex;
|
|
57
58
|
transactionIndex: number | null;
|
|
@@ -77,6 +78,7 @@ export declare const tempo: {
|
|
|
77
78
|
} | {
|
|
78
79
|
blockHash: `0x${string}` | null;
|
|
79
80
|
blockNumber: bigint | null;
|
|
81
|
+
blockTimestamp?: bigint | undefined;
|
|
80
82
|
from: import("abitype").Address;
|
|
81
83
|
gas: bigint;
|
|
82
84
|
hash: import("../../index.js").Hash;
|
|
@@ -110,6 +112,7 @@ export declare const tempo: {
|
|
|
110
112
|
} | {
|
|
111
113
|
blockHash: `0x${string}` | null;
|
|
112
114
|
blockNumber: bigint | null;
|
|
115
|
+
blockTimestamp?: bigint | undefined;
|
|
113
116
|
from: import("abitype").Address;
|
|
114
117
|
gas: bigint;
|
|
115
118
|
hash: import("../../index.js").Hash;
|
|
@@ -143,6 +146,7 @@ export declare const tempo: {
|
|
|
143
146
|
} | {
|
|
144
147
|
blockHash: `0x${string}` | null;
|
|
145
148
|
blockNumber: bigint | null;
|
|
149
|
+
blockTimestamp?: bigint | undefined;
|
|
146
150
|
from: import("abitype").Address;
|
|
147
151
|
gas: bigint;
|
|
148
152
|
hash: import("../../index.js").Hash;
|
|
@@ -176,6 +180,7 @@ export declare const tempo: {
|
|
|
176
180
|
} | {
|
|
177
181
|
blockHash: `0x${string}` | null;
|
|
178
182
|
blockNumber: bigint | null;
|
|
183
|
+
blockTimestamp?: bigint | undefined;
|
|
179
184
|
from: import("abitype").Address;
|
|
180
185
|
gas: bigint;
|
|
181
186
|
hash: import("../../index.js").Hash;
|
|
@@ -212,6 +217,7 @@ export declare const tempo: {
|
|
|
212
217
|
nonce: number;
|
|
213
218
|
blockHash: `0x${string}` | null;
|
|
214
219
|
blockNumber: bigint | null;
|
|
220
|
+
blockTimestamp?: bigint | undefined;
|
|
215
221
|
hash: import("../../index.js").Hash;
|
|
216
222
|
transactionIndex: number | null;
|
|
217
223
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -505,6 +511,7 @@ export declare const tempo: {
|
|
|
505
511
|
value: bigint;
|
|
506
512
|
blockHash: `0x${string}` | null;
|
|
507
513
|
blockNumber: bigint | null;
|
|
514
|
+
blockTimestamp?: bigint | undefined;
|
|
508
515
|
hash: import("../../index.js").Hash;
|
|
509
516
|
input: import("../../index.js").Hex;
|
|
510
517
|
transactionIndex: number | null;
|
|
@@ -530,6 +537,7 @@ export declare const tempo: {
|
|
|
530
537
|
} | {
|
|
531
538
|
blockHash: `0x${string}` | null;
|
|
532
539
|
blockNumber: bigint | null;
|
|
540
|
+
blockTimestamp?: bigint | undefined;
|
|
533
541
|
from: import("abitype").Address;
|
|
534
542
|
gas: bigint;
|
|
535
543
|
hash: import("../../index.js").Hash;
|
|
@@ -563,6 +571,7 @@ export declare const tempo: {
|
|
|
563
571
|
} | {
|
|
564
572
|
blockHash: `0x${string}` | null;
|
|
565
573
|
blockNumber: bigint | null;
|
|
574
|
+
blockTimestamp?: bigint | undefined;
|
|
566
575
|
from: import("abitype").Address;
|
|
567
576
|
gas: bigint;
|
|
568
577
|
hash: import("../../index.js").Hash;
|
|
@@ -596,6 +605,7 @@ export declare const tempo: {
|
|
|
596
605
|
} | {
|
|
597
606
|
blockHash: `0x${string}` | null;
|
|
598
607
|
blockNumber: bigint | null;
|
|
608
|
+
blockTimestamp?: bigint | undefined;
|
|
599
609
|
from: import("abitype").Address;
|
|
600
610
|
gas: bigint;
|
|
601
611
|
hash: import("../../index.js").Hash;
|
|
@@ -629,6 +639,7 @@ export declare const tempo: {
|
|
|
629
639
|
} | {
|
|
630
640
|
blockHash: `0x${string}` | null;
|
|
631
641
|
blockNumber: bigint | null;
|
|
642
|
+
blockTimestamp?: bigint | undefined;
|
|
632
643
|
from: import("abitype").Address;
|
|
633
644
|
gas: bigint;
|
|
634
645
|
hash: import("../../index.js").Hash;
|
|
@@ -665,6 +676,7 @@ export declare const tempo: {
|
|
|
665
676
|
nonce: number;
|
|
666
677
|
blockHash: `0x${string}` | null;
|
|
667
678
|
blockNumber: bigint | null;
|
|
679
|
+
blockTimestamp?: bigint | undefined;
|
|
668
680
|
hash: import("../../index.js").Hash;
|
|
669
681
|
transactionIndex: number | null;
|
|
670
682
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBhB,CAAA"}
|
|
@@ -52,6 +52,7 @@ export declare const tempoDevnet: {
|
|
|
52
52
|
value: bigint;
|
|
53
53
|
blockHash: `0x${string}` | null;
|
|
54
54
|
blockNumber: bigint | null;
|
|
55
|
+
blockTimestamp?: bigint | undefined;
|
|
55
56
|
hash: import("../../index.js").Hash;
|
|
56
57
|
input: import("../../index.js").Hex;
|
|
57
58
|
transactionIndex: number | null;
|
|
@@ -77,6 +78,7 @@ export declare const tempoDevnet: {
|
|
|
77
78
|
} | {
|
|
78
79
|
blockHash: `0x${string}` | null;
|
|
79
80
|
blockNumber: bigint | null;
|
|
81
|
+
blockTimestamp?: bigint | undefined;
|
|
80
82
|
from: import("abitype").Address;
|
|
81
83
|
gas: bigint;
|
|
82
84
|
hash: import("../../index.js").Hash;
|
|
@@ -110,6 +112,7 @@ export declare const tempoDevnet: {
|
|
|
110
112
|
} | {
|
|
111
113
|
blockHash: `0x${string}` | null;
|
|
112
114
|
blockNumber: bigint | null;
|
|
115
|
+
blockTimestamp?: bigint | undefined;
|
|
113
116
|
from: import("abitype").Address;
|
|
114
117
|
gas: bigint;
|
|
115
118
|
hash: import("../../index.js").Hash;
|
|
@@ -143,6 +146,7 @@ export declare const tempoDevnet: {
|
|
|
143
146
|
} | {
|
|
144
147
|
blockHash: `0x${string}` | null;
|
|
145
148
|
blockNumber: bigint | null;
|
|
149
|
+
blockTimestamp?: bigint | undefined;
|
|
146
150
|
from: import("abitype").Address;
|
|
147
151
|
gas: bigint;
|
|
148
152
|
hash: import("../../index.js").Hash;
|
|
@@ -176,6 +180,7 @@ export declare const tempoDevnet: {
|
|
|
176
180
|
} | {
|
|
177
181
|
blockHash: `0x${string}` | null;
|
|
178
182
|
blockNumber: bigint | null;
|
|
183
|
+
blockTimestamp?: bigint | undefined;
|
|
179
184
|
from: import("abitype").Address;
|
|
180
185
|
gas: bigint;
|
|
181
186
|
hash: import("../../index.js").Hash;
|
|
@@ -212,6 +217,7 @@ export declare const tempoDevnet: {
|
|
|
212
217
|
nonce: number;
|
|
213
218
|
blockHash: `0x${string}` | null;
|
|
214
219
|
blockNumber: bigint | null;
|
|
220
|
+
blockTimestamp?: bigint | undefined;
|
|
215
221
|
hash: import("../../index.js").Hash;
|
|
216
222
|
transactionIndex: number | null;
|
|
217
223
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -508,6 +514,7 @@ export declare const tempoDevnet: {
|
|
|
508
514
|
value: bigint;
|
|
509
515
|
blockHash: `0x${string}` | null;
|
|
510
516
|
blockNumber: bigint | null;
|
|
517
|
+
blockTimestamp?: bigint | undefined;
|
|
511
518
|
hash: import("../../index.js").Hash;
|
|
512
519
|
input: import("../../index.js").Hex;
|
|
513
520
|
transactionIndex: number | null;
|
|
@@ -533,6 +540,7 @@ export declare const tempoDevnet: {
|
|
|
533
540
|
} | {
|
|
534
541
|
blockHash: `0x${string}` | null;
|
|
535
542
|
blockNumber: bigint | null;
|
|
543
|
+
blockTimestamp?: bigint | undefined;
|
|
536
544
|
from: import("abitype").Address;
|
|
537
545
|
gas: bigint;
|
|
538
546
|
hash: import("../../index.js").Hash;
|
|
@@ -566,6 +574,7 @@ export declare const tempoDevnet: {
|
|
|
566
574
|
} | {
|
|
567
575
|
blockHash: `0x${string}` | null;
|
|
568
576
|
blockNumber: bigint | null;
|
|
577
|
+
blockTimestamp?: bigint | undefined;
|
|
569
578
|
from: import("abitype").Address;
|
|
570
579
|
gas: bigint;
|
|
571
580
|
hash: import("../../index.js").Hash;
|
|
@@ -599,6 +608,7 @@ export declare const tempoDevnet: {
|
|
|
599
608
|
} | {
|
|
600
609
|
blockHash: `0x${string}` | null;
|
|
601
610
|
blockNumber: bigint | null;
|
|
611
|
+
blockTimestamp?: bigint | undefined;
|
|
602
612
|
from: import("abitype").Address;
|
|
603
613
|
gas: bigint;
|
|
604
614
|
hash: import("../../index.js").Hash;
|
|
@@ -632,6 +642,7 @@ export declare const tempoDevnet: {
|
|
|
632
642
|
} | {
|
|
633
643
|
blockHash: `0x${string}` | null;
|
|
634
644
|
blockNumber: bigint | null;
|
|
645
|
+
blockTimestamp?: bigint | undefined;
|
|
635
646
|
from: import("abitype").Address;
|
|
636
647
|
gas: bigint;
|
|
637
648
|
hash: import("../../index.js").Hash;
|
|
@@ -668,6 +679,7 @@ export declare const tempoDevnet: {
|
|
|
668
679
|
nonce: number;
|
|
669
680
|
blockHash: `0x${string}` | null;
|
|
670
681
|
blockNumber: bigint | null;
|
|
682
|
+
blockTimestamp?: bigint | undefined;
|
|
671
683
|
hash: import("../../index.js").Hash;
|
|
672
684
|
transactionIndex: number | null;
|
|
673
685
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tempoDevnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoDevnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"tempoDevnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoDevnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAA"}
|
|
@@ -57,6 +57,7 @@ export declare const tempoLocalnet: {
|
|
|
57
57
|
value: bigint;
|
|
58
58
|
blockHash: `0x${string}` | null;
|
|
59
59
|
blockNumber: bigint | null;
|
|
60
|
+
blockTimestamp?: bigint | undefined;
|
|
60
61
|
hash: import("../../index.js").Hash;
|
|
61
62
|
input: import("../../index.js").Hex;
|
|
62
63
|
transactionIndex: number | null;
|
|
@@ -82,6 +83,7 @@ export declare const tempoLocalnet: {
|
|
|
82
83
|
} | {
|
|
83
84
|
blockHash: `0x${string}` | null;
|
|
84
85
|
blockNumber: bigint | null;
|
|
86
|
+
blockTimestamp?: bigint | undefined;
|
|
85
87
|
from: import("abitype").Address;
|
|
86
88
|
gas: bigint;
|
|
87
89
|
hash: import("../../index.js").Hash;
|
|
@@ -115,6 +117,7 @@ export declare const tempoLocalnet: {
|
|
|
115
117
|
} | {
|
|
116
118
|
blockHash: `0x${string}` | null;
|
|
117
119
|
blockNumber: bigint | null;
|
|
120
|
+
blockTimestamp?: bigint | undefined;
|
|
118
121
|
from: import("abitype").Address;
|
|
119
122
|
gas: bigint;
|
|
120
123
|
hash: import("../../index.js").Hash;
|
|
@@ -148,6 +151,7 @@ export declare const tempoLocalnet: {
|
|
|
148
151
|
} | {
|
|
149
152
|
blockHash: `0x${string}` | null;
|
|
150
153
|
blockNumber: bigint | null;
|
|
154
|
+
blockTimestamp?: bigint | undefined;
|
|
151
155
|
from: import("abitype").Address;
|
|
152
156
|
gas: bigint;
|
|
153
157
|
hash: import("../../index.js").Hash;
|
|
@@ -181,6 +185,7 @@ export declare const tempoLocalnet: {
|
|
|
181
185
|
} | {
|
|
182
186
|
blockHash: `0x${string}` | null;
|
|
183
187
|
blockNumber: bigint | null;
|
|
188
|
+
blockTimestamp?: bigint | undefined;
|
|
184
189
|
from: import("abitype").Address;
|
|
185
190
|
gas: bigint;
|
|
186
191
|
hash: import("../../index.js").Hash;
|
|
@@ -217,6 +222,7 @@ export declare const tempoLocalnet: {
|
|
|
217
222
|
nonce: number;
|
|
218
223
|
blockHash: `0x${string}` | null;
|
|
219
224
|
blockNumber: bigint | null;
|
|
225
|
+
blockTimestamp?: bigint | undefined;
|
|
220
226
|
hash: import("../../index.js").Hash;
|
|
221
227
|
transactionIndex: number | null;
|
|
222
228
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -505,6 +511,7 @@ export declare const tempoLocalnet: {
|
|
|
505
511
|
value: bigint;
|
|
506
512
|
blockHash: `0x${string}` | null;
|
|
507
513
|
blockNumber: bigint | null;
|
|
514
|
+
blockTimestamp?: bigint | undefined;
|
|
508
515
|
hash: import("../../index.js").Hash;
|
|
509
516
|
input: import("../../index.js").Hex;
|
|
510
517
|
transactionIndex: number | null;
|
|
@@ -530,6 +537,7 @@ export declare const tempoLocalnet: {
|
|
|
530
537
|
} | {
|
|
531
538
|
blockHash: `0x${string}` | null;
|
|
532
539
|
blockNumber: bigint | null;
|
|
540
|
+
blockTimestamp?: bigint | undefined;
|
|
533
541
|
from: import("abitype").Address;
|
|
534
542
|
gas: bigint;
|
|
535
543
|
hash: import("../../index.js").Hash;
|
|
@@ -563,6 +571,7 @@ export declare const tempoLocalnet: {
|
|
|
563
571
|
} | {
|
|
564
572
|
blockHash: `0x${string}` | null;
|
|
565
573
|
blockNumber: bigint | null;
|
|
574
|
+
blockTimestamp?: bigint | undefined;
|
|
566
575
|
from: import("abitype").Address;
|
|
567
576
|
gas: bigint;
|
|
568
577
|
hash: import("../../index.js").Hash;
|
|
@@ -596,6 +605,7 @@ export declare const tempoLocalnet: {
|
|
|
596
605
|
} | {
|
|
597
606
|
blockHash: `0x${string}` | null;
|
|
598
607
|
blockNumber: bigint | null;
|
|
608
|
+
blockTimestamp?: bigint | undefined;
|
|
599
609
|
from: import("abitype").Address;
|
|
600
610
|
gas: bigint;
|
|
601
611
|
hash: import("../../index.js").Hash;
|
|
@@ -629,6 +639,7 @@ export declare const tempoLocalnet: {
|
|
|
629
639
|
} | {
|
|
630
640
|
blockHash: `0x${string}` | null;
|
|
631
641
|
blockNumber: bigint | null;
|
|
642
|
+
blockTimestamp?: bigint | undefined;
|
|
632
643
|
from: import("abitype").Address;
|
|
633
644
|
gas: bigint;
|
|
634
645
|
hash: import("../../index.js").Hash;
|
|
@@ -665,6 +676,7 @@ export declare const tempoLocalnet: {
|
|
|
665
676
|
nonce: number;
|
|
666
677
|
blockHash: `0x${string}` | null;
|
|
667
678
|
blockNumber: bigint | null;
|
|
679
|
+
blockTimestamp?: bigint | undefined;
|
|
668
680
|
hash: import("../../index.js").Hash;
|
|
669
681
|
transactionIndex: number | null;
|
|
670
682
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tempoLocalnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoLocalnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"tempoLocalnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoLocalnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxB,CAAA"}
|