viem 2.48.4 → 2.48.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/_cjs/errors/utils.js +13 -1
- package/_cjs/errors/utils.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/tempo/Formatters.js +7 -3
- package/_cjs/tempo/Formatters.js.map +1 -1
- package/_cjs/tempo/actions/accessKey.js.map +1 -1
- package/_cjs/tempo/zones/zone.js +16 -2
- package/_cjs/tempo/zones/zone.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +3 -0
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_esm/errors/utils.js +18 -1
- package/_esm/errors/utils.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/tempo/Formatters.js +8 -3
- package/_esm/tempo/Formatters.js.map +1 -1
- package/_esm/tempo/actions/accessKey.js +4 -2
- package/_esm/tempo/actions/accessKey.js.map +1 -1
- package/_esm/tempo/zones/zone.js +16 -2
- package/_esm/tempo/zones/zone.js.map +1 -1
- package/_esm/utils/formatters/transaction.js +3 -0
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_types/celo/chainConfig.d.ts +16 -0
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +8 -0
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/abstract.d.ts +8 -1
- package/_types/chains/definitions/abstract.d.ts.map +1 -1
- package/_types/chains/definitions/abstractTestnet.d.ts +8 -1
- package/_types/chains/definitions/abstractTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +6 -0
- package/_types/chains/definitions/ancient8.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8Sepolia.d.ts +6 -0
- package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +12 -0
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +6 -0
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +12 -0
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts +8 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/blast.d.ts +6 -0
- package/_types/chains/definitions/blast.d.ts.map +1 -1
- package/_types/chains/definitions/bob.d.ts +6 -0
- package/_types/chains/definitions/bob.d.ts.map +1 -1
- package/_types/chains/definitions/bobSepolia.d.ts +6 -0
- package/_types/chains/definitions/bobSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/celo.d.ts +16 -0
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +16 -0
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/celoSepolia.d.ts +16 -0
- package/_types/chains/definitions/celoSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/codex.d.ts +6 -0
- package/_types/chains/definitions/codex.d.ts.map +1 -1
- package/_types/chains/definitions/codexTestnet.d.ts +6 -0
- package/_types/chains/definitions/codexTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/dchain.d.ts +6 -0
- package/_types/chains/definitions/dchain.d.ts.map +1 -1
- package/_types/chains/definitions/dchainTestnet.d.ts +6 -0
- package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/elysiumTestnet.d.ts +6 -0
- package/_types/chains/definitions/elysiumTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +6 -0
- package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtalTestnet.d.ts +6 -0
- package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/funkiMainnet.d.ts +6 -0
- package/_types/chains/definitions/funkiMainnet.d.ts.map +1 -1
- package/_types/chains/definitions/funkiSepolia.d.ts +6 -0
- package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/garnet.d.ts +6 -0
- package/_types/chains/definitions/garnet.d.ts.map +1 -1
- package/_types/chains/definitions/giwaSepolia.d.ts +12 -0
- package/_types/chains/definitions/giwaSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/ink.d.ts +6 -0
- package/_types/chains/definitions/ink.d.ts.map +1 -1
- package/_types/chains/definitions/inkSepolia.d.ts +6 -0
- package/_types/chains/definitions/inkSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/lisk.d.ts +6 -0
- package/_types/chains/definitions/lisk.d.ts.map +1 -1
- package/_types/chains/definitions/liskSepolia.d.ts +6 -0
- package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/megaeth.d.ts +6 -0
- package/_types/chains/definitions/megaeth.d.ts.map +1 -1
- package/_types/chains/definitions/metalL2.d.ts +6 -0
- package/_types/chains/definitions/metalL2.d.ts.map +1 -1
- package/_types/chains/definitions/mode.d.ts +6 -0
- package/_types/chains/definitions/mode.d.ts.map +1 -1
- package/_types/chains/definitions/modeTestnet.d.ts +6 -0
- package/_types/chains/definitions/modeTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/optimism.d.ts +6 -0
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +6 -0
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +6 -0
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/pgn.d.ts +6 -0
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +6 -0
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/playfiAlbireo.d.ts +8 -1
- package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
- package/_types/chains/definitions/pyrope.d.ts +6 -0
- package/_types/chains/definitions/pyrope.d.ts.map +1 -1
- package/_types/chains/definitions/redstone.d.ts +6 -0
- package/_types/chains/definitions/redstone.d.ts.map +1 -1
- package/_types/chains/definitions/rss3.d.ts +6 -0
- package/_types/chains/definitions/rss3.d.ts.map +1 -1
- package/_types/chains/definitions/rss3Sepolia.d.ts +6 -0
- package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/shape.d.ts +6 -0
- package/_types/chains/definitions/shape.d.ts.map +1 -1
- package/_types/chains/definitions/shapeSepolia.d.ts +6 -0
- package/_types/chains/definitions/shapeSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/snax.d.ts +6 -0
- package/_types/chains/definitions/snax.d.ts.map +1 -1
- package/_types/chains/definitions/snaxTestnet.d.ts +6 -0
- package/_types/chains/definitions/snaxTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/soneium.d.ts +6 -0
- package/_types/chains/definitions/soneium.d.ts.map +1 -1
- package/_types/chains/definitions/soneiumMinato.d.ts +6 -0
- package/_types/chains/definitions/soneiumMinato.d.ts.map +1 -1
- package/_types/chains/definitions/sophon.d.ts +8 -1
- package/_types/chains/definitions/sophon.d.ts.map +1 -1
- package/_types/chains/definitions/sophonTestnet.d.ts +8 -1
- package/_types/chains/definitions/sophonTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/superseed.d.ts +6 -0
- package/_types/chains/definitions/superseed.d.ts.map +1 -1
- package/_types/chains/definitions/superseedSepolia.d.ts +6 -0
- package/_types/chains/definitions/superseedSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/swellchain.d.ts +6 -0
- package/_types/chains/definitions/swellchain.d.ts.map +1 -1
- package/_types/chains/definitions/swellchainTestnet.d.ts +6 -0
- package/_types/chains/definitions/swellchainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempo.d.ts +12 -0
- package/_types/chains/definitions/tempo.d.ts.map +1 -1
- package/_types/chains/definitions/tempoDevnet.d.ts +12 -0
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +12 -0
- package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoModerato.d.ts +12 -0
- package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
- package/_types/chains/definitions/treasure.d.ts +8 -1
- package/_types/chains/definitions/treasure.d.ts.map +1 -1
- package/_types/chains/definitions/treasureTopaz.d.ts +8 -1
- package/_types/chains/definitions/treasureTopaz.d.ts.map +1 -1
- package/_types/chains/definitions/unichain.d.ts +6 -0
- package/_types/chains/definitions/unichain.d.ts.map +1 -1
- package/_types/chains/definitions/unichainSepolia.d.ts +6 -0
- package/_types/chains/definitions/unichainSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/worldchain.d.ts +6 -0
- package/_types/chains/definitions/worldchain.d.ts.map +1 -1
- package/_types/chains/definitions/worldchainSepolia.d.ts +6 -0
- package/_types/chains/definitions/worldchainSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zircuit.d.ts +6 -0
- package/_types/chains/definitions/zircuit.d.ts.map +1 -1
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +6 -0
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zksync.d.ts +8 -1
- package/_types/chains/definitions/zksync.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts +8 -1
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalNode.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +8 -1
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +6 -0
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +6 -0
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +6 -0
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/errors/utils.d.ts +5 -0
- package/_types/errors/utils.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +6 -0
- package/_types/op-stack/chainConfig.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +6 -0
- package/_types/op-stack/formatters.d.ts.map +1 -1
- package/_types/tempo/Formatters.d.ts.map +1 -1
- package/_types/tempo/actions/accessKey.d.ts +4 -2
- package/_types/tempo/actions/accessKey.d.ts.map +1 -1
- package/_types/tempo/chainConfig.d.ts +6 -0
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/zones/zone.d.ts +48 -12
- package/_types/tempo/zones/zone.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +3 -1
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +8 -1
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +8 -1
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/errors/utils.ts +17 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/tempo/Formatters.ts +12 -3
- package/tempo/actions/accessKey.ts +4 -2
- package/tempo/zones/zone.ts +23 -2
- package/types/transaction.ts +3 -1
- package/utils/formatters/transaction.ts +3 -0
|
@@ -108,6 +108,7 @@ export declare const lisk: {
|
|
|
108
108
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
109
109
|
blockHash: `0x${string}` | null;
|
|
110
110
|
blockNumber: bigint | null;
|
|
111
|
+
blockTimestamp?: bigint | undefined;
|
|
111
112
|
from: import("abitype").Address;
|
|
112
113
|
gas: bigint;
|
|
113
114
|
hash: import("../../index.js").Hash;
|
|
@@ -140,6 +141,7 @@ export declare const lisk: {
|
|
|
140
141
|
value: bigint;
|
|
141
142
|
blockHash: `0x${string}` | null;
|
|
142
143
|
blockNumber: bigint | null;
|
|
144
|
+
blockTimestamp?: bigint | undefined;
|
|
143
145
|
hash: import("../../index.js").Hash;
|
|
144
146
|
input: import("../../index.js").Hex;
|
|
145
147
|
transactionIndex: number | null;
|
|
@@ -160,6 +162,7 @@ export declare const lisk: {
|
|
|
160
162
|
} | {
|
|
161
163
|
blockHash: `0x${string}` | null;
|
|
162
164
|
blockNumber: bigint | null;
|
|
165
|
+
blockTimestamp?: bigint | undefined;
|
|
163
166
|
from: import("abitype").Address;
|
|
164
167
|
gas: bigint;
|
|
165
168
|
hash: import("../../index.js").Hash;
|
|
@@ -188,6 +191,7 @@ export declare const lisk: {
|
|
|
188
191
|
} | {
|
|
189
192
|
blockHash: `0x${string}` | null;
|
|
190
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
191
195
|
from: import("abitype").Address;
|
|
192
196
|
gas: bigint;
|
|
193
197
|
hash: import("../../index.js").Hash;
|
|
@@ -216,6 +220,7 @@ export declare const lisk: {
|
|
|
216
220
|
} | {
|
|
217
221
|
blockHash: `0x${string}` | null;
|
|
218
222
|
blockNumber: bigint | null;
|
|
223
|
+
blockTimestamp?: bigint | undefined;
|
|
219
224
|
from: import("abitype").Address;
|
|
220
225
|
gas: bigint;
|
|
221
226
|
hash: import("../../index.js").Hash;
|
|
@@ -244,6 +249,7 @@ export declare const lisk: {
|
|
|
244
249
|
} | {
|
|
245
250
|
blockHash: `0x${string}` | null;
|
|
246
251
|
blockNumber: bigint | null;
|
|
252
|
+
blockTimestamp?: bigint | undefined;
|
|
247
253
|
from: import("abitype").Address;
|
|
248
254
|
gas: bigint;
|
|
249
255
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lisk.d.ts","sourceRoot":"","sources":["../../../chains/definitions/lisk.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"lisk.d.ts","sourceRoot":"","sources":["../../../chains/definitions/lisk.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDf,CAAA"}
|
|
@@ -103,6 +103,7 @@ export declare const liskSepolia: {
|
|
|
103
103
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
104
104
|
blockHash: `0x${string}` | null;
|
|
105
105
|
blockNumber: bigint | null;
|
|
106
|
+
blockTimestamp?: bigint | undefined;
|
|
106
107
|
from: import("abitype").Address;
|
|
107
108
|
gas: bigint;
|
|
108
109
|
hash: import("../../index.js").Hash;
|
|
@@ -135,6 +136,7 @@ export declare const liskSepolia: {
|
|
|
135
136
|
value: bigint;
|
|
136
137
|
blockHash: `0x${string}` | null;
|
|
137
138
|
blockNumber: bigint | null;
|
|
139
|
+
blockTimestamp?: bigint | undefined;
|
|
138
140
|
hash: import("../../index.js").Hash;
|
|
139
141
|
input: import("../../index.js").Hex;
|
|
140
142
|
transactionIndex: number | null;
|
|
@@ -155,6 +157,7 @@ export declare const liskSepolia: {
|
|
|
155
157
|
} | {
|
|
156
158
|
blockHash: `0x${string}` | null;
|
|
157
159
|
blockNumber: bigint | null;
|
|
160
|
+
blockTimestamp?: bigint | undefined;
|
|
158
161
|
from: import("abitype").Address;
|
|
159
162
|
gas: bigint;
|
|
160
163
|
hash: import("../../index.js").Hash;
|
|
@@ -183,6 +186,7 @@ export declare const liskSepolia: {
|
|
|
183
186
|
} | {
|
|
184
187
|
blockHash: `0x${string}` | null;
|
|
185
188
|
blockNumber: bigint | null;
|
|
189
|
+
blockTimestamp?: bigint | undefined;
|
|
186
190
|
from: import("abitype").Address;
|
|
187
191
|
gas: bigint;
|
|
188
192
|
hash: import("../../index.js").Hash;
|
|
@@ -211,6 +215,7 @@ export declare const liskSepolia: {
|
|
|
211
215
|
} | {
|
|
212
216
|
blockHash: `0x${string}` | null;
|
|
213
217
|
blockNumber: bigint | null;
|
|
218
|
+
blockTimestamp?: bigint | undefined;
|
|
214
219
|
from: import("abitype").Address;
|
|
215
220
|
gas: bigint;
|
|
216
221
|
hash: import("../../index.js").Hash;
|
|
@@ -239,6 +244,7 @@ export declare const liskSepolia: {
|
|
|
239
244
|
} | {
|
|
240
245
|
blockHash: `0x${string}` | null;
|
|
241
246
|
blockNumber: bigint | null;
|
|
247
|
+
blockTimestamp?: bigint | undefined;
|
|
242
248
|
from: import("abitype").Address;
|
|
243
249
|
gas: bigint;
|
|
244
250
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"liskSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/liskSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"liskSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/liskSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCtB,CAAA"}
|
|
@@ -112,6 +112,7 @@ export declare const megaeth: {
|
|
|
112
112
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
113
113
|
blockHash: `0x${string}` | null;
|
|
114
114
|
blockNumber: bigint | null;
|
|
115
|
+
blockTimestamp?: bigint | undefined;
|
|
115
116
|
from: import("abitype").Address;
|
|
116
117
|
gas: bigint;
|
|
117
118
|
hash: import("../../index.js").Hash;
|
|
@@ -144,6 +145,7 @@ export declare const megaeth: {
|
|
|
144
145
|
value: bigint;
|
|
145
146
|
blockHash: `0x${string}` | null;
|
|
146
147
|
blockNumber: bigint | null;
|
|
148
|
+
blockTimestamp?: bigint | undefined;
|
|
147
149
|
hash: import("../../index.js").Hash;
|
|
148
150
|
input: import("../../index.js").Hex;
|
|
149
151
|
transactionIndex: number | null;
|
|
@@ -164,6 +166,7 @@ export declare const megaeth: {
|
|
|
164
166
|
} | {
|
|
165
167
|
blockHash: `0x${string}` | null;
|
|
166
168
|
blockNumber: bigint | null;
|
|
169
|
+
blockTimestamp?: bigint | undefined;
|
|
167
170
|
from: import("abitype").Address;
|
|
168
171
|
gas: bigint;
|
|
169
172
|
hash: import("../../index.js").Hash;
|
|
@@ -192,6 +195,7 @@ export declare const megaeth: {
|
|
|
192
195
|
} | {
|
|
193
196
|
blockHash: `0x${string}` | null;
|
|
194
197
|
blockNumber: bigint | null;
|
|
198
|
+
blockTimestamp?: bigint | undefined;
|
|
195
199
|
from: import("abitype").Address;
|
|
196
200
|
gas: bigint;
|
|
197
201
|
hash: import("../../index.js").Hash;
|
|
@@ -220,6 +224,7 @@ export declare const megaeth: {
|
|
|
220
224
|
} | {
|
|
221
225
|
blockHash: `0x${string}` | null;
|
|
222
226
|
blockNumber: bigint | null;
|
|
227
|
+
blockTimestamp?: bigint | undefined;
|
|
223
228
|
from: import("abitype").Address;
|
|
224
229
|
gas: bigint;
|
|
225
230
|
hash: import("../../index.js").Hash;
|
|
@@ -248,6 +253,7 @@ export declare const megaeth: {
|
|
|
248
253
|
} | {
|
|
249
254
|
blockHash: `0x${string}` | null;
|
|
250
255
|
blockNumber: bigint | null;
|
|
256
|
+
blockTimestamp?: bigint | undefined;
|
|
251
257
|
from: import("abitype").Address;
|
|
252
258
|
gas: bigint;
|
|
253
259
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"megaeth.d.ts","sourceRoot":"","sources":["../../../chains/definitions/megaeth.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"megaeth.d.ts","sourceRoot":"","sources":["../../../chains/definitions/megaeth.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDlB,CAAA"}
|
|
@@ -105,6 +105,7 @@ export declare const metalL2: {
|
|
|
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 metalL2: {
|
|
|
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 metalL2: {
|
|
|
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 metalL2: {
|
|
|
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 metalL2: {
|
|
|
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 metalL2: {
|
|
|
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":"metalL2.d.ts","sourceRoot":"","sources":["../../../chains/definitions/metalL2.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"metalL2.d.ts","sourceRoot":"","sources":["../../../chains/definitions/metalL2.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6ClB,CAAA"}
|
|
@@ -108,6 +108,7 @@ export declare const mode: {
|
|
|
108
108
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
109
109
|
blockHash: `0x${string}` | null;
|
|
110
110
|
blockNumber: bigint | null;
|
|
111
|
+
blockTimestamp?: bigint | undefined;
|
|
111
112
|
from: import("abitype").Address;
|
|
112
113
|
gas: bigint;
|
|
113
114
|
hash: import("../../index.js").Hash;
|
|
@@ -140,6 +141,7 @@ export declare const mode: {
|
|
|
140
141
|
value: bigint;
|
|
141
142
|
blockHash: `0x${string}` | null;
|
|
142
143
|
blockNumber: bigint | null;
|
|
144
|
+
blockTimestamp?: bigint | undefined;
|
|
143
145
|
hash: import("../../index.js").Hash;
|
|
144
146
|
input: import("../../index.js").Hex;
|
|
145
147
|
transactionIndex: number | null;
|
|
@@ -160,6 +162,7 @@ export declare const mode: {
|
|
|
160
162
|
} | {
|
|
161
163
|
blockHash: `0x${string}` | null;
|
|
162
164
|
blockNumber: bigint | null;
|
|
165
|
+
blockTimestamp?: bigint | undefined;
|
|
163
166
|
from: import("abitype").Address;
|
|
164
167
|
gas: bigint;
|
|
165
168
|
hash: import("../../index.js").Hash;
|
|
@@ -188,6 +191,7 @@ export declare const mode: {
|
|
|
188
191
|
} | {
|
|
189
192
|
blockHash: `0x${string}` | null;
|
|
190
193
|
blockNumber: bigint | null;
|
|
194
|
+
blockTimestamp?: bigint | undefined;
|
|
191
195
|
from: import("abitype").Address;
|
|
192
196
|
gas: bigint;
|
|
193
197
|
hash: import("../../index.js").Hash;
|
|
@@ -216,6 +220,7 @@ export declare const mode: {
|
|
|
216
220
|
} | {
|
|
217
221
|
blockHash: `0x${string}` | null;
|
|
218
222
|
blockNumber: bigint | null;
|
|
223
|
+
blockTimestamp?: bigint | undefined;
|
|
219
224
|
from: import("abitype").Address;
|
|
220
225
|
gas: bigint;
|
|
221
226
|
hash: import("../../index.js").Hash;
|
|
@@ -244,6 +249,7 @@ export declare const mode: {
|
|
|
244
249
|
} | {
|
|
245
250
|
blockHash: `0x${string}` | null;
|
|
246
251
|
blockNumber: bigint | null;
|
|
252
|
+
blockTimestamp?: bigint | undefined;
|
|
247
253
|
from: import("abitype").Address;
|
|
248
254
|
gas: bigint;
|
|
249
255
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mode.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mode.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Cf,CAAA"}
|
|
@@ -107,6 +107,7 @@ export declare const modeTestnet: {
|
|
|
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 modeTestnet: {
|
|
|
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 modeTestnet: {
|
|
|
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 modeTestnet: {
|
|
|
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 modeTestnet: {
|
|
|
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 modeTestnet: {
|
|
|
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":"modeTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/modeTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"modeTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/modeTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CtB,CAAA"}
|
|
@@ -109,6 +109,7 @@ export declare const optimism: {
|
|
|
109
109
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
110
110
|
blockHash: `0x${string}` | null;
|
|
111
111
|
blockNumber: bigint | null;
|
|
112
|
+
blockTimestamp?: bigint | undefined;
|
|
112
113
|
from: import("abitype").Address;
|
|
113
114
|
gas: bigint;
|
|
114
115
|
hash: import("../../index.js").Hash;
|
|
@@ -141,6 +142,7 @@ export declare const optimism: {
|
|
|
141
142
|
value: bigint;
|
|
142
143
|
blockHash: `0x${string}` | null;
|
|
143
144
|
blockNumber: bigint | null;
|
|
145
|
+
blockTimestamp?: bigint | undefined;
|
|
144
146
|
hash: import("../../index.js").Hash;
|
|
145
147
|
input: import("../../index.js").Hex;
|
|
146
148
|
transactionIndex: number | null;
|
|
@@ -161,6 +163,7 @@ export declare const optimism: {
|
|
|
161
163
|
} | {
|
|
162
164
|
blockHash: `0x${string}` | null;
|
|
163
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
164
167
|
from: import("abitype").Address;
|
|
165
168
|
gas: bigint;
|
|
166
169
|
hash: import("../../index.js").Hash;
|
|
@@ -189,6 +192,7 @@ export declare const optimism: {
|
|
|
189
192
|
} | {
|
|
190
193
|
blockHash: `0x${string}` | null;
|
|
191
194
|
blockNumber: bigint | null;
|
|
195
|
+
blockTimestamp?: bigint | undefined;
|
|
192
196
|
from: import("abitype").Address;
|
|
193
197
|
gas: bigint;
|
|
194
198
|
hash: import("../../index.js").Hash;
|
|
@@ -217,6 +221,7 @@ export declare const optimism: {
|
|
|
217
221
|
} | {
|
|
218
222
|
blockHash: `0x${string}` | null;
|
|
219
223
|
blockNumber: bigint | null;
|
|
224
|
+
blockTimestamp?: bigint | undefined;
|
|
220
225
|
from: import("abitype").Address;
|
|
221
226
|
gas: bigint;
|
|
222
227
|
hash: import("../../index.js").Hash;
|
|
@@ -245,6 +250,7 @@ export declare const optimism: {
|
|
|
245
250
|
} | {
|
|
246
251
|
blockHash: `0x${string}` | null;
|
|
247
252
|
blockNumber: bigint | null;
|
|
253
|
+
blockTimestamp?: bigint | undefined;
|
|
248
254
|
from: import("abitype").Address;
|
|
249
255
|
gas: bigint;
|
|
250
256
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"optimism.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimism.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"optimism.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimism.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CnB,CAAA"}
|
|
@@ -104,6 +104,7 @@ export declare const optimismGoerli: {
|
|
|
104
104
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
105
105
|
blockHash: `0x${string}` | null;
|
|
106
106
|
blockNumber: bigint | null;
|
|
107
|
+
blockTimestamp?: bigint | undefined;
|
|
107
108
|
from: import("abitype").Address;
|
|
108
109
|
gas: bigint;
|
|
109
110
|
hash: import("../../index.js").Hash;
|
|
@@ -136,6 +137,7 @@ export declare const optimismGoerli: {
|
|
|
136
137
|
value: bigint;
|
|
137
138
|
blockHash: `0x${string}` | null;
|
|
138
139
|
blockNumber: bigint | null;
|
|
140
|
+
blockTimestamp?: bigint | undefined;
|
|
139
141
|
hash: import("../../index.js").Hash;
|
|
140
142
|
input: import("../../index.js").Hex;
|
|
141
143
|
transactionIndex: number | null;
|
|
@@ -156,6 +158,7 @@ export declare const optimismGoerli: {
|
|
|
156
158
|
} | {
|
|
157
159
|
blockHash: `0x${string}` | null;
|
|
158
160
|
blockNumber: bigint | null;
|
|
161
|
+
blockTimestamp?: bigint | undefined;
|
|
159
162
|
from: import("abitype").Address;
|
|
160
163
|
gas: bigint;
|
|
161
164
|
hash: import("../../index.js").Hash;
|
|
@@ -184,6 +187,7 @@ export declare const optimismGoerli: {
|
|
|
184
187
|
} | {
|
|
185
188
|
blockHash: `0x${string}` | null;
|
|
186
189
|
blockNumber: bigint | null;
|
|
190
|
+
blockTimestamp?: bigint | undefined;
|
|
187
191
|
from: import("abitype").Address;
|
|
188
192
|
gas: bigint;
|
|
189
193
|
hash: import("../../index.js").Hash;
|
|
@@ -212,6 +216,7 @@ export declare const optimismGoerli: {
|
|
|
212
216
|
} | {
|
|
213
217
|
blockHash: `0x${string}` | null;
|
|
214
218
|
blockNumber: bigint | null;
|
|
219
|
+
blockTimestamp?: bigint | undefined;
|
|
215
220
|
from: import("abitype").Address;
|
|
216
221
|
gas: bigint;
|
|
217
222
|
hash: import("../../index.js").Hash;
|
|
@@ -240,6 +245,7 @@ export declare const optimismGoerli: {
|
|
|
240
245
|
} | {
|
|
241
246
|
blockHash: `0x${string}` | null;
|
|
242
247
|
blockNumber: bigint | null;
|
|
248
|
+
blockTimestamp?: bigint | undefined;
|
|
243
249
|
from: import("abitype").Address;
|
|
244
250
|
gas: bigint;
|
|
245
251
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"optimismGoerli.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimismGoerli.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"optimismGoerli.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimismGoerli.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCzB,CAAA"}
|
|
@@ -109,6 +109,7 @@ export declare const optimismSepolia: {
|
|
|
109
109
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
110
110
|
blockHash: `0x${string}` | null;
|
|
111
111
|
blockNumber: bigint | null;
|
|
112
|
+
blockTimestamp?: bigint | undefined;
|
|
112
113
|
from: import("abitype").Address;
|
|
113
114
|
gas: bigint;
|
|
114
115
|
hash: import("../../index.js").Hash;
|
|
@@ -141,6 +142,7 @@ export declare const optimismSepolia: {
|
|
|
141
142
|
value: bigint;
|
|
142
143
|
blockHash: `0x${string}` | null;
|
|
143
144
|
blockNumber: bigint | null;
|
|
145
|
+
blockTimestamp?: bigint | undefined;
|
|
144
146
|
hash: import("../../index.js").Hash;
|
|
145
147
|
input: import("../../index.js").Hex;
|
|
146
148
|
transactionIndex: number | null;
|
|
@@ -161,6 +163,7 @@ export declare const optimismSepolia: {
|
|
|
161
163
|
} | {
|
|
162
164
|
blockHash: `0x${string}` | null;
|
|
163
165
|
blockNumber: bigint | null;
|
|
166
|
+
blockTimestamp?: bigint | undefined;
|
|
164
167
|
from: import("abitype").Address;
|
|
165
168
|
gas: bigint;
|
|
166
169
|
hash: import("../../index.js").Hash;
|
|
@@ -189,6 +192,7 @@ export declare const optimismSepolia: {
|
|
|
189
192
|
} | {
|
|
190
193
|
blockHash: `0x${string}` | null;
|
|
191
194
|
blockNumber: bigint | null;
|
|
195
|
+
blockTimestamp?: bigint | undefined;
|
|
192
196
|
from: import("abitype").Address;
|
|
193
197
|
gas: bigint;
|
|
194
198
|
hash: import("../../index.js").Hash;
|
|
@@ -217,6 +221,7 @@ export declare const optimismSepolia: {
|
|
|
217
221
|
} | {
|
|
218
222
|
blockHash: `0x${string}` | null;
|
|
219
223
|
blockNumber: bigint | null;
|
|
224
|
+
blockTimestamp?: bigint | undefined;
|
|
220
225
|
from: import("abitype").Address;
|
|
221
226
|
gas: bigint;
|
|
222
227
|
hash: import("../../index.js").Hash;
|
|
@@ -245,6 +250,7 @@ export declare const optimismSepolia: {
|
|
|
245
250
|
} | {
|
|
246
251
|
blockHash: `0x${string}` | null;
|
|
247
252
|
blockNumber: bigint | null;
|
|
253
|
+
blockTimestamp?: bigint | undefined;
|
|
248
254
|
from: import("abitype").Address;
|
|
249
255
|
gas: bigint;
|
|
250
256
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"optimismSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimismSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"optimismSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimismSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8C1B,CAAA"}
|
|
@@ -86,6 +86,7 @@ export declare const pgn: {
|
|
|
86
86
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
87
87
|
blockHash: `0x${string}` | null;
|
|
88
88
|
blockNumber: bigint | null;
|
|
89
|
+
blockTimestamp?: bigint | undefined;
|
|
89
90
|
from: import("abitype").Address;
|
|
90
91
|
gas: bigint;
|
|
91
92
|
hash: import("../../index.js").Hash;
|
|
@@ -118,6 +119,7 @@ export declare const pgn: {
|
|
|
118
119
|
value: bigint;
|
|
119
120
|
blockHash: `0x${string}` | null;
|
|
120
121
|
blockNumber: bigint | null;
|
|
122
|
+
blockTimestamp?: bigint | undefined;
|
|
121
123
|
hash: import("../../index.js").Hash;
|
|
122
124
|
input: import("../../index.js").Hex;
|
|
123
125
|
transactionIndex: number | null;
|
|
@@ -138,6 +140,7 @@ export declare const pgn: {
|
|
|
138
140
|
} | {
|
|
139
141
|
blockHash: `0x${string}` | null;
|
|
140
142
|
blockNumber: bigint | null;
|
|
143
|
+
blockTimestamp?: bigint | undefined;
|
|
141
144
|
from: import("abitype").Address;
|
|
142
145
|
gas: bigint;
|
|
143
146
|
hash: import("../../index.js").Hash;
|
|
@@ -166,6 +169,7 @@ export declare const pgn: {
|
|
|
166
169
|
} | {
|
|
167
170
|
blockHash: `0x${string}` | null;
|
|
168
171
|
blockNumber: bigint | null;
|
|
172
|
+
blockTimestamp?: bigint | undefined;
|
|
169
173
|
from: import("abitype").Address;
|
|
170
174
|
gas: bigint;
|
|
171
175
|
hash: import("../../index.js").Hash;
|
|
@@ -194,6 +198,7 @@ export declare const pgn: {
|
|
|
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;
|
|
@@ -222,6 +227,7 @@ export declare const pgn: {
|
|
|
222
227
|
} | {
|
|
223
228
|
blockHash: `0x${string}` | null;
|
|
224
229
|
blockNumber: bigint | null;
|
|
230
|
+
blockTimestamp?: bigint | undefined;
|
|
225
231
|
from: import("abitype").Address;
|
|
226
232
|
gas: bigint;
|
|
227
233
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pgn.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pgn.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"pgn.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pgn.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCd,CAAA"}
|
|
@@ -86,6 +86,7 @@ export declare const pgnTestnet: {
|
|
|
86
86
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
87
87
|
blockHash: `0x${string}` | null;
|
|
88
88
|
blockNumber: bigint | null;
|
|
89
|
+
blockTimestamp?: bigint | undefined;
|
|
89
90
|
from: import("abitype").Address;
|
|
90
91
|
gas: bigint;
|
|
91
92
|
hash: import("../../index.js").Hash;
|
|
@@ -118,6 +119,7 @@ export declare const pgnTestnet: {
|
|
|
118
119
|
value: bigint;
|
|
119
120
|
blockHash: `0x${string}` | null;
|
|
120
121
|
blockNumber: bigint | null;
|
|
122
|
+
blockTimestamp?: bigint | undefined;
|
|
121
123
|
hash: import("../../index.js").Hash;
|
|
122
124
|
input: import("../../index.js").Hex;
|
|
123
125
|
transactionIndex: number | null;
|
|
@@ -138,6 +140,7 @@ export declare const pgnTestnet: {
|
|
|
138
140
|
} | {
|
|
139
141
|
blockHash: `0x${string}` | null;
|
|
140
142
|
blockNumber: bigint | null;
|
|
143
|
+
blockTimestamp?: bigint | undefined;
|
|
141
144
|
from: import("abitype").Address;
|
|
142
145
|
gas: bigint;
|
|
143
146
|
hash: import("../../index.js").Hash;
|
|
@@ -166,6 +169,7 @@ export declare const pgnTestnet: {
|
|
|
166
169
|
} | {
|
|
167
170
|
blockHash: `0x${string}` | null;
|
|
168
171
|
blockNumber: bigint | null;
|
|
172
|
+
blockTimestamp?: bigint | undefined;
|
|
169
173
|
from: import("abitype").Address;
|
|
170
174
|
gas: bigint;
|
|
171
175
|
hash: import("../../index.js").Hash;
|
|
@@ -194,6 +198,7 @@ export declare const pgnTestnet: {
|
|
|
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;
|
|
@@ -222,6 +227,7 @@ export declare const pgnTestnet: {
|
|
|
222
227
|
} | {
|
|
223
228
|
blockHash: `0x${string}` | null;
|
|
224
229
|
blockNumber: bigint | null;
|
|
230
|
+
blockTimestamp?: bigint | undefined;
|
|
225
231
|
from: import("abitype").Address;
|
|
226
232
|
gas: bigint;
|
|
227
233
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pgnTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pgnTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"pgnTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pgnTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAA"}
|
|
@@ -82,6 +82,7 @@ export declare const playfiAlbireo: {
|
|
|
82
82
|
value: bigint;
|
|
83
83
|
blockHash: `0x${string}` | null;
|
|
84
84
|
blockNumber: bigint | null;
|
|
85
|
+
blockTimestamp?: bigint | undefined;
|
|
85
86
|
hash: import("../../index.js").Hash;
|
|
86
87
|
input: import("../../index.js").Hex;
|
|
87
88
|
transactionIndex: number | null;
|
|
@@ -101,6 +102,7 @@ export declare const playfiAlbireo: {
|
|
|
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;
|
|
@@ -128,6 +130,7 @@ export declare const playfiAlbireo: {
|
|
|
128
130
|
} | {
|
|
129
131
|
blockHash: `0x${string}` | null;
|
|
130
132
|
blockNumber: bigint | null;
|
|
133
|
+
blockTimestamp?: bigint | undefined;
|
|
131
134
|
from: import("abitype").Address;
|
|
132
135
|
gas: bigint;
|
|
133
136
|
hash: import("../../index.js").Hash;
|
|
@@ -155,6 +158,7 @@ export declare const playfiAlbireo: {
|
|
|
155
158
|
} | {
|
|
156
159
|
blockHash: `0x${string}` | null;
|
|
157
160
|
blockNumber: bigint | null;
|
|
161
|
+
blockTimestamp?: bigint | undefined;
|
|
158
162
|
from: import("abitype").Address;
|
|
159
163
|
gas: bigint;
|
|
160
164
|
hash: import("../../index.js").Hash;
|
|
@@ -182,6 +186,7 @@ export declare const playfiAlbireo: {
|
|
|
182
186
|
} | {
|
|
183
187
|
blockHash: `0x${string}` | null;
|
|
184
188
|
blockNumber: bigint | null;
|
|
189
|
+
blockTimestamp?: bigint | undefined;
|
|
185
190
|
from: import("abitype").Address;
|
|
186
191
|
gas: bigint;
|
|
187
192
|
hash: import("../../index.js").Hash;
|
|
@@ -209,6 +214,7 @@ export declare const playfiAlbireo: {
|
|
|
209
214
|
} | {
|
|
210
215
|
blockHash: `0x${string}` | null;
|
|
211
216
|
blockNumber: bigint | null;
|
|
217
|
+
blockTimestamp?: bigint | undefined;
|
|
212
218
|
from: import("abitype").Address;
|
|
213
219
|
gas: bigint;
|
|
214
220
|
hash: import("../../index.js").Hash;
|
|
@@ -232,6 +238,7 @@ export declare const playfiAlbireo: {
|
|
|
232
238
|
} | {
|
|
233
239
|
blockHash: `0x${string}` | null;
|
|
234
240
|
blockNumber: bigint | null;
|
|
241
|
+
blockTimestamp?: bigint | undefined;
|
|
235
242
|
from: import("abitype").Address;
|
|
236
243
|
gas: bigint;
|
|
237
244
|
hash: import("../../index.js").Hash;
|
|
@@ -264,9 +271,9 @@ export declare const playfiAlbireo: {
|
|
|
264
271
|
from: import("abitype").Address;
|
|
265
272
|
blockHash: import("../../index.js").Hash;
|
|
266
273
|
blockNumber: bigint;
|
|
274
|
+
blockTimestamp?: bigint | undefined;
|
|
267
275
|
transactionIndex: number;
|
|
268
276
|
status: "success" | "reverted";
|
|
269
|
-
blockTimestamp?: bigint | undefined;
|
|
270
277
|
transactionHash: import("../../index.js").Hash;
|
|
271
278
|
logsBloom: import("../../index.js").Hex;
|
|
272
279
|
blobGasUsed?: bigint | undefined;
|