viem 2.48.3 → 2.48.6
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/Addresses.js +2 -1
- package/_cjs/tempo/Addresses.js.map +1 -1
- package/_cjs/tempo/Decorator.js +7 -0
- package/_cjs/tempo/Decorator.js.map +1 -1
- package/_cjs/tempo/Formatters.js +4 -0
- package/_cjs/tempo/Formatters.js.map +1 -1
- package/_cjs/tempo/actions/accessKey.js.map +1 -1
- package/_cjs/tempo/actions/index.js +2 -1
- package/_cjs/tempo/actions/index.js.map +1 -1
- package/_cjs/tempo/actions/virtualAddress.js +95 -0
- package/_cjs/tempo/actions/virtualAddress.js.map +1 -0
- package/_cjs/tempo/index.js +3 -1
- package/_cjs/tempo/index.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/Addresses.js +1 -0
- package/_esm/tempo/Addresses.js.map +1 -1
- package/_esm/tempo/Decorator.js +7 -0
- package/_esm/tempo/Decorator.js.map +1 -1
- package/_esm/tempo/Formatters.js +5 -0
- package/_esm/tempo/Formatters.js.map +1 -1
- package/_esm/tempo/actions/accessKey.js +14 -12
- package/_esm/tempo/actions/accessKey.js.map +1 -1
- package/_esm/tempo/actions/amm.js +14 -14
- package/_esm/tempo/actions/dex.js +34 -34
- package/_esm/tempo/actions/faucet.js +2 -2
- package/_esm/tempo/actions/fee.js +10 -10
- package/_esm/tempo/actions/index.js +1 -0
- package/_esm/tempo/actions/index.js.map +1 -1
- package/_esm/tempo/actions/nonce.js +2 -2
- package/_esm/tempo/actions/policy.js +18 -18
- package/_esm/tempo/actions/reward.js +14 -14
- package/_esm/tempo/actions/token.js +61 -61
- package/_esm/tempo/actions/validator.js +27 -27
- package/_esm/tempo/actions/virtualAddress.js +228 -0
- package/_esm/tempo/actions/virtualAddress.js.map +1 -0
- package/_esm/tempo/index.js +1 -1
- package/_esm/tempo/index.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/Addresses.d.ts +1 -0
- package/_types/tempo/Addresses.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +101 -1
- package/_types/tempo/Decorator.d.ts.map +1 -1
- package/_types/tempo/Formatters.d.ts.map +1 -1
- package/_types/tempo/actions/accessKey.d.ts +14 -12
- package/_types/tempo/actions/accessKey.d.ts.map +1 -1
- package/_types/tempo/actions/amm.d.ts +14 -14
- package/_types/tempo/actions/dex.d.ts +34 -34
- package/_types/tempo/actions/faucet.d.ts +2 -2
- package/_types/tempo/actions/fee.d.ts +10 -10
- package/_types/tempo/actions/index.d.ts +1 -0
- package/_types/tempo/actions/index.d.ts.map +1 -1
- package/_types/tempo/actions/nonce.d.ts +2 -2
- package/_types/tempo/actions/policy.d.ts +18 -18
- package/_types/tempo/actions/reward.d.ts +14 -14
- package/_types/tempo/actions/token.d.ts +61 -61
- package/_types/tempo/actions/validator.d.ts +27 -27
- package/_types/tempo/actions/virtualAddress.d.ts +350 -0
- package/_types/tempo/actions/virtualAddress.d.ts.map +1 -0
- package/_types/tempo/chainConfig.d.ts +6 -0
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/index.d.ts +1 -1
- package/_types/tempo/index.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 +2 -2
- package/tempo/Addresses.ts +1 -0
- package/tempo/Decorator.ts +125 -1
- package/tempo/Formatters.ts +6 -0
- package/tempo/actions/accessKey.ts +14 -12
- package/tempo/actions/amm.ts +14 -14
- package/tempo/actions/dex.ts +34 -34
- package/tempo/actions/faucet.ts +2 -2
- package/tempo/actions/fee.ts +10 -10
- package/tempo/actions/index.ts +1 -0
- package/tempo/actions/nonce.ts +2 -2
- package/tempo/actions/policy.ts +18 -18
- package/tempo/actions/reward.ts +14 -14
- package/tempo/actions/token.ts +61 -61
- package/tempo/actions/validator.ts +27 -27
- package/tempo/actions/virtualAddress.ts +337 -0
- package/tempo/index.ts +8 -1
- package/tempo/zones/zone.ts +23 -2
- package/types/transaction.ts +3 -1
- package/utils/formatters/transaction.ts +3 -0
|
@@ -114,6 +114,7 @@ export declare const celoSepolia: {
|
|
|
114
114
|
value: bigint;
|
|
115
115
|
blockHash: `0x${string}` | null;
|
|
116
116
|
blockNumber: bigint | null;
|
|
117
|
+
blockTimestamp?: bigint | undefined;
|
|
117
118
|
hash: import("../../index.js").Hash;
|
|
118
119
|
input: import("../../index.js").Hex;
|
|
119
120
|
transactionIndex: number | null;
|
|
@@ -137,6 +138,7 @@ export declare const celoSepolia: {
|
|
|
137
138
|
} | {
|
|
138
139
|
blockHash: `0x${string}` | null;
|
|
139
140
|
blockNumber: bigint | null;
|
|
141
|
+
blockTimestamp?: bigint | undefined;
|
|
140
142
|
from: import("abitype").Address;
|
|
141
143
|
gas: bigint;
|
|
142
144
|
hash: import("../../index.js").Hash;
|
|
@@ -168,6 +170,7 @@ export declare const celoSepolia: {
|
|
|
168
170
|
} | {
|
|
169
171
|
blockHash: `0x${string}` | null;
|
|
170
172
|
blockNumber: bigint | null;
|
|
173
|
+
blockTimestamp?: bigint | undefined;
|
|
171
174
|
from: import("abitype").Address;
|
|
172
175
|
gas: bigint;
|
|
173
176
|
hash: import("../../index.js").Hash;
|
|
@@ -199,6 +202,7 @@ export declare const celoSepolia: {
|
|
|
199
202
|
} | {
|
|
200
203
|
blockHash: `0x${string}` | null;
|
|
201
204
|
blockNumber: bigint | null;
|
|
205
|
+
blockTimestamp?: bigint | undefined;
|
|
202
206
|
from: import("abitype").Address;
|
|
203
207
|
gas: bigint;
|
|
204
208
|
hash: import("../../index.js").Hash;
|
|
@@ -230,6 +234,7 @@ export declare const celoSepolia: {
|
|
|
230
234
|
} | {
|
|
231
235
|
blockHash: `0x${string}` | null;
|
|
232
236
|
blockNumber: bigint | null;
|
|
237
|
+
blockTimestamp?: bigint | undefined;
|
|
233
238
|
from: import("abitype").Address;
|
|
234
239
|
gas: bigint;
|
|
235
240
|
hash: import("../../index.js").Hash;
|
|
@@ -261,6 +266,7 @@ export declare const celoSepolia: {
|
|
|
261
266
|
} | {
|
|
262
267
|
blockHash: `0x${string}` | null;
|
|
263
268
|
blockNumber: bigint | null;
|
|
269
|
+
blockTimestamp?: bigint | undefined;
|
|
264
270
|
from: import("abitype").Address;
|
|
265
271
|
gas: bigint;
|
|
266
272
|
hash: import("../../index.js").Hash;
|
|
@@ -292,6 +298,7 @@ export declare const celoSepolia: {
|
|
|
292
298
|
} | {
|
|
293
299
|
blockHash: `0x${string}` | null;
|
|
294
300
|
blockNumber: bigint | null;
|
|
301
|
+
blockTimestamp?: bigint | undefined;
|
|
295
302
|
from: import("abitype").Address;
|
|
296
303
|
gas: bigint;
|
|
297
304
|
hash: import("../../index.js").Hash;
|
|
@@ -323,6 +330,7 @@ export declare const celoSepolia: {
|
|
|
323
330
|
} | {
|
|
324
331
|
blockHash: `0x${string}` | null;
|
|
325
332
|
blockNumber: bigint | null;
|
|
333
|
+
blockTimestamp?: bigint | undefined;
|
|
326
334
|
from: import("abitype").Address;
|
|
327
335
|
gas: bigint;
|
|
328
336
|
hash: import("../../index.js").Hash;
|
|
@@ -540,6 +548,7 @@ export declare const celoSepolia: {
|
|
|
540
548
|
value: bigint;
|
|
541
549
|
blockHash: `0x${string}` | null;
|
|
542
550
|
blockNumber: bigint | null;
|
|
551
|
+
blockTimestamp?: bigint | undefined;
|
|
543
552
|
hash: import("../../index.js").Hash;
|
|
544
553
|
input: import("../../index.js").Hex;
|
|
545
554
|
transactionIndex: number | null;
|
|
@@ -563,6 +572,7 @@ export declare const celoSepolia: {
|
|
|
563
572
|
} | {
|
|
564
573
|
blockHash: `0x${string}` | null;
|
|
565
574
|
blockNumber: bigint | null;
|
|
575
|
+
blockTimestamp?: bigint | undefined;
|
|
566
576
|
from: import("abitype").Address;
|
|
567
577
|
gas: bigint;
|
|
568
578
|
hash: import("../../index.js").Hash;
|
|
@@ -594,6 +604,7 @@ export declare const celoSepolia: {
|
|
|
594
604
|
} | {
|
|
595
605
|
blockHash: `0x${string}` | null;
|
|
596
606
|
blockNumber: bigint | null;
|
|
607
|
+
blockTimestamp?: bigint | undefined;
|
|
597
608
|
from: import("abitype").Address;
|
|
598
609
|
gas: bigint;
|
|
599
610
|
hash: import("../../index.js").Hash;
|
|
@@ -625,6 +636,7 @@ export declare const celoSepolia: {
|
|
|
625
636
|
} | {
|
|
626
637
|
blockHash: `0x${string}` | null;
|
|
627
638
|
blockNumber: bigint | null;
|
|
639
|
+
blockTimestamp?: bigint | undefined;
|
|
628
640
|
from: import("abitype").Address;
|
|
629
641
|
gas: bigint;
|
|
630
642
|
hash: import("../../index.js").Hash;
|
|
@@ -656,6 +668,7 @@ export declare const celoSepolia: {
|
|
|
656
668
|
} | {
|
|
657
669
|
blockHash: `0x${string}` | null;
|
|
658
670
|
blockNumber: bigint | null;
|
|
671
|
+
blockTimestamp?: bigint | undefined;
|
|
659
672
|
from: import("abitype").Address;
|
|
660
673
|
gas: bigint;
|
|
661
674
|
hash: import("../../index.js").Hash;
|
|
@@ -687,6 +700,7 @@ export declare const celoSepolia: {
|
|
|
687
700
|
} | {
|
|
688
701
|
blockHash: `0x${string}` | null;
|
|
689
702
|
blockNumber: bigint | null;
|
|
703
|
+
blockTimestamp?: bigint | undefined;
|
|
690
704
|
from: import("abitype").Address;
|
|
691
705
|
gas: bigint;
|
|
692
706
|
hash: import("../../index.js").Hash;
|
|
@@ -718,6 +732,7 @@ export declare const celoSepolia: {
|
|
|
718
732
|
} | {
|
|
719
733
|
blockHash: `0x${string}` | null;
|
|
720
734
|
blockNumber: bigint | null;
|
|
735
|
+
blockTimestamp?: bigint | undefined;
|
|
721
736
|
from: import("abitype").Address;
|
|
722
737
|
gas: bigint;
|
|
723
738
|
hash: import("../../index.js").Hash;
|
|
@@ -749,6 +764,7 @@ export declare const celoSepolia: {
|
|
|
749
764
|
} | {
|
|
750
765
|
blockHash: `0x${string}` | null;
|
|
751
766
|
blockNumber: bigint | null;
|
|
767
|
+
blockTimestamp?: bigint | undefined;
|
|
752
768
|
from: import("abitype").Address;
|
|
753
769
|
gas: bigint;
|
|
754
770
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"celoSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/celoSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"celoSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/celoSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CtB,CAAA"}
|
|
@@ -103,6 +103,7 @@ export declare const codex: {
|
|
|
103
103
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
104
104
|
blockHash: `0x${string}` | null;
|
|
105
105
|
blockNumber: bigint | null;
|
|
106
|
+
blockTimestamp?: bigint | undefined;
|
|
106
107
|
from: import("abitype").Address;
|
|
107
108
|
gas: bigint;
|
|
108
109
|
hash: import("../../index.js").Hash;
|
|
@@ -135,6 +136,7 @@ export declare const codex: {
|
|
|
135
136
|
value: bigint;
|
|
136
137
|
blockHash: `0x${string}` | null;
|
|
137
138
|
blockNumber: bigint | null;
|
|
139
|
+
blockTimestamp?: bigint | undefined;
|
|
138
140
|
hash: import("../../index.js").Hash;
|
|
139
141
|
input: import("../../index.js").Hex;
|
|
140
142
|
transactionIndex: number | null;
|
|
@@ -155,6 +157,7 @@ export declare const codex: {
|
|
|
155
157
|
} | {
|
|
156
158
|
blockHash: `0x${string}` | null;
|
|
157
159
|
blockNumber: bigint | null;
|
|
160
|
+
blockTimestamp?: bigint | undefined;
|
|
158
161
|
from: import("abitype").Address;
|
|
159
162
|
gas: bigint;
|
|
160
163
|
hash: import("../../index.js").Hash;
|
|
@@ -183,6 +186,7 @@ export declare const codex: {
|
|
|
183
186
|
} | {
|
|
184
187
|
blockHash: `0x${string}` | null;
|
|
185
188
|
blockNumber: bigint | null;
|
|
189
|
+
blockTimestamp?: bigint | undefined;
|
|
186
190
|
from: import("abitype").Address;
|
|
187
191
|
gas: bigint;
|
|
188
192
|
hash: import("../../index.js").Hash;
|
|
@@ -211,6 +215,7 @@ export declare const codex: {
|
|
|
211
215
|
} | {
|
|
212
216
|
blockHash: `0x${string}` | null;
|
|
213
217
|
blockNumber: bigint | null;
|
|
218
|
+
blockTimestamp?: bigint | undefined;
|
|
214
219
|
from: import("abitype").Address;
|
|
215
220
|
gas: bigint;
|
|
216
221
|
hash: import("../../index.js").Hash;
|
|
@@ -239,6 +244,7 @@ export declare const codex: {
|
|
|
239
244
|
} | {
|
|
240
245
|
blockHash: `0x${string}` | null;
|
|
241
246
|
blockNumber: bigint | null;
|
|
247
|
+
blockTimestamp?: bigint | undefined;
|
|
242
248
|
from: import("abitype").Address;
|
|
243
249
|
gas: bigint;
|
|
244
250
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codex.d.ts","sourceRoot":"","sources":["../../../chains/definitions/codex.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"codex.d.ts","sourceRoot":"","sources":["../../../chains/definitions/codex.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuChB,CAAA"}
|
|
@@ -103,6 +103,7 @@ export declare const codexTestnet: {
|
|
|
103
103
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
104
104
|
blockHash: `0x${string}` | null;
|
|
105
105
|
blockNumber: bigint | null;
|
|
106
|
+
blockTimestamp?: bigint | undefined;
|
|
106
107
|
from: import("abitype").Address;
|
|
107
108
|
gas: bigint;
|
|
108
109
|
hash: import("../../index.js").Hash;
|
|
@@ -135,6 +136,7 @@ export declare const codexTestnet: {
|
|
|
135
136
|
value: bigint;
|
|
136
137
|
blockHash: `0x${string}` | null;
|
|
137
138
|
blockNumber: bigint | null;
|
|
139
|
+
blockTimestamp?: bigint | undefined;
|
|
138
140
|
hash: import("../../index.js").Hash;
|
|
139
141
|
input: import("../../index.js").Hex;
|
|
140
142
|
transactionIndex: number | null;
|
|
@@ -155,6 +157,7 @@ export declare const codexTestnet: {
|
|
|
155
157
|
} | {
|
|
156
158
|
blockHash: `0x${string}` | null;
|
|
157
159
|
blockNumber: bigint | null;
|
|
160
|
+
blockTimestamp?: bigint | undefined;
|
|
158
161
|
from: import("abitype").Address;
|
|
159
162
|
gas: bigint;
|
|
160
163
|
hash: import("../../index.js").Hash;
|
|
@@ -183,6 +186,7 @@ export declare const codexTestnet: {
|
|
|
183
186
|
} | {
|
|
184
187
|
blockHash: `0x${string}` | null;
|
|
185
188
|
blockNumber: bigint | null;
|
|
189
|
+
blockTimestamp?: bigint | undefined;
|
|
186
190
|
from: import("abitype").Address;
|
|
187
191
|
gas: bigint;
|
|
188
192
|
hash: import("../../index.js").Hash;
|
|
@@ -211,6 +215,7 @@ export declare const codexTestnet: {
|
|
|
211
215
|
} | {
|
|
212
216
|
blockHash: `0x${string}` | null;
|
|
213
217
|
blockNumber: bigint | null;
|
|
218
|
+
blockTimestamp?: bigint | undefined;
|
|
214
219
|
from: import("abitype").Address;
|
|
215
220
|
gas: bigint;
|
|
216
221
|
hash: import("../../index.js").Hash;
|
|
@@ -239,6 +244,7 @@ export declare const codexTestnet: {
|
|
|
239
244
|
} | {
|
|
240
245
|
blockHash: `0x${string}` | null;
|
|
241
246
|
blockNumber: bigint | null;
|
|
247
|
+
blockTimestamp?: bigint | undefined;
|
|
242
248
|
from: import("abitype").Address;
|
|
243
249
|
gas: bigint;
|
|
244
250
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codexTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/codexTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"codexTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/codexTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCvB,CAAA"}
|
|
@@ -85,6 +85,7 @@ export declare const dchain: {
|
|
|
85
85
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
86
86
|
blockHash: `0x${string}` | null;
|
|
87
87
|
blockNumber: bigint | null;
|
|
88
|
+
blockTimestamp?: bigint | undefined;
|
|
88
89
|
from: import("abitype").Address;
|
|
89
90
|
gas: bigint;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
@@ -117,6 +118,7 @@ export declare const dchain: {
|
|
|
117
118
|
value: bigint;
|
|
118
119
|
blockHash: `0x${string}` | null;
|
|
119
120
|
blockNumber: bigint | null;
|
|
121
|
+
blockTimestamp?: bigint | undefined;
|
|
120
122
|
hash: import("../../index.js").Hash;
|
|
121
123
|
input: import("../../index.js").Hex;
|
|
122
124
|
transactionIndex: number | null;
|
|
@@ -137,6 +139,7 @@ export declare const dchain: {
|
|
|
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;
|
|
@@ -165,6 +168,7 @@ export declare const dchain: {
|
|
|
165
168
|
} | {
|
|
166
169
|
blockHash: `0x${string}` | null;
|
|
167
170
|
blockNumber: bigint | null;
|
|
171
|
+
blockTimestamp?: bigint | undefined;
|
|
168
172
|
from: import("abitype").Address;
|
|
169
173
|
gas: bigint;
|
|
170
174
|
hash: import("../../index.js").Hash;
|
|
@@ -193,6 +197,7 @@ export declare const dchain: {
|
|
|
193
197
|
} | {
|
|
194
198
|
blockHash: `0x${string}` | null;
|
|
195
199
|
blockNumber: bigint | null;
|
|
200
|
+
blockTimestamp?: bigint | undefined;
|
|
196
201
|
from: import("abitype").Address;
|
|
197
202
|
gas: bigint;
|
|
198
203
|
hash: import("../../index.js").Hash;
|
|
@@ -221,6 +226,7 @@ export declare const dchain: {
|
|
|
221
226
|
} | {
|
|
222
227
|
blockHash: `0x${string}` | null;
|
|
223
228
|
blockNumber: bigint | null;
|
|
229
|
+
blockTimestamp?: bigint | undefined;
|
|
224
230
|
from: import("abitype").Address;
|
|
225
231
|
gas: bigint;
|
|
226
232
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/dchain.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"dchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/dchain.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBjB,CAAA"}
|
|
@@ -85,6 +85,7 @@ export declare const dchainTestnet: {
|
|
|
85
85
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
86
86
|
blockHash: `0x${string}` | null;
|
|
87
87
|
blockNumber: bigint | null;
|
|
88
|
+
blockTimestamp?: bigint | undefined;
|
|
88
89
|
from: import("abitype").Address;
|
|
89
90
|
gas: bigint;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
@@ -117,6 +118,7 @@ export declare const dchainTestnet: {
|
|
|
117
118
|
value: bigint;
|
|
118
119
|
blockHash: `0x${string}` | null;
|
|
119
120
|
blockNumber: bigint | null;
|
|
121
|
+
blockTimestamp?: bigint | undefined;
|
|
120
122
|
hash: import("../../index.js").Hash;
|
|
121
123
|
input: import("../../index.js").Hex;
|
|
122
124
|
transactionIndex: number | null;
|
|
@@ -137,6 +139,7 @@ export declare const dchainTestnet: {
|
|
|
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;
|
|
@@ -165,6 +168,7 @@ export declare const dchainTestnet: {
|
|
|
165
168
|
} | {
|
|
166
169
|
blockHash: `0x${string}` | null;
|
|
167
170
|
blockNumber: bigint | null;
|
|
171
|
+
blockTimestamp?: bigint | undefined;
|
|
168
172
|
from: import("abitype").Address;
|
|
169
173
|
gas: bigint;
|
|
170
174
|
hash: import("../../index.js").Hash;
|
|
@@ -193,6 +197,7 @@ export declare const dchainTestnet: {
|
|
|
193
197
|
} | {
|
|
194
198
|
blockHash: `0x${string}` | null;
|
|
195
199
|
blockNumber: bigint | null;
|
|
200
|
+
blockTimestamp?: bigint | undefined;
|
|
196
201
|
from: import("abitype").Address;
|
|
197
202
|
gas: bigint;
|
|
198
203
|
hash: import("../../index.js").Hash;
|
|
@@ -221,6 +226,7 @@ export declare const dchainTestnet: {
|
|
|
221
226
|
} | {
|
|
222
227
|
blockHash: `0x${string}` | null;
|
|
223
228
|
blockNumber: bigint | null;
|
|
229
|
+
blockTimestamp?: bigint | undefined;
|
|
224
230
|
from: import("abitype").Address;
|
|
225
231
|
gas: bigint;
|
|
226
232
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dchainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/dchainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"dchainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/dchainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBxB,CAAA"}
|
|
@@ -84,6 +84,7 @@ export declare const elysiumTestnet: {
|
|
|
84
84
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
85
85
|
blockHash: `0x${string}` | null;
|
|
86
86
|
blockNumber: bigint | null;
|
|
87
|
+
blockTimestamp?: bigint | undefined;
|
|
87
88
|
from: import("abitype").Address;
|
|
88
89
|
gas: bigint;
|
|
89
90
|
hash: import("../../index.js").Hash;
|
|
@@ -116,6 +117,7 @@ export declare const elysiumTestnet: {
|
|
|
116
117
|
value: bigint;
|
|
117
118
|
blockHash: `0x${string}` | null;
|
|
118
119
|
blockNumber: bigint | null;
|
|
120
|
+
blockTimestamp?: bigint | undefined;
|
|
119
121
|
hash: import("../../index.js").Hash;
|
|
120
122
|
input: import("../../index.js").Hex;
|
|
121
123
|
transactionIndex: number | null;
|
|
@@ -136,6 +138,7 @@ export declare const elysiumTestnet: {
|
|
|
136
138
|
} | {
|
|
137
139
|
blockHash: `0x${string}` | null;
|
|
138
140
|
blockNumber: bigint | null;
|
|
141
|
+
blockTimestamp?: bigint | undefined;
|
|
139
142
|
from: import("abitype").Address;
|
|
140
143
|
gas: bigint;
|
|
141
144
|
hash: import("../../index.js").Hash;
|
|
@@ -164,6 +167,7 @@ export declare const elysiumTestnet: {
|
|
|
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;
|
|
@@ -192,6 +196,7 @@ export declare const elysiumTestnet: {
|
|
|
192
196
|
} | {
|
|
193
197
|
blockHash: `0x${string}` | null;
|
|
194
198
|
blockNumber: bigint | null;
|
|
199
|
+
blockTimestamp?: bigint | undefined;
|
|
195
200
|
from: import("abitype").Address;
|
|
196
201
|
gas: bigint;
|
|
197
202
|
hash: import("../../index.js").Hash;
|
|
@@ -220,6 +225,7 @@ export declare const elysiumTestnet: {
|
|
|
220
225
|
} | {
|
|
221
226
|
blockHash: `0x${string}` | null;
|
|
222
227
|
blockNumber: bigint | null;
|
|
228
|
+
blockTimestamp?: bigint | undefined;
|
|
223
229
|
from: import("abitype").Address;
|
|
224
230
|
gas: bigint;
|
|
225
231
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elysiumTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/elysiumTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"elysiumTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/elysiumTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBzB,CAAA"}
|
|
@@ -105,6 +105,7 @@ export declare const fraxtal: {
|
|
|
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 fraxtal: {
|
|
|
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 fraxtal: {
|
|
|
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 fraxtal: {
|
|
|
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 fraxtal: {
|
|
|
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 fraxtal: {
|
|
|
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":"fraxtal.d.ts","sourceRoot":"","sources":["../../../chains/definitions/fraxtal.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"fraxtal.d.ts","sourceRoot":"","sources":["../../../chains/definitions/fraxtal.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyClB,CAAA"}
|
|
@@ -105,6 +105,7 @@ export declare const fraxtalTestnet: {
|
|
|
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 fraxtalTestnet: {
|
|
|
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 fraxtalTestnet: {
|
|
|
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 fraxtalTestnet: {
|
|
|
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 fraxtalTestnet: {
|
|
|
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 fraxtalTestnet: {
|
|
|
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":"fraxtalTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/fraxtalTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"fraxtalTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/fraxtalTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CzB,CAAA"}
|
|
@@ -84,6 +84,7 @@ export declare const funkiMainnet: {
|
|
|
84
84
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
85
85
|
blockHash: `0x${string}` | null;
|
|
86
86
|
blockNumber: bigint | null;
|
|
87
|
+
blockTimestamp?: bigint | undefined;
|
|
87
88
|
from: import("abitype").Address;
|
|
88
89
|
gas: bigint;
|
|
89
90
|
hash: import("../../index.js").Hash;
|
|
@@ -116,6 +117,7 @@ export declare const funkiMainnet: {
|
|
|
116
117
|
value: bigint;
|
|
117
118
|
blockHash: `0x${string}` | null;
|
|
118
119
|
blockNumber: bigint | null;
|
|
120
|
+
blockTimestamp?: bigint | undefined;
|
|
119
121
|
hash: import("../../index.js").Hash;
|
|
120
122
|
input: import("../../index.js").Hex;
|
|
121
123
|
transactionIndex: number | null;
|
|
@@ -136,6 +138,7 @@ export declare const funkiMainnet: {
|
|
|
136
138
|
} | {
|
|
137
139
|
blockHash: `0x${string}` | null;
|
|
138
140
|
blockNumber: bigint | null;
|
|
141
|
+
blockTimestamp?: bigint | undefined;
|
|
139
142
|
from: import("abitype").Address;
|
|
140
143
|
gas: bigint;
|
|
141
144
|
hash: import("../../index.js").Hash;
|
|
@@ -164,6 +167,7 @@ export declare const funkiMainnet: {
|
|
|
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;
|
|
@@ -192,6 +196,7 @@ export declare const funkiMainnet: {
|
|
|
192
196
|
} | {
|
|
193
197
|
blockHash: `0x${string}` | null;
|
|
194
198
|
blockNumber: bigint | null;
|
|
199
|
+
blockTimestamp?: bigint | undefined;
|
|
195
200
|
from: import("abitype").Address;
|
|
196
201
|
gas: bigint;
|
|
197
202
|
hash: import("../../index.js").Hash;
|
|
@@ -220,6 +225,7 @@ export declare const funkiMainnet: {
|
|
|
220
225
|
} | {
|
|
221
226
|
blockHash: `0x${string}` | null;
|
|
222
227
|
blockNumber: bigint | null;
|
|
228
|
+
blockTimestamp?: bigint | undefined;
|
|
223
229
|
from: import("abitype").Address;
|
|
224
230
|
gas: bigint;
|
|
225
231
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"funkiMainnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/funkiMainnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"funkiMainnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/funkiMainnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBvB,CAAA"}
|
|
@@ -88,6 +88,7 @@ export declare const funkiSepolia: {
|
|
|
88
88
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
89
89
|
blockHash: `0x${string}` | null;
|
|
90
90
|
blockNumber: bigint | null;
|
|
91
|
+
blockTimestamp?: bigint | undefined;
|
|
91
92
|
from: import("abitype").Address;
|
|
92
93
|
gas: bigint;
|
|
93
94
|
hash: import("../../index.js").Hash;
|
|
@@ -120,6 +121,7 @@ export declare const funkiSepolia: {
|
|
|
120
121
|
value: bigint;
|
|
121
122
|
blockHash: `0x${string}` | null;
|
|
122
123
|
blockNumber: bigint | null;
|
|
124
|
+
blockTimestamp?: bigint | undefined;
|
|
123
125
|
hash: import("../../index.js").Hash;
|
|
124
126
|
input: import("../../index.js").Hex;
|
|
125
127
|
transactionIndex: number | null;
|
|
@@ -140,6 +142,7 @@ export declare const funkiSepolia: {
|
|
|
140
142
|
} | {
|
|
141
143
|
blockHash: `0x${string}` | null;
|
|
142
144
|
blockNumber: bigint | null;
|
|
145
|
+
blockTimestamp?: bigint | undefined;
|
|
143
146
|
from: import("abitype").Address;
|
|
144
147
|
gas: bigint;
|
|
145
148
|
hash: import("../../index.js").Hash;
|
|
@@ -168,6 +171,7 @@ export declare const funkiSepolia: {
|
|
|
168
171
|
} | {
|
|
169
172
|
blockHash: `0x${string}` | null;
|
|
170
173
|
blockNumber: bigint | null;
|
|
174
|
+
blockTimestamp?: bigint | undefined;
|
|
171
175
|
from: import("abitype").Address;
|
|
172
176
|
gas: bigint;
|
|
173
177
|
hash: import("../../index.js").Hash;
|
|
@@ -196,6 +200,7 @@ export declare const funkiSepolia: {
|
|
|
196
200
|
} | {
|
|
197
201
|
blockHash: `0x${string}` | null;
|
|
198
202
|
blockNumber: bigint | null;
|
|
203
|
+
blockTimestamp?: bigint | undefined;
|
|
199
204
|
from: import("abitype").Address;
|
|
200
205
|
gas: bigint;
|
|
201
206
|
hash: import("../../index.js").Hash;
|
|
@@ -224,6 +229,7 @@ export declare const funkiSepolia: {
|
|
|
224
229
|
} | {
|
|
225
230
|
blockHash: `0x${string}` | null;
|
|
226
231
|
blockNumber: bigint | null;
|
|
232
|
+
blockTimestamp?: bigint | undefined;
|
|
227
233
|
from: import("abitype").Address;
|
|
228
234
|
gas: bigint;
|
|
229
235
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"funkiSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/funkiSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"funkiSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/funkiSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BvB,CAAA"}
|