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
|
@@ -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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playfiAlbireo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/playfiAlbireo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"playfiAlbireo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/playfiAlbireo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBxB,CAAA"}
|
|
@@ -90,6 +90,7 @@ export declare const pyrope: {
|
|
|
90
90
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
91
91
|
blockHash: `0x${string}` | null;
|
|
92
92
|
blockNumber: bigint | null;
|
|
93
|
+
blockTimestamp?: bigint | undefined;
|
|
93
94
|
from: import("abitype").Address;
|
|
94
95
|
gas: bigint;
|
|
95
96
|
hash: import("../../index.js").Hash;
|
|
@@ -122,6 +123,7 @@ export declare const pyrope: {
|
|
|
122
123
|
value: bigint;
|
|
123
124
|
blockHash: `0x${string}` | null;
|
|
124
125
|
blockNumber: bigint | null;
|
|
126
|
+
blockTimestamp?: bigint | undefined;
|
|
125
127
|
hash: import("../../index.js").Hash;
|
|
126
128
|
input: import("../../index.js").Hex;
|
|
127
129
|
transactionIndex: number | null;
|
|
@@ -142,6 +144,7 @@ export declare const pyrope: {
|
|
|
142
144
|
} | {
|
|
143
145
|
blockHash: `0x${string}` | null;
|
|
144
146
|
blockNumber: bigint | null;
|
|
147
|
+
blockTimestamp?: bigint | undefined;
|
|
145
148
|
from: import("abitype").Address;
|
|
146
149
|
gas: bigint;
|
|
147
150
|
hash: import("../../index.js").Hash;
|
|
@@ -170,6 +173,7 @@ export declare const pyrope: {
|
|
|
170
173
|
} | {
|
|
171
174
|
blockHash: `0x${string}` | null;
|
|
172
175
|
blockNumber: bigint | null;
|
|
176
|
+
blockTimestamp?: bigint | undefined;
|
|
173
177
|
from: import("abitype").Address;
|
|
174
178
|
gas: bigint;
|
|
175
179
|
hash: import("../../index.js").Hash;
|
|
@@ -198,6 +202,7 @@ export declare const pyrope: {
|
|
|
198
202
|
} | {
|
|
199
203
|
blockHash: `0x${string}` | null;
|
|
200
204
|
blockNumber: bigint | null;
|
|
205
|
+
blockTimestamp?: bigint | undefined;
|
|
201
206
|
from: import("abitype").Address;
|
|
202
207
|
gas: bigint;
|
|
203
208
|
hash: import("../../index.js").Hash;
|
|
@@ -226,6 +231,7 @@ export declare const pyrope: {
|
|
|
226
231
|
} | {
|
|
227
232
|
blockHash: `0x${string}` | null;
|
|
228
233
|
blockNumber: bigint | null;
|
|
234
|
+
blockTimestamp?: bigint | undefined;
|
|
229
235
|
from: import("abitype").Address;
|
|
230
236
|
gas: bigint;
|
|
231
237
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pyrope.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pyrope.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"pyrope.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pyrope.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BjB,CAAA"}
|
|
@@ -106,6 +106,7 @@ export declare const redstone: {
|
|
|
106
106
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
107
107
|
blockHash: `0x${string}` | null;
|
|
108
108
|
blockNumber: bigint | null;
|
|
109
|
+
blockTimestamp?: bigint | undefined;
|
|
109
110
|
from: import("abitype").Address;
|
|
110
111
|
gas: bigint;
|
|
111
112
|
hash: import("../../index.js").Hash;
|
|
@@ -138,6 +139,7 @@ export declare const redstone: {
|
|
|
138
139
|
value: bigint;
|
|
139
140
|
blockHash: `0x${string}` | null;
|
|
140
141
|
blockNumber: bigint | null;
|
|
142
|
+
blockTimestamp?: bigint | undefined;
|
|
141
143
|
hash: import("../../index.js").Hash;
|
|
142
144
|
input: import("../../index.js").Hex;
|
|
143
145
|
transactionIndex: number | null;
|
|
@@ -158,6 +160,7 @@ export declare const redstone: {
|
|
|
158
160
|
} | {
|
|
159
161
|
blockHash: `0x${string}` | null;
|
|
160
162
|
blockNumber: bigint | null;
|
|
163
|
+
blockTimestamp?: bigint | undefined;
|
|
161
164
|
from: import("abitype").Address;
|
|
162
165
|
gas: bigint;
|
|
163
166
|
hash: import("../../index.js").Hash;
|
|
@@ -186,6 +189,7 @@ export declare const redstone: {
|
|
|
186
189
|
} | {
|
|
187
190
|
blockHash: `0x${string}` | null;
|
|
188
191
|
blockNumber: bigint | null;
|
|
192
|
+
blockTimestamp?: bigint | undefined;
|
|
189
193
|
from: import("abitype").Address;
|
|
190
194
|
gas: bigint;
|
|
191
195
|
hash: import("../../index.js").Hash;
|
|
@@ -214,6 +218,7 @@ export declare const redstone: {
|
|
|
214
218
|
} | {
|
|
215
219
|
blockHash: `0x${string}` | null;
|
|
216
220
|
blockNumber: bigint | null;
|
|
221
|
+
blockTimestamp?: bigint | undefined;
|
|
217
222
|
from: import("abitype").Address;
|
|
218
223
|
gas: bigint;
|
|
219
224
|
hash: import("../../index.js").Hash;
|
|
@@ -242,6 +247,7 @@ export declare const redstone: {
|
|
|
242
247
|
} | {
|
|
243
248
|
blockHash: `0x${string}` | null;
|
|
244
249
|
blockNumber: bigint | null;
|
|
250
|
+
blockTimestamp?: bigint | undefined;
|
|
245
251
|
from: import("abitype").Address;
|
|
246
252
|
gas: bigint;
|
|
247
253
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redstone.d.ts","sourceRoot":"","sources":["../../../chains/definitions/redstone.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"redstone.d.ts","sourceRoot":"","sources":["../../../chains/definitions/redstone.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CnB,CAAA"}
|
|
@@ -105,6 +105,7 @@ export declare const rss3: {
|
|
|
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 rss3: {
|
|
|
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 rss3: {
|
|
|
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 rss3: {
|
|
|
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 rss3: {
|
|
|
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 rss3: {
|
|
|
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":"rss3.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"rss3.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCf,CAAA"}
|
|
@@ -105,6 +105,7 @@ export declare const rss3Sepolia: {
|
|
|
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 rss3Sepolia: {
|
|
|
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 rss3Sepolia: {
|
|
|
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 rss3Sepolia: {
|
|
|
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 rss3Sepolia: {
|
|
|
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 rss3Sepolia: {
|
|
|
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":"rss3Sepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3Sepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"rss3Sepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3Sepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CtB,CAAA"}
|
|
@@ -107,6 +107,7 @@ export declare const shape: {
|
|
|
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 shape: {
|
|
|
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 shape: {
|
|
|
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 shape: {
|
|
|
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 shape: {
|
|
|
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 shape: {
|
|
|
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":"shape.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shape.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shape.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2ChB,CAAA"}
|
|
@@ -89,6 +89,7 @@ export declare const shapeSepolia: {
|
|
|
89
89
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
90
90
|
blockHash: `0x${string}` | null;
|
|
91
91
|
blockNumber: bigint | null;
|
|
92
|
+
blockTimestamp?: bigint | undefined;
|
|
92
93
|
from: import("abitype").Address;
|
|
93
94
|
gas: bigint;
|
|
94
95
|
hash: import("../../index.js").Hash;
|
|
@@ -121,6 +122,7 @@ export declare const shapeSepolia: {
|
|
|
121
122
|
value: bigint;
|
|
122
123
|
blockHash: `0x${string}` | null;
|
|
123
124
|
blockNumber: bigint | null;
|
|
125
|
+
blockTimestamp?: bigint | undefined;
|
|
124
126
|
hash: import("../../index.js").Hash;
|
|
125
127
|
input: import("../../index.js").Hex;
|
|
126
128
|
transactionIndex: number | null;
|
|
@@ -141,6 +143,7 @@ export declare const shapeSepolia: {
|
|
|
141
143
|
} | {
|
|
142
144
|
blockHash: `0x${string}` | null;
|
|
143
145
|
blockNumber: bigint | null;
|
|
146
|
+
blockTimestamp?: bigint | undefined;
|
|
144
147
|
from: import("abitype").Address;
|
|
145
148
|
gas: bigint;
|
|
146
149
|
hash: import("../../index.js").Hash;
|
|
@@ -169,6 +172,7 @@ export declare const shapeSepolia: {
|
|
|
169
172
|
} | {
|
|
170
173
|
blockHash: `0x${string}` | null;
|
|
171
174
|
blockNumber: bigint | null;
|
|
175
|
+
blockTimestamp?: bigint | undefined;
|
|
172
176
|
from: import("abitype").Address;
|
|
173
177
|
gas: bigint;
|
|
174
178
|
hash: import("../../index.js").Hash;
|
|
@@ -197,6 +201,7 @@ export declare const shapeSepolia: {
|
|
|
197
201
|
} | {
|
|
198
202
|
blockHash: `0x${string}` | null;
|
|
199
203
|
blockNumber: bigint | null;
|
|
204
|
+
blockTimestamp?: bigint | undefined;
|
|
200
205
|
from: import("abitype").Address;
|
|
201
206
|
gas: bigint;
|
|
202
207
|
hash: import("../../index.js").Hash;
|
|
@@ -225,6 +230,7 @@ export declare const shapeSepolia: {
|
|
|
225
230
|
} | {
|
|
226
231
|
blockHash: `0x${string}` | null;
|
|
227
232
|
blockNumber: bigint | null;
|
|
233
|
+
blockTimestamp?: bigint | undefined;
|
|
228
234
|
from: import("abitype").Address;
|
|
229
235
|
gas: bigint;
|
|
230
236
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shapeSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shapeSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"shapeSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shapeSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BvB,CAAA"}
|
|
@@ -108,6 +108,7 @@ export declare const snax: {
|
|
|
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 snax: {
|
|
|
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 snax: {
|
|
|
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 snax: {
|
|
|
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 snax: {
|
|
|
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 snax: {
|
|
|
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;
|