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
|
@@ -111,6 +111,7 @@ export declare const baseSepolia: {
|
|
|
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 baseSepolia: {
|
|
|
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 baseSepolia: {
|
|
|
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 baseSepolia: {
|
|
|
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 baseSepolia: {
|
|
|
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 baseSepolia: {
|
|
|
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;
|
|
@@ -430,6 +436,7 @@ export declare const baseSepoliaPreconf: {
|
|
|
430
436
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
431
437
|
blockHash: `0x${string}` | null;
|
|
432
438
|
blockNumber: bigint | null;
|
|
439
|
+
blockTimestamp?: bigint | undefined;
|
|
433
440
|
from: import("abitype").Address;
|
|
434
441
|
gas: bigint;
|
|
435
442
|
hash: import("../../index.js").Hash;
|
|
@@ -462,6 +469,7 @@ export declare const baseSepoliaPreconf: {
|
|
|
462
469
|
value: bigint;
|
|
463
470
|
blockHash: `0x${string}` | null;
|
|
464
471
|
blockNumber: bigint | null;
|
|
472
|
+
blockTimestamp?: bigint | undefined;
|
|
465
473
|
hash: import("../../index.js").Hash;
|
|
466
474
|
input: import("../../index.js").Hex;
|
|
467
475
|
transactionIndex: number | null;
|
|
@@ -482,6 +490,7 @@ export declare const baseSepoliaPreconf: {
|
|
|
482
490
|
} | {
|
|
483
491
|
blockHash: `0x${string}` | null;
|
|
484
492
|
blockNumber: bigint | null;
|
|
493
|
+
blockTimestamp?: bigint | undefined;
|
|
485
494
|
from: import("abitype").Address;
|
|
486
495
|
gas: bigint;
|
|
487
496
|
hash: import("../../index.js").Hash;
|
|
@@ -510,6 +519,7 @@ export declare const baseSepoliaPreconf: {
|
|
|
510
519
|
} | {
|
|
511
520
|
blockHash: `0x${string}` | null;
|
|
512
521
|
blockNumber: bigint | null;
|
|
522
|
+
blockTimestamp?: bigint | undefined;
|
|
513
523
|
from: import("abitype").Address;
|
|
514
524
|
gas: bigint;
|
|
515
525
|
hash: import("../../index.js").Hash;
|
|
@@ -538,6 +548,7 @@ export declare const baseSepoliaPreconf: {
|
|
|
538
548
|
} | {
|
|
539
549
|
blockHash: `0x${string}` | null;
|
|
540
550
|
blockNumber: bigint | null;
|
|
551
|
+
blockTimestamp?: bigint | undefined;
|
|
541
552
|
from: import("abitype").Address;
|
|
542
553
|
gas: bigint;
|
|
543
554
|
hash: import("../../index.js").Hash;
|
|
@@ -566,6 +577,7 @@ export declare const baseSepoliaPreconf: {
|
|
|
566
577
|
} | {
|
|
567
578
|
blockHash: `0x${string}` | null;
|
|
568
579
|
blockNumber: bigint | null;
|
|
580
|
+
blockTimestamp?: bigint | undefined;
|
|
569
581
|
from: import("abitype").Address;
|
|
570
582
|
gas: bigint;
|
|
571
583
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/baseSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"baseSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/baseSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDtB,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ7B,CAAA"}
|
|
@@ -86,6 +86,7 @@ export declare const battlechainTestnet: {
|
|
|
86
86
|
value: bigint;
|
|
87
87
|
blockHash: `0x${string}` | null;
|
|
88
88
|
blockNumber: bigint | null;
|
|
89
|
+
blockTimestamp?: bigint | undefined;
|
|
89
90
|
hash: import("../../index.js").Hash;
|
|
90
91
|
input: import("../../index.js").Hex;
|
|
91
92
|
transactionIndex: number | null;
|
|
@@ -105,6 +106,7 @@ export declare const battlechainTestnet: {
|
|
|
105
106
|
} | {
|
|
106
107
|
blockHash: `0x${string}` | null;
|
|
107
108
|
blockNumber: bigint | null;
|
|
109
|
+
blockTimestamp?: bigint | undefined;
|
|
108
110
|
from: import("abitype").Address;
|
|
109
111
|
gas: bigint;
|
|
110
112
|
hash: import("../../index.js").Hash;
|
|
@@ -132,6 +134,7 @@ export declare const battlechainTestnet: {
|
|
|
132
134
|
} | {
|
|
133
135
|
blockHash: `0x${string}` | null;
|
|
134
136
|
blockNumber: bigint | null;
|
|
137
|
+
blockTimestamp?: bigint | undefined;
|
|
135
138
|
from: import("abitype").Address;
|
|
136
139
|
gas: bigint;
|
|
137
140
|
hash: import("../../index.js").Hash;
|
|
@@ -159,6 +162,7 @@ export declare const battlechainTestnet: {
|
|
|
159
162
|
} | {
|
|
160
163
|
blockHash: `0x${string}` | null;
|
|
161
164
|
blockNumber: bigint | null;
|
|
165
|
+
blockTimestamp?: bigint | undefined;
|
|
162
166
|
from: import("abitype").Address;
|
|
163
167
|
gas: bigint;
|
|
164
168
|
hash: import("../../index.js").Hash;
|
|
@@ -186,6 +190,7 @@ export declare const battlechainTestnet: {
|
|
|
186
190
|
} | {
|
|
187
191
|
blockHash: `0x${string}` | null;
|
|
188
192
|
blockNumber: bigint | null;
|
|
193
|
+
blockTimestamp?: bigint | undefined;
|
|
189
194
|
from: import("abitype").Address;
|
|
190
195
|
gas: bigint;
|
|
191
196
|
hash: import("../../index.js").Hash;
|
|
@@ -213,6 +218,7 @@ export declare const battlechainTestnet: {
|
|
|
213
218
|
} | {
|
|
214
219
|
blockHash: `0x${string}` | null;
|
|
215
220
|
blockNumber: bigint | null;
|
|
221
|
+
blockTimestamp?: bigint | undefined;
|
|
216
222
|
from: import("abitype").Address;
|
|
217
223
|
gas: bigint;
|
|
218
224
|
hash: import("../../index.js").Hash;
|
|
@@ -236,6 +242,7 @@ export declare const battlechainTestnet: {
|
|
|
236
242
|
} | {
|
|
237
243
|
blockHash: `0x${string}` | null;
|
|
238
244
|
blockNumber: bigint | null;
|
|
245
|
+
blockTimestamp?: bigint | undefined;
|
|
239
246
|
from: import("abitype").Address;
|
|
240
247
|
gas: bigint;
|
|
241
248
|
hash: import("../../index.js").Hash;
|
|
@@ -268,9 +275,9 @@ export declare const battlechainTestnet: {
|
|
|
268
275
|
from: import("abitype").Address;
|
|
269
276
|
blockHash: import("../../index.js").Hash;
|
|
270
277
|
blockNumber: bigint;
|
|
278
|
+
blockTimestamp?: bigint | undefined;
|
|
271
279
|
transactionIndex: number;
|
|
272
280
|
status: "success" | "reverted";
|
|
273
|
-
blockTimestamp?: bigint | undefined;
|
|
274
281
|
transactionHash: import("../../index.js").Hash;
|
|
275
282
|
logsBloom: import("../../index.js").Hex;
|
|
276
283
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"battlechainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/battlechainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"battlechainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/battlechainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoB7B,CAAA"}
|
|
@@ -107,6 +107,7 @@ export declare const blast: {
|
|
|
107
107
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
108
108
|
blockHash: `0x${string}` | null;
|
|
109
109
|
blockNumber: bigint | null;
|
|
110
|
+
blockTimestamp?: bigint | undefined;
|
|
110
111
|
from: import("abitype").Address;
|
|
111
112
|
gas: bigint;
|
|
112
113
|
hash: import("../../index.js").Hash;
|
|
@@ -139,6 +140,7 @@ export declare const blast: {
|
|
|
139
140
|
value: bigint;
|
|
140
141
|
blockHash: `0x${string}` | null;
|
|
141
142
|
blockNumber: bigint | null;
|
|
143
|
+
blockTimestamp?: bigint | undefined;
|
|
142
144
|
hash: import("../../index.js").Hash;
|
|
143
145
|
input: import("../../index.js").Hex;
|
|
144
146
|
transactionIndex: number | null;
|
|
@@ -159,6 +161,7 @@ export declare const blast: {
|
|
|
159
161
|
} | {
|
|
160
162
|
blockHash: `0x${string}` | null;
|
|
161
163
|
blockNumber: bigint | null;
|
|
164
|
+
blockTimestamp?: bigint | undefined;
|
|
162
165
|
from: import("abitype").Address;
|
|
163
166
|
gas: bigint;
|
|
164
167
|
hash: import("../../index.js").Hash;
|
|
@@ -187,6 +190,7 @@ export declare const blast: {
|
|
|
187
190
|
} | {
|
|
188
191
|
blockHash: `0x${string}` | null;
|
|
189
192
|
blockNumber: bigint | null;
|
|
193
|
+
blockTimestamp?: bigint | undefined;
|
|
190
194
|
from: import("abitype").Address;
|
|
191
195
|
gas: bigint;
|
|
192
196
|
hash: import("../../index.js").Hash;
|
|
@@ -215,6 +219,7 @@ export declare const blast: {
|
|
|
215
219
|
} | {
|
|
216
220
|
blockHash: `0x${string}` | null;
|
|
217
221
|
blockNumber: bigint | null;
|
|
222
|
+
blockTimestamp?: bigint | undefined;
|
|
218
223
|
from: import("abitype").Address;
|
|
219
224
|
gas: bigint;
|
|
220
225
|
hash: import("../../index.js").Hash;
|
|
@@ -243,6 +248,7 @@ export declare const blast: {
|
|
|
243
248
|
} | {
|
|
244
249
|
blockHash: `0x${string}` | null;
|
|
245
250
|
blockNumber: bigint | null;
|
|
251
|
+
blockTimestamp?: bigint | undefined;
|
|
246
252
|
from: import("abitype").Address;
|
|
247
253
|
gas: bigint;
|
|
248
254
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blast.d.ts","sourceRoot":"","sources":["../../../chains/definitions/blast.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"blast.d.ts","sourceRoot":"","sources":["../../../chains/definitions/blast.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6ChB,CAAA"}
|
|
@@ -101,6 +101,7 @@ export declare const bob: {
|
|
|
101
101
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
102
102
|
blockHash: `0x${string}` | null;
|
|
103
103
|
blockNumber: bigint | null;
|
|
104
|
+
blockTimestamp?: bigint | undefined;
|
|
104
105
|
from: import("abitype").Address;
|
|
105
106
|
gas: bigint;
|
|
106
107
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +134,7 @@ export declare const bob: {
|
|
|
133
134
|
value: bigint;
|
|
134
135
|
blockHash: `0x${string}` | null;
|
|
135
136
|
blockNumber: bigint | null;
|
|
137
|
+
blockTimestamp?: bigint | undefined;
|
|
136
138
|
hash: import("../../index.js").Hash;
|
|
137
139
|
input: import("../../index.js").Hex;
|
|
138
140
|
transactionIndex: number | null;
|
|
@@ -153,6 +155,7 @@ export declare const bob: {
|
|
|
153
155
|
} | {
|
|
154
156
|
blockHash: `0x${string}` | null;
|
|
155
157
|
blockNumber: bigint | null;
|
|
158
|
+
blockTimestamp?: bigint | undefined;
|
|
156
159
|
from: import("abitype").Address;
|
|
157
160
|
gas: bigint;
|
|
158
161
|
hash: import("../../index.js").Hash;
|
|
@@ -181,6 +184,7 @@ export declare const bob: {
|
|
|
181
184
|
} | {
|
|
182
185
|
blockHash: `0x${string}` | null;
|
|
183
186
|
blockNumber: bigint | null;
|
|
187
|
+
blockTimestamp?: bigint | undefined;
|
|
184
188
|
from: import("abitype").Address;
|
|
185
189
|
gas: bigint;
|
|
186
190
|
hash: import("../../index.js").Hash;
|
|
@@ -209,6 +213,7 @@ export declare const bob: {
|
|
|
209
213
|
} | {
|
|
210
214
|
blockHash: `0x${string}` | null;
|
|
211
215
|
blockNumber: bigint | null;
|
|
216
|
+
blockTimestamp?: bigint | undefined;
|
|
212
217
|
from: import("abitype").Address;
|
|
213
218
|
gas: bigint;
|
|
214
219
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +242,7 @@ export declare const bob: {
|
|
|
237
242
|
} | {
|
|
238
243
|
blockHash: `0x${string}` | null;
|
|
239
244
|
blockNumber: bigint | null;
|
|
245
|
+
blockTimestamp?: bigint | undefined;
|
|
240
246
|
from: import("abitype").Address;
|
|
241
247
|
gas: bigint;
|
|
242
248
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bob.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bob.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"bob.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bob.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCd,CAAA"}
|
|
@@ -101,6 +101,7 @@ export declare const bobSepolia: {
|
|
|
101
101
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
102
102
|
blockHash: `0x${string}` | null;
|
|
103
103
|
blockNumber: bigint | null;
|
|
104
|
+
blockTimestamp?: bigint | undefined;
|
|
104
105
|
from: import("abitype").Address;
|
|
105
106
|
gas: bigint;
|
|
106
107
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +134,7 @@ export declare const bobSepolia: {
|
|
|
133
134
|
value: bigint;
|
|
134
135
|
blockHash: `0x${string}` | null;
|
|
135
136
|
blockNumber: bigint | null;
|
|
137
|
+
blockTimestamp?: bigint | undefined;
|
|
136
138
|
hash: import("../../index.js").Hash;
|
|
137
139
|
input: import("../../index.js").Hex;
|
|
138
140
|
transactionIndex: number | null;
|
|
@@ -153,6 +155,7 @@ export declare const bobSepolia: {
|
|
|
153
155
|
} | {
|
|
154
156
|
blockHash: `0x${string}` | null;
|
|
155
157
|
blockNumber: bigint | null;
|
|
158
|
+
blockTimestamp?: bigint | undefined;
|
|
156
159
|
from: import("abitype").Address;
|
|
157
160
|
gas: bigint;
|
|
158
161
|
hash: import("../../index.js").Hash;
|
|
@@ -181,6 +184,7 @@ export declare const bobSepolia: {
|
|
|
181
184
|
} | {
|
|
182
185
|
blockHash: `0x${string}` | null;
|
|
183
186
|
blockNumber: bigint | null;
|
|
187
|
+
blockTimestamp?: bigint | undefined;
|
|
184
188
|
from: import("abitype").Address;
|
|
185
189
|
gas: bigint;
|
|
186
190
|
hash: import("../../index.js").Hash;
|
|
@@ -209,6 +213,7 @@ export declare const bobSepolia: {
|
|
|
209
213
|
} | {
|
|
210
214
|
blockHash: `0x${string}` | null;
|
|
211
215
|
blockNumber: bigint | null;
|
|
216
|
+
blockTimestamp?: bigint | undefined;
|
|
212
217
|
from: import("abitype").Address;
|
|
213
218
|
gas: bigint;
|
|
214
219
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +242,7 @@ export declare const bobSepolia: {
|
|
|
237
242
|
} | {
|
|
238
243
|
blockHash: `0x${string}` | null;
|
|
239
244
|
blockNumber: bigint | null;
|
|
245
|
+
blockTimestamp?: bigint | undefined;
|
|
240
246
|
from: import("abitype").Address;
|
|
241
247
|
gas: bigint;
|
|
242
248
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bobSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bobSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"bobSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bobSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CrB,CAAA"}
|
|
@@ -78,6 +78,7 @@ export declare const celo: {
|
|
|
78
78
|
value: bigint;
|
|
79
79
|
blockHash: `0x${string}` | null;
|
|
80
80
|
blockNumber: bigint | null;
|
|
81
|
+
blockTimestamp?: bigint | undefined;
|
|
81
82
|
hash: import("../../index.js").Hash;
|
|
82
83
|
input: import("../../index.js").Hex;
|
|
83
84
|
transactionIndex: number | null;
|
|
@@ -101,6 +102,7 @@ export declare const celo: {
|
|
|
101
102
|
} | {
|
|
102
103
|
blockHash: `0x${string}` | null;
|
|
103
104
|
blockNumber: bigint | null;
|
|
105
|
+
blockTimestamp?: bigint | undefined;
|
|
104
106
|
from: import("abitype").Address;
|
|
105
107
|
gas: bigint;
|
|
106
108
|
hash: import("../../index.js").Hash;
|
|
@@ -132,6 +134,7 @@ export declare const celo: {
|
|
|
132
134
|
} | {
|
|
133
135
|
blockHash: `0x${string}` | null;
|
|
134
136
|
blockNumber: bigint | null;
|
|
137
|
+
blockTimestamp?: bigint | undefined;
|
|
135
138
|
from: import("abitype").Address;
|
|
136
139
|
gas: bigint;
|
|
137
140
|
hash: import("../../index.js").Hash;
|
|
@@ -163,6 +166,7 @@ export declare const celo: {
|
|
|
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;
|
|
@@ -194,6 +198,7 @@ export declare const celo: {
|
|
|
194
198
|
} | {
|
|
195
199
|
blockHash: `0x${string}` | null;
|
|
196
200
|
blockNumber: bigint | null;
|
|
201
|
+
blockTimestamp?: bigint | undefined;
|
|
197
202
|
from: import("abitype").Address;
|
|
198
203
|
gas: bigint;
|
|
199
204
|
hash: import("../../index.js").Hash;
|
|
@@ -225,6 +230,7 @@ export declare const celo: {
|
|
|
225
230
|
} | {
|
|
226
231
|
blockHash: `0x${string}` | null;
|
|
227
232
|
blockNumber: bigint | null;
|
|
233
|
+
blockTimestamp?: bigint | undefined;
|
|
228
234
|
from: import("abitype").Address;
|
|
229
235
|
gas: bigint;
|
|
230
236
|
hash: import("../../index.js").Hash;
|
|
@@ -256,6 +262,7 @@ export declare const celo: {
|
|
|
256
262
|
} | {
|
|
257
263
|
blockHash: `0x${string}` | null;
|
|
258
264
|
blockNumber: bigint | null;
|
|
265
|
+
blockTimestamp?: bigint | undefined;
|
|
259
266
|
from: import("abitype").Address;
|
|
260
267
|
gas: bigint;
|
|
261
268
|
hash: import("../../index.js").Hash;
|
|
@@ -287,6 +294,7 @@ export declare const celo: {
|
|
|
287
294
|
} | {
|
|
288
295
|
blockHash: `0x${string}` | null;
|
|
289
296
|
blockNumber: bigint | null;
|
|
297
|
+
blockTimestamp?: bigint | undefined;
|
|
290
298
|
from: import("abitype").Address;
|
|
291
299
|
gas: bigint;
|
|
292
300
|
hash: import("../../index.js").Hash;
|
|
@@ -504,6 +512,7 @@ export declare const celo: {
|
|
|
504
512
|
value: bigint;
|
|
505
513
|
blockHash: `0x${string}` | null;
|
|
506
514
|
blockNumber: bigint | null;
|
|
515
|
+
blockTimestamp?: bigint | undefined;
|
|
507
516
|
hash: import("../../index.js").Hash;
|
|
508
517
|
input: import("../../index.js").Hex;
|
|
509
518
|
transactionIndex: number | null;
|
|
@@ -527,6 +536,7 @@ export declare const celo: {
|
|
|
527
536
|
} | {
|
|
528
537
|
blockHash: `0x${string}` | null;
|
|
529
538
|
blockNumber: bigint | null;
|
|
539
|
+
blockTimestamp?: bigint | undefined;
|
|
530
540
|
from: import("abitype").Address;
|
|
531
541
|
gas: bigint;
|
|
532
542
|
hash: import("../../index.js").Hash;
|
|
@@ -558,6 +568,7 @@ export declare const celo: {
|
|
|
558
568
|
} | {
|
|
559
569
|
blockHash: `0x${string}` | null;
|
|
560
570
|
blockNumber: bigint | null;
|
|
571
|
+
blockTimestamp?: bigint | undefined;
|
|
561
572
|
from: import("abitype").Address;
|
|
562
573
|
gas: bigint;
|
|
563
574
|
hash: import("../../index.js").Hash;
|
|
@@ -589,6 +600,7 @@ export declare const celo: {
|
|
|
589
600
|
} | {
|
|
590
601
|
blockHash: `0x${string}` | null;
|
|
591
602
|
blockNumber: bigint | null;
|
|
603
|
+
blockTimestamp?: bigint | undefined;
|
|
592
604
|
from: import("abitype").Address;
|
|
593
605
|
gas: bigint;
|
|
594
606
|
hash: import("../../index.js").Hash;
|
|
@@ -620,6 +632,7 @@ export declare const celo: {
|
|
|
620
632
|
} | {
|
|
621
633
|
blockHash: `0x${string}` | null;
|
|
622
634
|
blockNumber: bigint | null;
|
|
635
|
+
blockTimestamp?: bigint | undefined;
|
|
623
636
|
from: import("abitype").Address;
|
|
624
637
|
gas: bigint;
|
|
625
638
|
hash: import("../../index.js").Hash;
|
|
@@ -651,6 +664,7 @@ export declare const celo: {
|
|
|
651
664
|
} | {
|
|
652
665
|
blockHash: `0x${string}` | null;
|
|
653
666
|
blockNumber: bigint | null;
|
|
667
|
+
blockTimestamp?: bigint | undefined;
|
|
654
668
|
from: import("abitype").Address;
|
|
655
669
|
gas: bigint;
|
|
656
670
|
hash: import("../../index.js").Hash;
|
|
@@ -682,6 +696,7 @@ export declare const celo: {
|
|
|
682
696
|
} | {
|
|
683
697
|
blockHash: `0x${string}` | null;
|
|
684
698
|
blockNumber: bigint | null;
|
|
699
|
+
blockTimestamp?: bigint | undefined;
|
|
685
700
|
from: import("abitype").Address;
|
|
686
701
|
gas: bigint;
|
|
687
702
|
hash: import("../../index.js").Hash;
|
|
@@ -713,6 +728,7 @@ export declare const celo: {
|
|
|
713
728
|
} | {
|
|
714
729
|
blockHash: `0x${string}` | null;
|
|
715
730
|
blockNumber: bigint | null;
|
|
731
|
+
blockTimestamp?: bigint | undefined;
|
|
716
732
|
from: import("abitype").Address;
|
|
717
733
|
gas: bigint;
|
|
718
734
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"celo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/celo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"celo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/celo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bf,CAAA"}
|
|
@@ -120,6 +120,7 @@ export declare const celoAlfajores: {
|
|
|
120
120
|
value: bigint;
|
|
121
121
|
blockHash: `0x${string}` | null;
|
|
122
122
|
blockNumber: bigint | null;
|
|
123
|
+
blockTimestamp?: bigint | undefined;
|
|
123
124
|
hash: import("../../index.js").Hash;
|
|
124
125
|
input: import("../../index.js").Hex;
|
|
125
126
|
transactionIndex: number | null;
|
|
@@ -143,6 +144,7 @@ export declare const celoAlfajores: {
|
|
|
143
144
|
} | {
|
|
144
145
|
blockHash: `0x${string}` | null;
|
|
145
146
|
blockNumber: bigint | null;
|
|
147
|
+
blockTimestamp?: bigint | undefined;
|
|
146
148
|
from: import("abitype").Address;
|
|
147
149
|
gas: bigint;
|
|
148
150
|
hash: import("../../index.js").Hash;
|
|
@@ -174,6 +176,7 @@ export declare const celoAlfajores: {
|
|
|
174
176
|
} | {
|
|
175
177
|
blockHash: `0x${string}` | null;
|
|
176
178
|
blockNumber: bigint | null;
|
|
179
|
+
blockTimestamp?: bigint | undefined;
|
|
177
180
|
from: import("abitype").Address;
|
|
178
181
|
gas: bigint;
|
|
179
182
|
hash: import("../../index.js").Hash;
|
|
@@ -205,6 +208,7 @@ export declare const celoAlfajores: {
|
|
|
205
208
|
} | {
|
|
206
209
|
blockHash: `0x${string}` | null;
|
|
207
210
|
blockNumber: bigint | null;
|
|
211
|
+
blockTimestamp?: bigint | undefined;
|
|
208
212
|
from: import("abitype").Address;
|
|
209
213
|
gas: bigint;
|
|
210
214
|
hash: import("../../index.js").Hash;
|
|
@@ -236,6 +240,7 @@ export declare const celoAlfajores: {
|
|
|
236
240
|
} | {
|
|
237
241
|
blockHash: `0x${string}` | null;
|
|
238
242
|
blockNumber: bigint | null;
|
|
243
|
+
blockTimestamp?: bigint | undefined;
|
|
239
244
|
from: import("abitype").Address;
|
|
240
245
|
gas: bigint;
|
|
241
246
|
hash: import("../../index.js").Hash;
|
|
@@ -267,6 +272,7 @@ export declare const celoAlfajores: {
|
|
|
267
272
|
} | {
|
|
268
273
|
blockHash: `0x${string}` | null;
|
|
269
274
|
blockNumber: bigint | null;
|
|
275
|
+
blockTimestamp?: bigint | undefined;
|
|
270
276
|
from: import("abitype").Address;
|
|
271
277
|
gas: bigint;
|
|
272
278
|
hash: import("../../index.js").Hash;
|
|
@@ -298,6 +304,7 @@ export declare const celoAlfajores: {
|
|
|
298
304
|
} | {
|
|
299
305
|
blockHash: `0x${string}` | null;
|
|
300
306
|
blockNumber: bigint | null;
|
|
307
|
+
blockTimestamp?: bigint | undefined;
|
|
301
308
|
from: import("abitype").Address;
|
|
302
309
|
gas: bigint;
|
|
303
310
|
hash: import("../../index.js").Hash;
|
|
@@ -329,6 +336,7 @@ export declare const celoAlfajores: {
|
|
|
329
336
|
} | {
|
|
330
337
|
blockHash: `0x${string}` | null;
|
|
331
338
|
blockNumber: bigint | null;
|
|
339
|
+
blockTimestamp?: bigint | undefined;
|
|
332
340
|
from: import("abitype").Address;
|
|
333
341
|
gas: bigint;
|
|
334
342
|
hash: import("../../index.js").Hash;
|
|
@@ -546,6 +554,7 @@ export declare const celoAlfajores: {
|
|
|
546
554
|
value: bigint;
|
|
547
555
|
blockHash: `0x${string}` | null;
|
|
548
556
|
blockNumber: bigint | null;
|
|
557
|
+
blockTimestamp?: bigint | undefined;
|
|
549
558
|
hash: import("../../index.js").Hash;
|
|
550
559
|
input: import("../../index.js").Hex;
|
|
551
560
|
transactionIndex: number | null;
|
|
@@ -569,6 +578,7 @@ export declare const celoAlfajores: {
|
|
|
569
578
|
} | {
|
|
570
579
|
blockHash: `0x${string}` | null;
|
|
571
580
|
blockNumber: bigint | null;
|
|
581
|
+
blockTimestamp?: bigint | undefined;
|
|
572
582
|
from: import("abitype").Address;
|
|
573
583
|
gas: bigint;
|
|
574
584
|
hash: import("../../index.js").Hash;
|
|
@@ -600,6 +610,7 @@ export declare const celoAlfajores: {
|
|
|
600
610
|
} | {
|
|
601
611
|
blockHash: `0x${string}` | null;
|
|
602
612
|
blockNumber: bigint | null;
|
|
613
|
+
blockTimestamp?: bigint | undefined;
|
|
603
614
|
from: import("abitype").Address;
|
|
604
615
|
gas: bigint;
|
|
605
616
|
hash: import("../../index.js").Hash;
|
|
@@ -631,6 +642,7 @@ export declare const celoAlfajores: {
|
|
|
631
642
|
} | {
|
|
632
643
|
blockHash: `0x${string}` | null;
|
|
633
644
|
blockNumber: bigint | null;
|
|
645
|
+
blockTimestamp?: bigint | undefined;
|
|
634
646
|
from: import("abitype").Address;
|
|
635
647
|
gas: bigint;
|
|
636
648
|
hash: import("../../index.js").Hash;
|
|
@@ -662,6 +674,7 @@ export declare const celoAlfajores: {
|
|
|
662
674
|
} | {
|
|
663
675
|
blockHash: `0x${string}` | null;
|
|
664
676
|
blockNumber: bigint | null;
|
|
677
|
+
blockTimestamp?: bigint | undefined;
|
|
665
678
|
from: import("abitype").Address;
|
|
666
679
|
gas: bigint;
|
|
667
680
|
hash: import("../../index.js").Hash;
|
|
@@ -693,6 +706,7 @@ export declare const celoAlfajores: {
|
|
|
693
706
|
} | {
|
|
694
707
|
blockHash: `0x${string}` | null;
|
|
695
708
|
blockNumber: bigint | null;
|
|
709
|
+
blockTimestamp?: bigint | undefined;
|
|
696
710
|
from: import("abitype").Address;
|
|
697
711
|
gas: bigint;
|
|
698
712
|
hash: import("../../index.js").Hash;
|
|
@@ -724,6 +738,7 @@ export declare const celoAlfajores: {
|
|
|
724
738
|
} | {
|
|
725
739
|
blockHash: `0x${string}` | null;
|
|
726
740
|
blockNumber: bigint | null;
|
|
741
|
+
blockTimestamp?: bigint | undefined;
|
|
727
742
|
from: import("abitype").Address;
|
|
728
743
|
gas: bigint;
|
|
729
744
|
hash: import("../../index.js").Hash;
|
|
@@ -755,6 +770,7 @@ export declare const celoAlfajores: {
|
|
|
755
770
|
} | {
|
|
756
771
|
blockHash: `0x${string}` | null;
|
|
757
772
|
blockNumber: bigint | null;
|
|
773
|
+
blockTimestamp?: bigint | undefined;
|
|
758
774
|
from: import("abitype").Address;
|
|
759
775
|
gas: bigint;
|
|
760
776
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"celoAlfajores.d.ts","sourceRoot":"","sources":["../../../chains/definitions/celoAlfajores.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"celoAlfajores.d.ts","sourceRoot":"","sources":["../../../chains/definitions/celoAlfajores.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDxB,CAAA"}
|