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
|
@@ -67,6 +67,7 @@ export declare const chainConfig: {
|
|
|
67
67
|
value: bigint;
|
|
68
68
|
blockHash: `0x${string}` | null;
|
|
69
69
|
blockNumber: bigint | null;
|
|
70
|
+
blockTimestamp?: bigint | undefined;
|
|
70
71
|
hash: import("../index.js").Hash;
|
|
71
72
|
input: import("../index.js").Hex;
|
|
72
73
|
transactionIndex: number | null;
|
|
@@ -90,6 +91,7 @@ export declare const chainConfig: {
|
|
|
90
91
|
} | {
|
|
91
92
|
blockHash: `0x${string}` | null;
|
|
92
93
|
blockNumber: bigint | null;
|
|
94
|
+
blockTimestamp?: bigint | undefined;
|
|
93
95
|
from: import("abitype").Address;
|
|
94
96
|
gas: bigint;
|
|
95
97
|
hash: import("../index.js").Hash;
|
|
@@ -121,6 +123,7 @@ export declare const chainConfig: {
|
|
|
121
123
|
} | {
|
|
122
124
|
blockHash: `0x${string}` | null;
|
|
123
125
|
blockNumber: bigint | null;
|
|
126
|
+
blockTimestamp?: bigint | undefined;
|
|
124
127
|
from: import("abitype").Address;
|
|
125
128
|
gas: bigint;
|
|
126
129
|
hash: import("../index.js").Hash;
|
|
@@ -152,6 +155,7 @@ export declare const chainConfig: {
|
|
|
152
155
|
} | {
|
|
153
156
|
blockHash: `0x${string}` | null;
|
|
154
157
|
blockNumber: bigint | null;
|
|
158
|
+
blockTimestamp?: bigint | undefined;
|
|
155
159
|
from: import("abitype").Address;
|
|
156
160
|
gas: bigint;
|
|
157
161
|
hash: import("../index.js").Hash;
|
|
@@ -183,6 +187,7 @@ export declare const chainConfig: {
|
|
|
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;
|
|
@@ -214,6 +219,7 @@ export declare const chainConfig: {
|
|
|
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;
|
|
@@ -245,6 +251,7 @@ export declare const chainConfig: {
|
|
|
245
251
|
} | {
|
|
246
252
|
blockHash: `0x${string}` | null;
|
|
247
253
|
blockNumber: bigint | null;
|
|
254
|
+
blockTimestamp?: bigint | undefined;
|
|
248
255
|
from: import("abitype").Address;
|
|
249
256
|
gas: bigint;
|
|
250
257
|
hash: import("../index.js").Hash;
|
|
@@ -276,6 +283,7 @@ export declare const chainConfig: {
|
|
|
276
283
|
} | {
|
|
277
284
|
blockHash: `0x${string}` | null;
|
|
278
285
|
blockNumber: bigint | null;
|
|
286
|
+
blockTimestamp?: bigint | undefined;
|
|
279
287
|
from: import("abitype").Address;
|
|
280
288
|
gas: bigint;
|
|
281
289
|
hash: import("../index.js").Hash;
|
|
@@ -496,6 +504,7 @@ export declare const chainConfig: {
|
|
|
496
504
|
value: bigint;
|
|
497
505
|
blockHash: `0x${string}` | null;
|
|
498
506
|
blockNumber: bigint | null;
|
|
507
|
+
blockTimestamp?: bigint | undefined;
|
|
499
508
|
hash: import("../index.js").Hash;
|
|
500
509
|
input: import("../index.js").Hex;
|
|
501
510
|
transactionIndex: number | null;
|
|
@@ -519,6 +528,7 @@ export declare const chainConfig: {
|
|
|
519
528
|
} | {
|
|
520
529
|
blockHash: `0x${string}` | null;
|
|
521
530
|
blockNumber: bigint | null;
|
|
531
|
+
blockTimestamp?: bigint | undefined;
|
|
522
532
|
from: import("abitype").Address;
|
|
523
533
|
gas: bigint;
|
|
524
534
|
hash: import("../index.js").Hash;
|
|
@@ -550,6 +560,7 @@ export declare const chainConfig: {
|
|
|
550
560
|
} | {
|
|
551
561
|
blockHash: `0x${string}` | null;
|
|
552
562
|
blockNumber: bigint | null;
|
|
563
|
+
blockTimestamp?: bigint | undefined;
|
|
553
564
|
from: import("abitype").Address;
|
|
554
565
|
gas: bigint;
|
|
555
566
|
hash: import("../index.js").Hash;
|
|
@@ -581,6 +592,7 @@ export declare const chainConfig: {
|
|
|
581
592
|
} | {
|
|
582
593
|
blockHash: `0x${string}` | null;
|
|
583
594
|
blockNumber: bigint | null;
|
|
595
|
+
blockTimestamp?: bigint | undefined;
|
|
584
596
|
from: import("abitype").Address;
|
|
585
597
|
gas: bigint;
|
|
586
598
|
hash: import("../index.js").Hash;
|
|
@@ -612,6 +624,7 @@ export declare const chainConfig: {
|
|
|
612
624
|
} | {
|
|
613
625
|
blockHash: `0x${string}` | null;
|
|
614
626
|
blockNumber: bigint | null;
|
|
627
|
+
blockTimestamp?: bigint | undefined;
|
|
615
628
|
from: import("abitype").Address;
|
|
616
629
|
gas: bigint;
|
|
617
630
|
hash: import("../index.js").Hash;
|
|
@@ -643,6 +656,7 @@ export declare const chainConfig: {
|
|
|
643
656
|
} | {
|
|
644
657
|
blockHash: `0x${string}` | null;
|
|
645
658
|
blockNumber: bigint | null;
|
|
659
|
+
blockTimestamp?: bigint | undefined;
|
|
646
660
|
from: import("abitype").Address;
|
|
647
661
|
gas: bigint;
|
|
648
662
|
hash: import("../index.js").Hash;
|
|
@@ -674,6 +688,7 @@ export declare const chainConfig: {
|
|
|
674
688
|
} | {
|
|
675
689
|
blockHash: `0x${string}` | null;
|
|
676
690
|
blockNumber: bigint | null;
|
|
691
|
+
blockTimestamp?: bigint | undefined;
|
|
677
692
|
from: import("abitype").Address;
|
|
678
693
|
gas: bigint;
|
|
679
694
|
hash: import("../index.js").Hash;
|
|
@@ -705,6 +720,7 @@ export declare const chainConfig: {
|
|
|
705
720
|
} | {
|
|
706
721
|
blockHash: `0x${string}` | null;
|
|
707
722
|
blockNumber: bigint | null;
|
|
723
|
+
blockTimestamp?: bigint | undefined;
|
|
708
724
|
from: import("abitype").Address;
|
|
709
725
|
gas: bigint;
|
|
710
726
|
hash: import("../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../celo/chainConfig.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"chainConfig.d.ts","sourceRoot":"","sources":["../../celo/chainConfig.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMd,CAAA"}
|
|
@@ -46,6 +46,7 @@ export declare const formatters: {
|
|
|
46
46
|
value: bigint;
|
|
47
47
|
blockHash: `0x${string}` | null;
|
|
48
48
|
blockNumber: bigint | null;
|
|
49
|
+
blockTimestamp?: bigint | undefined;
|
|
49
50
|
hash: import("../index.js").Hash;
|
|
50
51
|
input: import("../index.js").Hex;
|
|
51
52
|
transactionIndex: number | null;
|
|
@@ -69,6 +70,7 @@ export declare const formatters: {
|
|
|
69
70
|
} | {
|
|
70
71
|
blockHash: `0x${string}` | null;
|
|
71
72
|
blockNumber: bigint | null;
|
|
73
|
+
blockTimestamp?: bigint | undefined;
|
|
72
74
|
from: import("abitype").Address;
|
|
73
75
|
gas: bigint;
|
|
74
76
|
hash: import("../index.js").Hash;
|
|
@@ -100,6 +102,7 @@ export declare const formatters: {
|
|
|
100
102
|
} | {
|
|
101
103
|
blockHash: `0x${string}` | null;
|
|
102
104
|
blockNumber: bigint | null;
|
|
105
|
+
blockTimestamp?: bigint | undefined;
|
|
103
106
|
from: import("abitype").Address;
|
|
104
107
|
gas: bigint;
|
|
105
108
|
hash: import("../index.js").Hash;
|
|
@@ -131,6 +134,7 @@ export declare const formatters: {
|
|
|
131
134
|
} | {
|
|
132
135
|
blockHash: `0x${string}` | null;
|
|
133
136
|
blockNumber: bigint | null;
|
|
137
|
+
blockTimestamp?: bigint | undefined;
|
|
134
138
|
from: import("abitype").Address;
|
|
135
139
|
gas: bigint;
|
|
136
140
|
hash: import("../index.js").Hash;
|
|
@@ -162,6 +166,7 @@ export declare const formatters: {
|
|
|
162
166
|
} | {
|
|
163
167
|
blockHash: `0x${string}` | null;
|
|
164
168
|
blockNumber: bigint | null;
|
|
169
|
+
blockTimestamp?: bigint | undefined;
|
|
165
170
|
from: import("abitype").Address;
|
|
166
171
|
gas: bigint;
|
|
167
172
|
hash: import("../index.js").Hash;
|
|
@@ -193,6 +198,7 @@ export declare const formatters: {
|
|
|
193
198
|
} | {
|
|
194
199
|
blockHash: `0x${string}` | null;
|
|
195
200
|
blockNumber: bigint | null;
|
|
201
|
+
blockTimestamp?: bigint | undefined;
|
|
196
202
|
from: import("abitype").Address;
|
|
197
203
|
gas: bigint;
|
|
198
204
|
hash: import("../index.js").Hash;
|
|
@@ -224,6 +230,7 @@ export declare const formatters: {
|
|
|
224
230
|
} | {
|
|
225
231
|
blockHash: `0x${string}` | null;
|
|
226
232
|
blockNumber: bigint | null;
|
|
233
|
+
blockTimestamp?: bigint | undefined;
|
|
227
234
|
from: import("abitype").Address;
|
|
228
235
|
gas: bigint;
|
|
229
236
|
hash: import("../index.js").Hash;
|
|
@@ -255,6 +262,7 @@ export declare const formatters: {
|
|
|
255
262
|
} | {
|
|
256
263
|
blockHash: `0x${string}` | null;
|
|
257
264
|
blockNumber: bigint | null;
|
|
265
|
+
blockTimestamp?: bigint | undefined;
|
|
258
266
|
from: import("abitype").Address;
|
|
259
267
|
gas: bigint;
|
|
260
268
|
hash: import("../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../celo/formatters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAEV,YAAY,EACZ,kBAAkB,EAElB,eAAe,EACf,sBAAsB,EACvB,MAAM,YAAY,CAAA;AAGnB,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../celo/formatters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAEV,YAAY,EACZ,kBAAkB,EAElB,eAAe,EACf,sBAAsB,EACvB,MAAM,YAAY,CAAA;AAGnB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDa,CAAA"}
|
|
@@ -91,6 +91,7 @@ export declare const abstract: {
|
|
|
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 abstract: {
|
|
|
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 abstract: {
|
|
|
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 abstract: {
|
|
|
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 abstract: {
|
|
|
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 abstract: {
|
|
|
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 abstract: {
|
|
|
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 abstract: {
|
|
|
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":"abstract.d.ts","sourceRoot":"","sources":["../../../chains/definitions/abstract.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"abstract.d.ts","sourceRoot":"","sources":["../../../chains/definitions/abstract.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCnB,CAAA"}
|
|
@@ -90,6 +90,7 @@ export declare const abstractTestnet: {
|
|
|
90
90
|
value: bigint;
|
|
91
91
|
blockHash: `0x${string}` | null;
|
|
92
92
|
blockNumber: bigint | null;
|
|
93
|
+
blockTimestamp?: bigint | undefined;
|
|
93
94
|
hash: import("../../index.js").Hash;
|
|
94
95
|
input: import("../../index.js").Hex;
|
|
95
96
|
transactionIndex: number | null;
|
|
@@ -109,6 +110,7 @@ export declare const abstractTestnet: {
|
|
|
109
110
|
} | {
|
|
110
111
|
blockHash: `0x${string}` | null;
|
|
111
112
|
blockNumber: bigint | null;
|
|
113
|
+
blockTimestamp?: bigint | undefined;
|
|
112
114
|
from: import("abitype").Address;
|
|
113
115
|
gas: bigint;
|
|
114
116
|
hash: import("../../index.js").Hash;
|
|
@@ -136,6 +138,7 @@ export declare const abstractTestnet: {
|
|
|
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;
|
|
@@ -163,6 +166,7 @@ export declare const abstractTestnet: {
|
|
|
163
166
|
} | {
|
|
164
167
|
blockHash: `0x${string}` | null;
|
|
165
168
|
blockNumber: bigint | null;
|
|
169
|
+
blockTimestamp?: bigint | undefined;
|
|
166
170
|
from: import("abitype").Address;
|
|
167
171
|
gas: bigint;
|
|
168
172
|
hash: import("../../index.js").Hash;
|
|
@@ -190,6 +194,7 @@ export declare const abstractTestnet: {
|
|
|
190
194
|
} | {
|
|
191
195
|
blockHash: `0x${string}` | null;
|
|
192
196
|
blockNumber: bigint | null;
|
|
197
|
+
blockTimestamp?: bigint | undefined;
|
|
193
198
|
from: import("abitype").Address;
|
|
194
199
|
gas: bigint;
|
|
195
200
|
hash: import("../../index.js").Hash;
|
|
@@ -217,6 +222,7 @@ export declare const abstractTestnet: {
|
|
|
217
222
|
} | {
|
|
218
223
|
blockHash: `0x${string}` | null;
|
|
219
224
|
blockNumber: bigint | null;
|
|
225
|
+
blockTimestamp?: bigint | undefined;
|
|
220
226
|
from: import("abitype").Address;
|
|
221
227
|
gas: bigint;
|
|
222
228
|
hash: import("../../index.js").Hash;
|
|
@@ -240,6 +246,7 @@ export declare const abstractTestnet: {
|
|
|
240
246
|
} | {
|
|
241
247
|
blockHash: `0x${string}` | null;
|
|
242
248
|
blockNumber: bigint | null;
|
|
249
|
+
blockTimestamp?: bigint | undefined;
|
|
243
250
|
from: import("abitype").Address;
|
|
244
251
|
gas: bigint;
|
|
245
252
|
hash: import("../../index.js").Hash;
|
|
@@ -272,9 +279,9 @@ export declare const abstractTestnet: {
|
|
|
272
279
|
from: import("abitype").Address;
|
|
273
280
|
blockHash: import("../../index.js").Hash;
|
|
274
281
|
blockNumber: bigint;
|
|
282
|
+
blockTimestamp?: bigint | undefined;
|
|
275
283
|
transactionIndex: number;
|
|
276
284
|
status: "success" | "reverted";
|
|
277
|
-
blockTimestamp?: bigint | undefined;
|
|
278
285
|
transactionHash: import("../../index.js").Hash;
|
|
279
286
|
logsBloom: import("../../index.js").Hex;
|
|
280
287
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abstractTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/abstractTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"abstractTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/abstractTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkC1B,CAAA"}
|
|
@@ -102,6 +102,7 @@ export declare const ancient8: {
|
|
|
102
102
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
103
103
|
blockHash: `0x${string}` | null;
|
|
104
104
|
blockNumber: bigint | null;
|
|
105
|
+
blockTimestamp?: bigint | undefined;
|
|
105
106
|
from: import("abitype").Address;
|
|
106
107
|
gas: bigint;
|
|
107
108
|
hash: import("../../index.js").Hash;
|
|
@@ -134,6 +135,7 @@ export declare const ancient8: {
|
|
|
134
135
|
value: bigint;
|
|
135
136
|
blockHash: `0x${string}` | null;
|
|
136
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
137
139
|
hash: import("../../index.js").Hash;
|
|
138
140
|
input: import("../../index.js").Hex;
|
|
139
141
|
transactionIndex: number | null;
|
|
@@ -154,6 +156,7 @@ export declare const ancient8: {
|
|
|
154
156
|
} | {
|
|
155
157
|
blockHash: `0x${string}` | null;
|
|
156
158
|
blockNumber: bigint | null;
|
|
159
|
+
blockTimestamp?: bigint | undefined;
|
|
157
160
|
from: import("abitype").Address;
|
|
158
161
|
gas: bigint;
|
|
159
162
|
hash: import("../../index.js").Hash;
|
|
@@ -182,6 +185,7 @@ export declare const ancient8: {
|
|
|
182
185
|
} | {
|
|
183
186
|
blockHash: `0x${string}` | null;
|
|
184
187
|
blockNumber: bigint | null;
|
|
188
|
+
blockTimestamp?: bigint | undefined;
|
|
185
189
|
from: import("abitype").Address;
|
|
186
190
|
gas: bigint;
|
|
187
191
|
hash: import("../../index.js").Hash;
|
|
@@ -210,6 +214,7 @@ export declare const ancient8: {
|
|
|
210
214
|
} | {
|
|
211
215
|
blockHash: `0x${string}` | null;
|
|
212
216
|
blockNumber: bigint | null;
|
|
217
|
+
blockTimestamp?: bigint | undefined;
|
|
213
218
|
from: import("abitype").Address;
|
|
214
219
|
gas: bigint;
|
|
215
220
|
hash: import("../../index.js").Hash;
|
|
@@ -238,6 +243,7 @@ export declare const ancient8: {
|
|
|
238
243
|
} | {
|
|
239
244
|
blockHash: `0x${string}` | null;
|
|
240
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
241
247
|
from: import("abitype").Address;
|
|
242
248
|
gas: bigint;
|
|
243
249
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ancient8.d.ts","sourceRoot":"","sources":["../../../chains/definitions/ancient8.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"ancient8.d.ts","sourceRoot":"","sources":["../../../chains/definitions/ancient8.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCnB,CAAA"}
|
|
@@ -102,6 +102,7 @@ export declare const ancient8Sepolia: {
|
|
|
102
102
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
103
103
|
blockHash: `0x${string}` | null;
|
|
104
104
|
blockNumber: bigint | null;
|
|
105
|
+
blockTimestamp?: bigint | undefined;
|
|
105
106
|
from: import("abitype").Address;
|
|
106
107
|
gas: bigint;
|
|
107
108
|
hash: import("../../index.js").Hash;
|
|
@@ -134,6 +135,7 @@ export declare const ancient8Sepolia: {
|
|
|
134
135
|
value: bigint;
|
|
135
136
|
blockHash: `0x${string}` | null;
|
|
136
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
137
139
|
hash: import("../../index.js").Hash;
|
|
138
140
|
input: import("../../index.js").Hex;
|
|
139
141
|
transactionIndex: number | null;
|
|
@@ -154,6 +156,7 @@ export declare const ancient8Sepolia: {
|
|
|
154
156
|
} | {
|
|
155
157
|
blockHash: `0x${string}` | null;
|
|
156
158
|
blockNumber: bigint | null;
|
|
159
|
+
blockTimestamp?: bigint | undefined;
|
|
157
160
|
from: import("abitype").Address;
|
|
158
161
|
gas: bigint;
|
|
159
162
|
hash: import("../../index.js").Hash;
|
|
@@ -182,6 +185,7 @@ export declare const ancient8Sepolia: {
|
|
|
182
185
|
} | {
|
|
183
186
|
blockHash: `0x${string}` | null;
|
|
184
187
|
blockNumber: bigint | null;
|
|
188
|
+
blockTimestamp?: bigint | undefined;
|
|
185
189
|
from: import("abitype").Address;
|
|
186
190
|
gas: bigint;
|
|
187
191
|
hash: import("../../index.js").Hash;
|
|
@@ -210,6 +214,7 @@ export declare const ancient8Sepolia: {
|
|
|
210
214
|
} | {
|
|
211
215
|
blockHash: `0x${string}` | null;
|
|
212
216
|
blockNumber: bigint | null;
|
|
217
|
+
blockTimestamp?: bigint | undefined;
|
|
213
218
|
from: import("abitype").Address;
|
|
214
219
|
gas: bigint;
|
|
215
220
|
hash: import("../../index.js").Hash;
|
|
@@ -238,6 +243,7 @@ export declare const ancient8Sepolia: {
|
|
|
238
243
|
} | {
|
|
239
244
|
blockHash: `0x${string}` | null;
|
|
240
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
241
247
|
from: import("abitype").Address;
|
|
242
248
|
gas: bigint;
|
|
243
249
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ancient8Sepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/ancient8Sepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"ancient8Sepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/ancient8Sepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuC1B,CAAA"}
|
|
@@ -111,6 +111,7 @@ export declare const base: {
|
|
|
111
111
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
112
112
|
blockHash: `0x${string}` | null;
|
|
113
113
|
blockNumber: bigint | null;
|
|
114
|
+
blockTimestamp?: bigint | undefined;
|
|
114
115
|
from: import("abitype").Address;
|
|
115
116
|
gas: bigint;
|
|
116
117
|
hash: import("../../index.js").Hash;
|
|
@@ -143,6 +144,7 @@ export declare const base: {
|
|
|
143
144
|
value: bigint;
|
|
144
145
|
blockHash: `0x${string}` | null;
|
|
145
146
|
blockNumber: bigint | null;
|
|
147
|
+
blockTimestamp?: bigint | undefined;
|
|
146
148
|
hash: import("../../index.js").Hash;
|
|
147
149
|
input: import("../../index.js").Hex;
|
|
148
150
|
transactionIndex: number | null;
|
|
@@ -163,6 +165,7 @@ export declare const base: {
|
|
|
163
165
|
} | {
|
|
164
166
|
blockHash: `0x${string}` | null;
|
|
165
167
|
blockNumber: bigint | null;
|
|
168
|
+
blockTimestamp?: bigint | undefined;
|
|
166
169
|
from: import("abitype").Address;
|
|
167
170
|
gas: bigint;
|
|
168
171
|
hash: import("../../index.js").Hash;
|
|
@@ -191,6 +194,7 @@ export declare const base: {
|
|
|
191
194
|
} | {
|
|
192
195
|
blockHash: `0x${string}` | null;
|
|
193
196
|
blockNumber: bigint | null;
|
|
197
|
+
blockTimestamp?: bigint | undefined;
|
|
194
198
|
from: import("abitype").Address;
|
|
195
199
|
gas: bigint;
|
|
196
200
|
hash: import("../../index.js").Hash;
|
|
@@ -219,6 +223,7 @@ export declare const base: {
|
|
|
219
223
|
} | {
|
|
220
224
|
blockHash: `0x${string}` | null;
|
|
221
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
222
227
|
from: import("abitype").Address;
|
|
223
228
|
gas: bigint;
|
|
224
229
|
hash: import("../../index.js").Hash;
|
|
@@ -247,6 +252,7 @@ export declare const base: {
|
|
|
247
252
|
} | {
|
|
248
253
|
blockHash: `0x${string}` | null;
|
|
249
254
|
blockNumber: bigint | null;
|
|
255
|
+
blockTimestamp?: bigint | undefined;
|
|
250
256
|
from: import("abitype").Address;
|
|
251
257
|
gas: bigint;
|
|
252
258
|
hash: import("../../index.js").Hash;
|
|
@@ -429,6 +435,7 @@ export declare const basePreconf: {
|
|
|
429
435
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
430
436
|
blockHash: `0x${string}` | null;
|
|
431
437
|
blockNumber: bigint | null;
|
|
438
|
+
blockTimestamp?: bigint | undefined;
|
|
432
439
|
from: import("abitype").Address;
|
|
433
440
|
gas: bigint;
|
|
434
441
|
hash: import("../../index.js").Hash;
|
|
@@ -461,6 +468,7 @@ export declare const basePreconf: {
|
|
|
461
468
|
value: bigint;
|
|
462
469
|
blockHash: `0x${string}` | null;
|
|
463
470
|
blockNumber: bigint | null;
|
|
471
|
+
blockTimestamp?: bigint | undefined;
|
|
464
472
|
hash: import("../../index.js").Hash;
|
|
465
473
|
input: import("../../index.js").Hex;
|
|
466
474
|
transactionIndex: number | null;
|
|
@@ -481,6 +489,7 @@ export declare const basePreconf: {
|
|
|
481
489
|
} | {
|
|
482
490
|
blockHash: `0x${string}` | null;
|
|
483
491
|
blockNumber: bigint | null;
|
|
492
|
+
blockTimestamp?: bigint | undefined;
|
|
484
493
|
from: import("abitype").Address;
|
|
485
494
|
gas: bigint;
|
|
486
495
|
hash: import("../../index.js").Hash;
|
|
@@ -509,6 +518,7 @@ export declare const basePreconf: {
|
|
|
509
518
|
} | {
|
|
510
519
|
blockHash: `0x${string}` | null;
|
|
511
520
|
blockNumber: bigint | null;
|
|
521
|
+
blockTimestamp?: bigint | undefined;
|
|
512
522
|
from: import("abitype").Address;
|
|
513
523
|
gas: bigint;
|
|
514
524
|
hash: import("../../index.js").Hash;
|
|
@@ -537,6 +547,7 @@ export declare const basePreconf: {
|
|
|
537
547
|
} | {
|
|
538
548
|
blockHash: `0x${string}` | null;
|
|
539
549
|
blockNumber: bigint | null;
|
|
550
|
+
blockTimestamp?: bigint | undefined;
|
|
540
551
|
from: import("abitype").Address;
|
|
541
552
|
gas: bigint;
|
|
542
553
|
hash: import("../../index.js").Hash;
|
|
@@ -565,6 +576,7 @@ export declare const basePreconf: {
|
|
|
565
576
|
} | {
|
|
566
577
|
blockHash: `0x${string}` | null;
|
|
567
578
|
blockNumber: bigint | null;
|
|
579
|
+
blockTimestamp?: bigint | undefined;
|
|
568
580
|
from: import("abitype").Address;
|
|
569
581
|
gas: bigint;
|
|
570
582
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../chains/definitions/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../chains/definitions/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Cf,CAAA;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQtB,CAAA"}
|
|
@@ -104,6 +104,7 @@ export declare const baseGoerli: {
|
|
|
104
104
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
105
105
|
blockHash: `0x${string}` | null;
|
|
106
106
|
blockNumber: bigint | null;
|
|
107
|
+
blockTimestamp?: bigint | undefined;
|
|
107
108
|
from: import("abitype").Address;
|
|
108
109
|
gas: bigint;
|
|
109
110
|
hash: import("../../index.js").Hash;
|
|
@@ -136,6 +137,7 @@ export declare const baseGoerli: {
|
|
|
136
137
|
value: bigint;
|
|
137
138
|
blockHash: `0x${string}` | null;
|
|
138
139
|
blockNumber: bigint | null;
|
|
140
|
+
blockTimestamp?: bigint | undefined;
|
|
139
141
|
hash: import("../../index.js").Hash;
|
|
140
142
|
input: import("../../index.js").Hex;
|
|
141
143
|
transactionIndex: number | null;
|
|
@@ -156,6 +158,7 @@ export declare const baseGoerli: {
|
|
|
156
158
|
} | {
|
|
157
159
|
blockHash: `0x${string}` | null;
|
|
158
160
|
blockNumber: bigint | null;
|
|
161
|
+
blockTimestamp?: bigint | undefined;
|
|
159
162
|
from: import("abitype").Address;
|
|
160
163
|
gas: bigint;
|
|
161
164
|
hash: import("../../index.js").Hash;
|
|
@@ -184,6 +187,7 @@ export declare const baseGoerli: {
|
|
|
184
187
|
} | {
|
|
185
188
|
blockHash: `0x${string}` | null;
|
|
186
189
|
blockNumber: bigint | null;
|
|
190
|
+
blockTimestamp?: bigint | undefined;
|
|
187
191
|
from: import("abitype").Address;
|
|
188
192
|
gas: bigint;
|
|
189
193
|
hash: import("../../index.js").Hash;
|
|
@@ -212,6 +216,7 @@ export declare const baseGoerli: {
|
|
|
212
216
|
} | {
|
|
213
217
|
blockHash: `0x${string}` | null;
|
|
214
218
|
blockNumber: bigint | null;
|
|
219
|
+
blockTimestamp?: bigint | undefined;
|
|
215
220
|
from: import("abitype").Address;
|
|
216
221
|
gas: bigint;
|
|
217
222
|
hash: import("../../index.js").Hash;
|
|
@@ -240,6 +245,7 @@ export declare const baseGoerli: {
|
|
|
240
245
|
} | {
|
|
241
246
|
blockHash: `0x${string}` | null;
|
|
242
247
|
blockNumber: bigint | null;
|
|
248
|
+
blockTimestamp?: bigint | undefined;
|
|
243
249
|
from: import("abitype").Address;
|
|
244
250
|
gas: bigint;
|
|
245
251
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseGoerli.d.ts","sourceRoot":"","sources":["../../../chains/definitions/baseGoerli.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"baseGoerli.d.ts","sourceRoot":"","sources":["../../../chains/definitions/baseGoerli.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCrB,CAAA"}
|