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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"worldchainSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/worldchainSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"worldchainSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/worldchainSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD5B,CAAA"}
|
|
@@ -102,6 +102,7 @@ export declare const zircuit: {
|
|
|
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 zircuit: {
|
|
|
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 zircuit: {
|
|
|
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 zircuit: {
|
|
|
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 zircuit: {
|
|
|
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 zircuit: {
|
|
|
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":"zircuit.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuit.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zircuit.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuit.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ClB,CAAA"}
|
|
@@ -102,6 +102,7 @@ export declare const zircuitGarfieldTestnet: {
|
|
|
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 zircuitGarfieldTestnet: {
|
|
|
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 zircuitGarfieldTestnet: {
|
|
|
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 zircuitGarfieldTestnet: {
|
|
|
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 zircuitGarfieldTestnet: {
|
|
|
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 zircuitGarfieldTestnet: {
|
|
|
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":"zircuitGarfieldTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuitGarfieldTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"zircuitGarfieldTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuitGarfieldTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCjC,CAAA"}
|
|
@@ -88,6 +88,7 @@ export declare const zksync: {
|
|
|
88
88
|
value: bigint;
|
|
89
89
|
blockHash: `0x${string}` | null;
|
|
90
90
|
blockNumber: bigint | null;
|
|
91
|
+
blockTimestamp?: bigint | undefined;
|
|
91
92
|
hash: import("../../index.js").Hash;
|
|
92
93
|
input: import("../../index.js").Hex;
|
|
93
94
|
transactionIndex: number | null;
|
|
@@ -107,6 +108,7 @@ export declare const zksync: {
|
|
|
107
108
|
} | {
|
|
108
109
|
blockHash: `0x${string}` | null;
|
|
109
110
|
blockNumber: bigint | null;
|
|
111
|
+
blockTimestamp?: bigint | undefined;
|
|
110
112
|
from: import("abitype").Address;
|
|
111
113
|
gas: bigint;
|
|
112
114
|
hash: import("../../index.js").Hash;
|
|
@@ -134,6 +136,7 @@ export declare const zksync: {
|
|
|
134
136
|
} | {
|
|
135
137
|
blockHash: `0x${string}` | null;
|
|
136
138
|
blockNumber: bigint | null;
|
|
139
|
+
blockTimestamp?: bigint | undefined;
|
|
137
140
|
from: import("abitype").Address;
|
|
138
141
|
gas: bigint;
|
|
139
142
|
hash: import("../../index.js").Hash;
|
|
@@ -161,6 +164,7 @@ export declare const zksync: {
|
|
|
161
164
|
} | {
|
|
162
165
|
blockHash: `0x${string}` | null;
|
|
163
166
|
blockNumber: bigint | null;
|
|
167
|
+
blockTimestamp?: bigint | undefined;
|
|
164
168
|
from: import("abitype").Address;
|
|
165
169
|
gas: bigint;
|
|
166
170
|
hash: import("../../index.js").Hash;
|
|
@@ -188,6 +192,7 @@ export declare const zksync: {
|
|
|
188
192
|
} | {
|
|
189
193
|
blockHash: `0x${string}` | null;
|
|
190
194
|
blockNumber: bigint | null;
|
|
195
|
+
blockTimestamp?: bigint | undefined;
|
|
191
196
|
from: import("abitype").Address;
|
|
192
197
|
gas: bigint;
|
|
193
198
|
hash: import("../../index.js").Hash;
|
|
@@ -215,6 +220,7 @@ export declare const zksync: {
|
|
|
215
220
|
} | {
|
|
216
221
|
blockHash: `0x${string}` | null;
|
|
217
222
|
blockNumber: bigint | null;
|
|
223
|
+
blockTimestamp?: bigint | undefined;
|
|
218
224
|
from: import("abitype").Address;
|
|
219
225
|
gas: bigint;
|
|
220
226
|
hash: import("../../index.js").Hash;
|
|
@@ -238,6 +244,7 @@ export declare const zksync: {
|
|
|
238
244
|
} | {
|
|
239
245
|
blockHash: `0x${string}` | null;
|
|
240
246
|
blockNumber: bigint | null;
|
|
247
|
+
blockTimestamp?: bigint | undefined;
|
|
241
248
|
from: import("abitype").Address;
|
|
242
249
|
gas: bigint;
|
|
243
250
|
hash: import("../../index.js").Hash;
|
|
@@ -270,9 +277,9 @@ export declare const zksync: {
|
|
|
270
277
|
from: import("abitype").Address;
|
|
271
278
|
blockHash: import("../../index.js").Hash;
|
|
272
279
|
blockNumber: bigint;
|
|
280
|
+
blockTimestamp?: bigint | undefined;
|
|
273
281
|
transactionIndex: number;
|
|
274
282
|
status: "success" | "reverted";
|
|
275
|
-
blockTimestamp?: bigint | undefined;
|
|
276
283
|
transactionHash: import("../../index.js").Hash;
|
|
277
284
|
logsBloom: import("../../index.js").Hex;
|
|
278
285
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksync.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksync.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"zksync.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksync.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCjB,CAAA"}
|
|
@@ -91,6 +91,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
91
91
|
value: bigint;
|
|
92
92
|
blockHash: `0x${string}` | null;
|
|
93
93
|
blockNumber: bigint | null;
|
|
94
|
+
blockTimestamp?: bigint | undefined;
|
|
94
95
|
hash: import("../../index.js").Hash;
|
|
95
96
|
input: import("../../index.js").Hex;
|
|
96
97
|
transactionIndex: number | null;
|
|
@@ -110,6 +111,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
110
111
|
} | {
|
|
111
112
|
blockHash: `0x${string}` | null;
|
|
112
113
|
blockNumber: bigint | null;
|
|
114
|
+
blockTimestamp?: bigint | undefined;
|
|
113
115
|
from: import("abitype").Address;
|
|
114
116
|
gas: bigint;
|
|
115
117
|
hash: import("../../index.js").Hash;
|
|
@@ -137,6 +139,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
137
139
|
} | {
|
|
138
140
|
blockHash: `0x${string}` | null;
|
|
139
141
|
blockNumber: bigint | null;
|
|
142
|
+
blockTimestamp?: bigint | undefined;
|
|
140
143
|
from: import("abitype").Address;
|
|
141
144
|
gas: bigint;
|
|
142
145
|
hash: import("../../index.js").Hash;
|
|
@@ -164,6 +167,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
164
167
|
} | {
|
|
165
168
|
blockHash: `0x${string}` | null;
|
|
166
169
|
blockNumber: bigint | null;
|
|
170
|
+
blockTimestamp?: bigint | undefined;
|
|
167
171
|
from: import("abitype").Address;
|
|
168
172
|
gas: bigint;
|
|
169
173
|
hash: import("../../index.js").Hash;
|
|
@@ -191,6 +195,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
191
195
|
} | {
|
|
192
196
|
blockHash: `0x${string}` | null;
|
|
193
197
|
blockNumber: bigint | null;
|
|
198
|
+
blockTimestamp?: bigint | undefined;
|
|
194
199
|
from: import("abitype").Address;
|
|
195
200
|
gas: bigint;
|
|
196
201
|
hash: import("../../index.js").Hash;
|
|
@@ -218,6 +223,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
218
223
|
} | {
|
|
219
224
|
blockHash: `0x${string}` | null;
|
|
220
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
221
227
|
from: import("abitype").Address;
|
|
222
228
|
gas: bigint;
|
|
223
229
|
hash: import("../../index.js").Hash;
|
|
@@ -241,6 +247,7 @@ export declare const zksyncInMemoryNode: {
|
|
|
241
247
|
} | {
|
|
242
248
|
blockHash: `0x${string}` | null;
|
|
243
249
|
blockNumber: bigint | null;
|
|
250
|
+
blockTimestamp?: bigint | undefined;
|
|
244
251
|
from: import("abitype").Address;
|
|
245
252
|
gas: bigint;
|
|
246
253
|
hash: import("../../index.js").Hash;
|
|
@@ -273,9 +280,9 @@ export declare const zksyncInMemoryNode: {
|
|
|
273
280
|
from: import("abitype").Address;
|
|
274
281
|
blockHash: import("../../index.js").Hash;
|
|
275
282
|
blockNumber: bigint;
|
|
283
|
+
blockTimestamp?: bigint | undefined;
|
|
276
284
|
transactionIndex: number;
|
|
277
285
|
status: "success" | "reverted";
|
|
278
|
-
blockTimestamp?: bigint | undefined;
|
|
279
286
|
transactionHash: import("../../index.js").Hash;
|
|
280
287
|
logsBloom: import("../../index.js").Hex;
|
|
281
288
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncInMemoryNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncInMemoryNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"zksyncInMemoryNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncInMemoryNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY7B,CAAA"}
|
|
@@ -87,6 +87,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
87
87
|
value: bigint;
|
|
88
88
|
blockHash: `0x${string}` | null;
|
|
89
89
|
blockNumber: bigint | null;
|
|
90
|
+
blockTimestamp?: bigint | undefined;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
91
92
|
input: import("../../index.js").Hex;
|
|
92
93
|
transactionIndex: number | null;
|
|
@@ -106,6 +107,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
106
107
|
} | {
|
|
107
108
|
blockHash: `0x${string}` | null;
|
|
108
109
|
blockNumber: bigint | null;
|
|
110
|
+
blockTimestamp?: bigint | undefined;
|
|
109
111
|
from: import("abitype").Address;
|
|
110
112
|
gas: bigint;
|
|
111
113
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +135,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
133
135
|
} | {
|
|
134
136
|
blockHash: `0x${string}` | null;
|
|
135
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
136
139
|
from: import("abitype").Address;
|
|
137
140
|
gas: bigint;
|
|
138
141
|
hash: import("../../index.js").Hash;
|
|
@@ -160,6 +163,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
160
163
|
} | {
|
|
161
164
|
blockHash: `0x${string}` | null;
|
|
162
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
163
167
|
from: import("abitype").Address;
|
|
164
168
|
gas: bigint;
|
|
165
169
|
hash: import("../../index.js").Hash;
|
|
@@ -187,6 +191,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
187
191
|
} | {
|
|
188
192
|
blockHash: `0x${string}` | null;
|
|
189
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
190
195
|
from: import("abitype").Address;
|
|
191
196
|
gas: bigint;
|
|
192
197
|
hash: import("../../index.js").Hash;
|
|
@@ -214,6 +219,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
214
219
|
} | {
|
|
215
220
|
blockHash: `0x${string}` | null;
|
|
216
221
|
blockNumber: bigint | null;
|
|
222
|
+
blockTimestamp?: bigint | undefined;
|
|
217
223
|
from: import("abitype").Address;
|
|
218
224
|
gas: bigint;
|
|
219
225
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +243,7 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
237
243
|
} | {
|
|
238
244
|
blockHash: `0x${string}` | null;
|
|
239
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
240
247
|
from: import("abitype").Address;
|
|
241
248
|
gas: bigint;
|
|
242
249
|
hash: import("../../index.js").Hash;
|
|
@@ -269,9 +276,9 @@ export declare const zksyncLocalCustomHyperchain: {
|
|
|
269
276
|
from: import("abitype").Address;
|
|
270
277
|
blockHash: import("../../index.js").Hash;
|
|
271
278
|
blockNumber: bigint;
|
|
279
|
+
blockTimestamp?: bigint | undefined;
|
|
272
280
|
transactionIndex: number;
|
|
273
281
|
status: "success" | "reverted";
|
|
274
|
-
blockTimestamp?: bigint | undefined;
|
|
275
282
|
transactionHash: import("../../index.js").Hash;
|
|
276
283
|
logsBloom: import("../../index.js").Hex;
|
|
277
284
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncLocalCustomHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalCustomHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"zksyncLocalCustomHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalCustomHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBtC,CAAA"}
|
|
@@ -87,6 +87,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
87
87
|
value: bigint;
|
|
88
88
|
blockHash: `0x${string}` | null;
|
|
89
89
|
blockNumber: bigint | null;
|
|
90
|
+
blockTimestamp?: bigint | undefined;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
91
92
|
input: import("../../index.js").Hex;
|
|
92
93
|
transactionIndex: number | null;
|
|
@@ -106,6 +107,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
106
107
|
} | {
|
|
107
108
|
blockHash: `0x${string}` | null;
|
|
108
109
|
blockNumber: bigint | null;
|
|
110
|
+
blockTimestamp?: bigint | undefined;
|
|
109
111
|
from: import("abitype").Address;
|
|
110
112
|
gas: bigint;
|
|
111
113
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +135,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
133
135
|
} | {
|
|
134
136
|
blockHash: `0x${string}` | null;
|
|
135
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
136
139
|
from: import("abitype").Address;
|
|
137
140
|
gas: bigint;
|
|
138
141
|
hash: import("../../index.js").Hash;
|
|
@@ -160,6 +163,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
160
163
|
} | {
|
|
161
164
|
blockHash: `0x${string}` | null;
|
|
162
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
163
167
|
from: import("abitype").Address;
|
|
164
168
|
gas: bigint;
|
|
165
169
|
hash: import("../../index.js").Hash;
|
|
@@ -187,6 +191,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
187
191
|
} | {
|
|
188
192
|
blockHash: `0x${string}` | null;
|
|
189
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
190
195
|
from: import("abitype").Address;
|
|
191
196
|
gas: bigint;
|
|
192
197
|
hash: import("../../index.js").Hash;
|
|
@@ -214,6 +219,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
214
219
|
} | {
|
|
215
220
|
blockHash: `0x${string}` | null;
|
|
216
221
|
blockNumber: bigint | null;
|
|
222
|
+
blockTimestamp?: bigint | undefined;
|
|
217
223
|
from: import("abitype").Address;
|
|
218
224
|
gas: bigint;
|
|
219
225
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +243,7 @@ export declare const zksyncLocalHyperchain: {
|
|
|
237
243
|
} | {
|
|
238
244
|
blockHash: `0x${string}` | null;
|
|
239
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
240
247
|
from: import("abitype").Address;
|
|
241
248
|
gas: bigint;
|
|
242
249
|
hash: import("../../index.js").Hash;
|
|
@@ -269,9 +276,9 @@ export declare const zksyncLocalHyperchain: {
|
|
|
269
276
|
from: import("abitype").Address;
|
|
270
277
|
blockHash: import("../../index.js").Hash;
|
|
271
278
|
blockNumber: bigint;
|
|
279
|
+
blockTimestamp?: bigint | undefined;
|
|
272
280
|
transactionIndex: number;
|
|
273
281
|
status: "success" | "reverted";
|
|
274
|
-
blockTimestamp?: bigint | undefined;
|
|
275
282
|
transactionHash: import("../../index.js").Hash;
|
|
276
283
|
logsBloom: import("../../index.js").Hex;
|
|
277
284
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncLocalHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"zksyncLocalHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBhC,CAAA"}
|
|
@@ -91,6 +91,7 @@ export declare const zksyncLocalNode: {
|
|
|
91
91
|
value: bigint;
|
|
92
92
|
blockHash: `0x${string}` | null;
|
|
93
93
|
blockNumber: bigint | null;
|
|
94
|
+
blockTimestamp?: bigint | undefined;
|
|
94
95
|
hash: import("../../index.js").Hash;
|
|
95
96
|
input: import("../../index.js").Hex;
|
|
96
97
|
transactionIndex: number | null;
|
|
@@ -110,6 +111,7 @@ export declare const zksyncLocalNode: {
|
|
|
110
111
|
} | {
|
|
111
112
|
blockHash: `0x${string}` | null;
|
|
112
113
|
blockNumber: bigint | null;
|
|
114
|
+
blockTimestamp?: bigint | undefined;
|
|
113
115
|
from: import("abitype").Address;
|
|
114
116
|
gas: bigint;
|
|
115
117
|
hash: import("../../index.js").Hash;
|
|
@@ -137,6 +139,7 @@ export declare const zksyncLocalNode: {
|
|
|
137
139
|
} | {
|
|
138
140
|
blockHash: `0x${string}` | null;
|
|
139
141
|
blockNumber: bigint | null;
|
|
142
|
+
blockTimestamp?: bigint | undefined;
|
|
140
143
|
from: import("abitype").Address;
|
|
141
144
|
gas: bigint;
|
|
142
145
|
hash: import("../../index.js").Hash;
|
|
@@ -164,6 +167,7 @@ export declare const zksyncLocalNode: {
|
|
|
164
167
|
} | {
|
|
165
168
|
blockHash: `0x${string}` | null;
|
|
166
169
|
blockNumber: bigint | null;
|
|
170
|
+
blockTimestamp?: bigint | undefined;
|
|
167
171
|
from: import("abitype").Address;
|
|
168
172
|
gas: bigint;
|
|
169
173
|
hash: import("../../index.js").Hash;
|
|
@@ -191,6 +195,7 @@ export declare const zksyncLocalNode: {
|
|
|
191
195
|
} | {
|
|
192
196
|
blockHash: `0x${string}` | null;
|
|
193
197
|
blockNumber: bigint | null;
|
|
198
|
+
blockTimestamp?: bigint | undefined;
|
|
194
199
|
from: import("abitype").Address;
|
|
195
200
|
gas: bigint;
|
|
196
201
|
hash: import("../../index.js").Hash;
|
|
@@ -218,6 +223,7 @@ export declare const zksyncLocalNode: {
|
|
|
218
223
|
} | {
|
|
219
224
|
blockHash: `0x${string}` | null;
|
|
220
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
221
227
|
from: import("abitype").Address;
|
|
222
228
|
gas: bigint;
|
|
223
229
|
hash: import("../../index.js").Hash;
|
|
@@ -241,6 +247,7 @@ export declare const zksyncLocalNode: {
|
|
|
241
247
|
} | {
|
|
242
248
|
blockHash: `0x${string}` | null;
|
|
243
249
|
blockNumber: bigint | null;
|
|
250
|
+
blockTimestamp?: bigint | undefined;
|
|
244
251
|
from: import("abitype").Address;
|
|
245
252
|
gas: bigint;
|
|
246
253
|
hash: import("../../index.js").Hash;
|
|
@@ -273,9 +280,9 @@ export declare const zksyncLocalNode: {
|
|
|
273
280
|
from: import("abitype").Address;
|
|
274
281
|
blockHash: import("../../index.js").Hash;
|
|
275
282
|
blockNumber: bigint;
|
|
283
|
+
blockTimestamp?: bigint | undefined;
|
|
276
284
|
transactionIndex: number;
|
|
277
285
|
status: "success" | "reverted";
|
|
278
|
-
blockTimestamp?: bigint | undefined;
|
|
279
286
|
transactionHash: import("../../index.js").Hash;
|
|
280
287
|
logsBloom: import("../../index.js").Hex;
|
|
281
288
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"zksyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B,CAAA"}
|
|
@@ -87,6 +87,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
87
87
|
value: bigint;
|
|
88
88
|
blockHash: `0x${string}` | null;
|
|
89
89
|
blockNumber: bigint | null;
|
|
90
|
+
blockTimestamp?: bigint | undefined;
|
|
90
91
|
hash: import("../../index.js").Hash;
|
|
91
92
|
input: import("../../index.js").Hex;
|
|
92
93
|
transactionIndex: number | null;
|
|
@@ -106,6 +107,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
106
107
|
} | {
|
|
107
108
|
blockHash: `0x${string}` | null;
|
|
108
109
|
blockNumber: bigint | null;
|
|
110
|
+
blockTimestamp?: bigint | undefined;
|
|
109
111
|
from: import("abitype").Address;
|
|
110
112
|
gas: bigint;
|
|
111
113
|
hash: import("../../index.js").Hash;
|
|
@@ -133,6 +135,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
133
135
|
} | {
|
|
134
136
|
blockHash: `0x${string}` | null;
|
|
135
137
|
blockNumber: bigint | null;
|
|
138
|
+
blockTimestamp?: bigint | undefined;
|
|
136
139
|
from: import("abitype").Address;
|
|
137
140
|
gas: bigint;
|
|
138
141
|
hash: import("../../index.js").Hash;
|
|
@@ -160,6 +163,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
160
163
|
} | {
|
|
161
164
|
blockHash: `0x${string}` | null;
|
|
162
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
163
167
|
from: import("abitype").Address;
|
|
164
168
|
gas: bigint;
|
|
165
169
|
hash: import("../../index.js").Hash;
|
|
@@ -187,6 +191,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
187
191
|
} | {
|
|
188
192
|
blockHash: `0x${string}` | null;
|
|
189
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
190
195
|
from: import("abitype").Address;
|
|
191
196
|
gas: bigint;
|
|
192
197
|
hash: import("../../index.js").Hash;
|
|
@@ -214,6 +219,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
214
219
|
} | {
|
|
215
220
|
blockHash: `0x${string}` | null;
|
|
216
221
|
blockNumber: bigint | null;
|
|
222
|
+
blockTimestamp?: bigint | undefined;
|
|
217
223
|
from: import("abitype").Address;
|
|
218
224
|
gas: bigint;
|
|
219
225
|
hash: import("../../index.js").Hash;
|
|
@@ -237,6 +243,7 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
237
243
|
} | {
|
|
238
244
|
blockHash: `0x${string}` | null;
|
|
239
245
|
blockNumber: bigint | null;
|
|
246
|
+
blockTimestamp?: bigint | undefined;
|
|
240
247
|
from: import("abitype").Address;
|
|
241
248
|
gas: bigint;
|
|
242
249
|
hash: import("../../index.js").Hash;
|
|
@@ -269,9 +276,9 @@ export declare const zksyncSepoliaTestnet: {
|
|
|
269
276
|
from: import("abitype").Address;
|
|
270
277
|
blockHash: import("../../index.js").Hash;
|
|
271
278
|
blockNumber: bigint;
|
|
279
|
+
blockTimestamp?: bigint | undefined;
|
|
272
280
|
transactionIndex: number;
|
|
273
281
|
status: "success" | "reverted";
|
|
274
|
-
blockTimestamp?: bigint | undefined;
|
|
275
282
|
transactionHash: import("../../index.js").Hash;
|
|
276
283
|
logsBloom: import("../../index.js").Hex;
|
|
277
284
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zksyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"zksyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B/B,CAAA"}
|
|
@@ -110,6 +110,7 @@ export declare const zora: {
|
|
|
110
110
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
111
111
|
blockHash: `0x${string}` | null;
|
|
112
112
|
blockNumber: bigint | null;
|
|
113
|
+
blockTimestamp?: bigint | undefined;
|
|
113
114
|
from: import("abitype").Address;
|
|
114
115
|
gas: bigint;
|
|
115
116
|
hash: import("../../index.js").Hash;
|
|
@@ -142,6 +143,7 @@ export declare const zora: {
|
|
|
142
143
|
value: bigint;
|
|
143
144
|
blockHash: `0x${string}` | null;
|
|
144
145
|
blockNumber: bigint | null;
|
|
146
|
+
blockTimestamp?: bigint | undefined;
|
|
145
147
|
hash: import("../../index.js").Hash;
|
|
146
148
|
input: import("../../index.js").Hex;
|
|
147
149
|
transactionIndex: number | null;
|
|
@@ -162,6 +164,7 @@ export declare const zora: {
|
|
|
162
164
|
} | {
|
|
163
165
|
blockHash: `0x${string}` | null;
|
|
164
166
|
blockNumber: bigint | null;
|
|
167
|
+
blockTimestamp?: bigint | undefined;
|
|
165
168
|
from: import("abitype").Address;
|
|
166
169
|
gas: bigint;
|
|
167
170
|
hash: import("../../index.js").Hash;
|
|
@@ -190,6 +193,7 @@ export declare const zora: {
|
|
|
190
193
|
} | {
|
|
191
194
|
blockHash: `0x${string}` | null;
|
|
192
195
|
blockNumber: bigint | null;
|
|
196
|
+
blockTimestamp?: bigint | undefined;
|
|
193
197
|
from: import("abitype").Address;
|
|
194
198
|
gas: bigint;
|
|
195
199
|
hash: import("../../index.js").Hash;
|
|
@@ -218,6 +222,7 @@ export declare const zora: {
|
|
|
218
222
|
} | {
|
|
219
223
|
blockHash: `0x${string}` | null;
|
|
220
224
|
blockNumber: bigint | null;
|
|
225
|
+
blockTimestamp?: bigint | undefined;
|
|
221
226
|
from: import("abitype").Address;
|
|
222
227
|
gas: bigint;
|
|
223
228
|
hash: import("../../index.js").Hash;
|
|
@@ -246,6 +251,7 @@ export declare const zora: {
|
|
|
246
251
|
} | {
|
|
247
252
|
blockHash: `0x${string}` | null;
|
|
248
253
|
blockNumber: bigint | null;
|
|
254
|
+
blockTimestamp?: bigint | undefined;
|
|
249
255
|
from: import("abitype").Address;
|
|
250
256
|
gas: bigint;
|
|
251
257
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zora.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zora.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"zora.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zora.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDf,CAAA"}
|
|
@@ -105,6 +105,7 @@ export declare const zoraSepolia: {
|
|
|
105
105
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
106
106
|
blockHash: `0x${string}` | null;
|
|
107
107
|
blockNumber: bigint | null;
|
|
108
|
+
blockTimestamp?: bigint | undefined;
|
|
108
109
|
from: import("abitype").Address;
|
|
109
110
|
gas: bigint;
|
|
110
111
|
hash: import("../../index.js").Hash;
|
|
@@ -137,6 +138,7 @@ export declare const zoraSepolia: {
|
|
|
137
138
|
value: bigint;
|
|
138
139
|
blockHash: `0x${string}` | null;
|
|
139
140
|
blockNumber: bigint | null;
|
|
141
|
+
blockTimestamp?: bigint | undefined;
|
|
140
142
|
hash: import("../../index.js").Hash;
|
|
141
143
|
input: import("../../index.js").Hex;
|
|
142
144
|
transactionIndex: number | null;
|
|
@@ -157,6 +159,7 @@ export declare const zoraSepolia: {
|
|
|
157
159
|
} | {
|
|
158
160
|
blockHash: `0x${string}` | null;
|
|
159
161
|
blockNumber: bigint | null;
|
|
162
|
+
blockTimestamp?: bigint | undefined;
|
|
160
163
|
from: import("abitype").Address;
|
|
161
164
|
gas: bigint;
|
|
162
165
|
hash: import("../../index.js").Hash;
|
|
@@ -185,6 +188,7 @@ export declare const zoraSepolia: {
|
|
|
185
188
|
} | {
|
|
186
189
|
blockHash: `0x${string}` | null;
|
|
187
190
|
blockNumber: bigint | null;
|
|
191
|
+
blockTimestamp?: bigint | undefined;
|
|
188
192
|
from: import("abitype").Address;
|
|
189
193
|
gas: bigint;
|
|
190
194
|
hash: import("../../index.js").Hash;
|
|
@@ -213,6 +217,7 @@ export declare const zoraSepolia: {
|
|
|
213
217
|
} | {
|
|
214
218
|
blockHash: `0x${string}` | null;
|
|
215
219
|
blockNumber: bigint | null;
|
|
220
|
+
blockTimestamp?: bigint | undefined;
|
|
216
221
|
from: import("abitype").Address;
|
|
217
222
|
gas: bigint;
|
|
218
223
|
hash: import("../../index.js").Hash;
|
|
@@ -241,6 +246,7 @@ export declare const zoraSepolia: {
|
|
|
241
246
|
} | {
|
|
242
247
|
blockHash: `0x${string}` | null;
|
|
243
248
|
blockNumber: bigint | null;
|
|
249
|
+
blockTimestamp?: bigint | undefined;
|
|
244
250
|
from: import("abitype").Address;
|
|
245
251
|
gas: bigint;
|
|
246
252
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zoraSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"zoraSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CtB,CAAA"}
|