viem 2.48.3 → 2.48.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/_cjs/errors/utils.js +13 -1
- package/_cjs/errors/utils.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/tempo/Addresses.js +2 -1
- package/_cjs/tempo/Addresses.js.map +1 -1
- package/_cjs/tempo/Decorator.js +7 -0
- package/_cjs/tempo/Decorator.js.map +1 -1
- package/_cjs/tempo/Formatters.js +4 -0
- package/_cjs/tempo/Formatters.js.map +1 -1
- package/_cjs/tempo/actions/accessKey.js.map +1 -1
- package/_cjs/tempo/actions/index.js +2 -1
- package/_cjs/tempo/actions/index.js.map +1 -1
- package/_cjs/tempo/actions/virtualAddress.js +95 -0
- package/_cjs/tempo/actions/virtualAddress.js.map +1 -0
- package/_cjs/tempo/index.js +3 -1
- package/_cjs/tempo/index.js.map +1 -1
- package/_cjs/tempo/zones/zone.js +16 -2
- package/_cjs/tempo/zones/zone.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +3 -0
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_esm/errors/utils.js +18 -1
- package/_esm/errors/utils.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/tempo/Addresses.js +1 -0
- package/_esm/tempo/Addresses.js.map +1 -1
- package/_esm/tempo/Decorator.js +7 -0
- package/_esm/tempo/Decorator.js.map +1 -1
- package/_esm/tempo/Formatters.js +5 -0
- package/_esm/tempo/Formatters.js.map +1 -1
- package/_esm/tempo/actions/accessKey.js +14 -12
- package/_esm/tempo/actions/accessKey.js.map +1 -1
- package/_esm/tempo/actions/amm.js +14 -14
- package/_esm/tempo/actions/dex.js +34 -34
- package/_esm/tempo/actions/faucet.js +2 -2
- package/_esm/tempo/actions/fee.js +10 -10
- package/_esm/tempo/actions/index.js +1 -0
- package/_esm/tempo/actions/index.js.map +1 -1
- package/_esm/tempo/actions/nonce.js +2 -2
- package/_esm/tempo/actions/policy.js +18 -18
- package/_esm/tempo/actions/reward.js +14 -14
- package/_esm/tempo/actions/token.js +61 -61
- package/_esm/tempo/actions/validator.js +27 -27
- package/_esm/tempo/actions/virtualAddress.js +228 -0
- package/_esm/tempo/actions/virtualAddress.js.map +1 -0
- package/_esm/tempo/index.js +1 -1
- package/_esm/tempo/index.js.map +1 -1
- package/_esm/tempo/zones/zone.js +16 -2
- package/_esm/tempo/zones/zone.js.map +1 -1
- package/_esm/utils/formatters/transaction.js +3 -0
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_types/celo/chainConfig.d.ts +16 -0
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +8 -0
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/abstract.d.ts +8 -1
- package/_types/chains/definitions/abstract.d.ts.map +1 -1
- package/_types/chains/definitions/abstractTestnet.d.ts +8 -1
- package/_types/chains/definitions/abstractTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +6 -0
- package/_types/chains/definitions/ancient8.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8Sepolia.d.ts +6 -0
- package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +12 -0
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +6 -0
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +12 -0
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts +8 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/blast.d.ts +6 -0
- package/_types/chains/definitions/blast.d.ts.map +1 -1
- package/_types/chains/definitions/bob.d.ts +6 -0
- package/_types/chains/definitions/bob.d.ts.map +1 -1
- package/_types/chains/definitions/bobSepolia.d.ts +6 -0
- package/_types/chains/definitions/bobSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/celo.d.ts +16 -0
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +16 -0
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/celoSepolia.d.ts +16 -0
- package/_types/chains/definitions/celoSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/codex.d.ts +6 -0
- package/_types/chains/definitions/codex.d.ts.map +1 -1
- package/_types/chains/definitions/codexTestnet.d.ts +6 -0
- package/_types/chains/definitions/codexTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/dchain.d.ts +6 -0
- package/_types/chains/definitions/dchain.d.ts.map +1 -1
- package/_types/chains/definitions/dchainTestnet.d.ts +6 -0
- package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/elysiumTestnet.d.ts +6 -0
- package/_types/chains/definitions/elysiumTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +6 -0
- package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtalTestnet.d.ts +6 -0
- package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/funkiMainnet.d.ts +6 -0
- package/_types/chains/definitions/funkiMainnet.d.ts.map +1 -1
- package/_types/chains/definitions/funkiSepolia.d.ts +6 -0
- package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/garnet.d.ts +6 -0
- package/_types/chains/definitions/garnet.d.ts.map +1 -1
- package/_types/chains/definitions/giwaSepolia.d.ts +12 -0
- package/_types/chains/definitions/giwaSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/ink.d.ts +6 -0
- package/_types/chains/definitions/ink.d.ts.map +1 -1
- package/_types/chains/definitions/inkSepolia.d.ts +6 -0
- package/_types/chains/definitions/inkSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/lisk.d.ts +6 -0
- package/_types/chains/definitions/lisk.d.ts.map +1 -1
- package/_types/chains/definitions/liskSepolia.d.ts +6 -0
- package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/megaeth.d.ts +6 -0
- package/_types/chains/definitions/megaeth.d.ts.map +1 -1
- package/_types/chains/definitions/metalL2.d.ts +6 -0
- package/_types/chains/definitions/metalL2.d.ts.map +1 -1
- package/_types/chains/definitions/mode.d.ts +6 -0
- package/_types/chains/definitions/mode.d.ts.map +1 -1
- package/_types/chains/definitions/modeTestnet.d.ts +6 -0
- package/_types/chains/definitions/modeTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/optimism.d.ts +6 -0
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +6 -0
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +6 -0
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/pgn.d.ts +6 -0
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +6 -0
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/playfiAlbireo.d.ts +8 -1
- package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
- package/_types/chains/definitions/pyrope.d.ts +6 -0
- package/_types/chains/definitions/pyrope.d.ts.map +1 -1
- package/_types/chains/definitions/redstone.d.ts +6 -0
- package/_types/chains/definitions/redstone.d.ts.map +1 -1
- package/_types/chains/definitions/rss3.d.ts +6 -0
- package/_types/chains/definitions/rss3.d.ts.map +1 -1
- package/_types/chains/definitions/rss3Sepolia.d.ts +6 -0
- package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
- package/_types/chains/definitions/shape.d.ts +6 -0
- package/_types/chains/definitions/shape.d.ts.map +1 -1
- package/_types/chains/definitions/shapeSepolia.d.ts +6 -0
- package/_types/chains/definitions/shapeSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/snax.d.ts +6 -0
- package/_types/chains/definitions/snax.d.ts.map +1 -1
- package/_types/chains/definitions/snaxTestnet.d.ts +6 -0
- package/_types/chains/definitions/snaxTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/soneium.d.ts +6 -0
- package/_types/chains/definitions/soneium.d.ts.map +1 -1
- package/_types/chains/definitions/soneiumMinato.d.ts +6 -0
- package/_types/chains/definitions/soneiumMinato.d.ts.map +1 -1
- package/_types/chains/definitions/sophon.d.ts +8 -1
- package/_types/chains/definitions/sophon.d.ts.map +1 -1
- package/_types/chains/definitions/sophonTestnet.d.ts +8 -1
- package/_types/chains/definitions/sophonTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/superseed.d.ts +6 -0
- package/_types/chains/definitions/superseed.d.ts.map +1 -1
- package/_types/chains/definitions/superseedSepolia.d.ts +6 -0
- package/_types/chains/definitions/superseedSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/swellchain.d.ts +6 -0
- package/_types/chains/definitions/swellchain.d.ts.map +1 -1
- package/_types/chains/definitions/swellchainTestnet.d.ts +6 -0
- package/_types/chains/definitions/swellchainTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempo.d.ts +12 -0
- package/_types/chains/definitions/tempo.d.ts.map +1 -1
- package/_types/chains/definitions/tempoDevnet.d.ts +12 -0
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +12 -0
- package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoModerato.d.ts +12 -0
- package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
- package/_types/chains/definitions/treasure.d.ts +8 -1
- package/_types/chains/definitions/treasure.d.ts.map +1 -1
- package/_types/chains/definitions/treasureTopaz.d.ts +8 -1
- package/_types/chains/definitions/treasureTopaz.d.ts.map +1 -1
- package/_types/chains/definitions/unichain.d.ts +6 -0
- package/_types/chains/definitions/unichain.d.ts.map +1 -1
- package/_types/chains/definitions/unichainSepolia.d.ts +6 -0
- package/_types/chains/definitions/unichainSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/worldchain.d.ts +6 -0
- package/_types/chains/definitions/worldchain.d.ts.map +1 -1
- package/_types/chains/definitions/worldchainSepolia.d.ts +6 -0
- package/_types/chains/definitions/worldchainSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zircuit.d.ts +6 -0
- package/_types/chains/definitions/zircuit.d.ts.map +1 -1
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +6 -0
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zksync.d.ts +8 -1
- package/_types/chains/definitions/zksync.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts +8 -1
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncLocalNode.d.ts +8 -1
- package/_types/chains/definitions/zksyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +8 -1
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +6 -0
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +6 -0
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +6 -0
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/errors/utils.d.ts +5 -0
- package/_types/errors/utils.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +6 -0
- package/_types/op-stack/chainConfig.d.ts.map +1 -1
- package/_types/op-stack/formatters.d.ts +6 -0
- package/_types/op-stack/formatters.d.ts.map +1 -1
- package/_types/tempo/Addresses.d.ts +1 -0
- package/_types/tempo/Addresses.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +101 -1
- package/_types/tempo/Decorator.d.ts.map +1 -1
- package/_types/tempo/Formatters.d.ts.map +1 -1
- package/_types/tempo/actions/accessKey.d.ts +14 -12
- package/_types/tempo/actions/accessKey.d.ts.map +1 -1
- package/_types/tempo/actions/amm.d.ts +14 -14
- package/_types/tempo/actions/dex.d.ts +34 -34
- package/_types/tempo/actions/faucet.d.ts +2 -2
- package/_types/tempo/actions/fee.d.ts +10 -10
- package/_types/tempo/actions/index.d.ts +1 -0
- package/_types/tempo/actions/index.d.ts.map +1 -1
- package/_types/tempo/actions/nonce.d.ts +2 -2
- package/_types/tempo/actions/policy.d.ts +18 -18
- package/_types/tempo/actions/reward.d.ts +14 -14
- package/_types/tempo/actions/token.d.ts +61 -61
- package/_types/tempo/actions/validator.d.ts +27 -27
- package/_types/tempo/actions/virtualAddress.d.ts +350 -0
- package/_types/tempo/actions/virtualAddress.d.ts.map +1 -0
- package/_types/tempo/chainConfig.d.ts +6 -0
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/index.d.ts +1 -1
- package/_types/tempo/index.d.ts.map +1 -1
- package/_types/tempo/zones/zone.d.ts +48 -12
- package/_types/tempo/zones/zone.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +3 -1
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +8 -1
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +8 -1
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/errors/utils.ts +17 -1
- package/errors/version.ts +1 -1
- package/package.json +2 -2
- package/tempo/Addresses.ts +1 -0
- package/tempo/Decorator.ts +125 -1
- package/tempo/Formatters.ts +6 -0
- package/tempo/actions/accessKey.ts +14 -12
- package/tempo/actions/amm.ts +14 -14
- package/tempo/actions/dex.ts +34 -34
- package/tempo/actions/faucet.ts +2 -2
- package/tempo/actions/fee.ts +10 -10
- package/tempo/actions/index.ts +1 -0
- package/tempo/actions/nonce.ts +2 -2
- package/tempo/actions/policy.ts +18 -18
- package/tempo/actions/reward.ts +14 -14
- package/tempo/actions/token.ts +61 -61
- package/tempo/actions/validator.ts +27 -27
- package/tempo/actions/virtualAddress.ts +337 -0
- package/tempo/index.ts +8 -1
- package/tempo/zones/zone.ts +23 -2
- package/types/transaction.ts +3 -1
- package/utils/formatters/transaction.ts +3 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snax.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snax.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"snax.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snax.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Cf,CAAA"}
|
|
@@ -108,6 +108,7 @@ export declare const snaxTestnet: {
|
|
|
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 snaxTestnet: {
|
|
|
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 snaxTestnet: {
|
|
|
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 snaxTestnet: {
|
|
|
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 snaxTestnet: {
|
|
|
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 snaxTestnet: {
|
|
|
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":"snaxTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snaxTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"snaxTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snaxTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CtB,CAAA"}
|
|
@@ -111,6 +111,7 @@ export declare const soneium: {
|
|
|
111
111
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
112
112
|
blockHash: `0x${string}` | null;
|
|
113
113
|
blockNumber: bigint | null;
|
|
114
|
+
blockTimestamp?: bigint | undefined;
|
|
114
115
|
from: import("abitype").Address;
|
|
115
116
|
gas: bigint;
|
|
116
117
|
hash: import("../../index.js").Hash;
|
|
@@ -143,6 +144,7 @@ export declare const soneium: {
|
|
|
143
144
|
value: bigint;
|
|
144
145
|
blockHash: `0x${string}` | null;
|
|
145
146
|
blockNumber: bigint | null;
|
|
147
|
+
blockTimestamp?: bigint | undefined;
|
|
146
148
|
hash: import("../../index.js").Hash;
|
|
147
149
|
input: import("../../index.js").Hex;
|
|
148
150
|
transactionIndex: number | null;
|
|
@@ -163,6 +165,7 @@ export declare const soneium: {
|
|
|
163
165
|
} | {
|
|
164
166
|
blockHash: `0x${string}` | null;
|
|
165
167
|
blockNumber: bigint | null;
|
|
168
|
+
blockTimestamp?: bigint | undefined;
|
|
166
169
|
from: import("abitype").Address;
|
|
167
170
|
gas: bigint;
|
|
168
171
|
hash: import("../../index.js").Hash;
|
|
@@ -191,6 +194,7 @@ export declare const soneium: {
|
|
|
191
194
|
} | {
|
|
192
195
|
blockHash: `0x${string}` | null;
|
|
193
196
|
blockNumber: bigint | null;
|
|
197
|
+
blockTimestamp?: bigint | undefined;
|
|
194
198
|
from: import("abitype").Address;
|
|
195
199
|
gas: bigint;
|
|
196
200
|
hash: import("../../index.js").Hash;
|
|
@@ -219,6 +223,7 @@ export declare const soneium: {
|
|
|
219
223
|
} | {
|
|
220
224
|
blockHash: `0x${string}` | null;
|
|
221
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
222
227
|
from: import("abitype").Address;
|
|
223
228
|
gas: bigint;
|
|
224
229
|
hash: import("../../index.js").Hash;
|
|
@@ -247,6 +252,7 @@ export declare const soneium: {
|
|
|
247
252
|
} | {
|
|
248
253
|
blockHash: `0x${string}` | null;
|
|
249
254
|
blockNumber: bigint | null;
|
|
255
|
+
blockTimestamp?: bigint | undefined;
|
|
250
256
|
from: import("abitype").Address;
|
|
251
257
|
gas: bigint;
|
|
252
258
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"soneium.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneium.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"soneium.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneium.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+ClB,CAAA"}
|
|
@@ -111,6 +111,7 @@ export declare const soneiumMinato: {
|
|
|
111
111
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
112
112
|
blockHash: `0x${string}` | null;
|
|
113
113
|
blockNumber: bigint | null;
|
|
114
|
+
blockTimestamp?: bigint | undefined;
|
|
114
115
|
from: import("abitype").Address;
|
|
115
116
|
gas: bigint;
|
|
116
117
|
hash: import("../../index.js").Hash;
|
|
@@ -143,6 +144,7 @@ export declare const soneiumMinato: {
|
|
|
143
144
|
value: bigint;
|
|
144
145
|
blockHash: `0x${string}` | null;
|
|
145
146
|
blockNumber: bigint | null;
|
|
147
|
+
blockTimestamp?: bigint | undefined;
|
|
146
148
|
hash: import("../../index.js").Hash;
|
|
147
149
|
input: import("../../index.js").Hex;
|
|
148
150
|
transactionIndex: number | null;
|
|
@@ -163,6 +165,7 @@ export declare const soneiumMinato: {
|
|
|
163
165
|
} | {
|
|
164
166
|
blockHash: `0x${string}` | null;
|
|
165
167
|
blockNumber: bigint | null;
|
|
168
|
+
blockTimestamp?: bigint | undefined;
|
|
166
169
|
from: import("abitype").Address;
|
|
167
170
|
gas: bigint;
|
|
168
171
|
hash: import("../../index.js").Hash;
|
|
@@ -191,6 +194,7 @@ export declare const soneiumMinato: {
|
|
|
191
194
|
} | {
|
|
192
195
|
blockHash: `0x${string}` | null;
|
|
193
196
|
blockNumber: bigint | null;
|
|
197
|
+
blockTimestamp?: bigint | undefined;
|
|
194
198
|
from: import("abitype").Address;
|
|
195
199
|
gas: bigint;
|
|
196
200
|
hash: import("../../index.js").Hash;
|
|
@@ -219,6 +223,7 @@ export declare const soneiumMinato: {
|
|
|
219
223
|
} | {
|
|
220
224
|
blockHash: `0x${string}` | null;
|
|
221
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
222
227
|
from: import("abitype").Address;
|
|
223
228
|
gas: bigint;
|
|
224
229
|
hash: import("../../index.js").Hash;
|
|
@@ -247,6 +252,7 @@ export declare const soneiumMinato: {
|
|
|
247
252
|
} | {
|
|
248
253
|
blockHash: `0x${string}` | null;
|
|
249
254
|
blockNumber: bigint | null;
|
|
255
|
+
blockTimestamp?: bigint | undefined;
|
|
250
256
|
from: import("abitype").Address;
|
|
251
257
|
gas: bigint;
|
|
252
258
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"soneiumMinato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneiumMinato.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"soneiumMinato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneiumMinato.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDxB,CAAA"}
|
|
@@ -83,6 +83,7 @@ export declare const sophon: {
|
|
|
83
83
|
value: bigint;
|
|
84
84
|
blockHash: `0x${string}` | null;
|
|
85
85
|
blockNumber: bigint | null;
|
|
86
|
+
blockTimestamp?: bigint | undefined;
|
|
86
87
|
hash: import("../../index.js").Hash;
|
|
87
88
|
input: import("../../index.js").Hex;
|
|
88
89
|
transactionIndex: number | null;
|
|
@@ -102,6 +103,7 @@ export declare const sophon: {
|
|
|
102
103
|
} | {
|
|
103
104
|
blockHash: `0x${string}` | null;
|
|
104
105
|
blockNumber: bigint | null;
|
|
106
|
+
blockTimestamp?: bigint | undefined;
|
|
105
107
|
from: import("abitype").Address;
|
|
106
108
|
gas: bigint;
|
|
107
109
|
hash: import("../../index.js").Hash;
|
|
@@ -129,6 +131,7 @@ export declare const sophon: {
|
|
|
129
131
|
} | {
|
|
130
132
|
blockHash: `0x${string}` | null;
|
|
131
133
|
blockNumber: bigint | null;
|
|
134
|
+
blockTimestamp?: bigint | undefined;
|
|
132
135
|
from: import("abitype").Address;
|
|
133
136
|
gas: bigint;
|
|
134
137
|
hash: import("../../index.js").Hash;
|
|
@@ -156,6 +159,7 @@ export declare const sophon: {
|
|
|
156
159
|
} | {
|
|
157
160
|
blockHash: `0x${string}` | null;
|
|
158
161
|
blockNumber: bigint | null;
|
|
162
|
+
blockTimestamp?: bigint | undefined;
|
|
159
163
|
from: import("abitype").Address;
|
|
160
164
|
gas: bigint;
|
|
161
165
|
hash: import("../../index.js").Hash;
|
|
@@ -183,6 +187,7 @@ export declare const sophon: {
|
|
|
183
187
|
} | {
|
|
184
188
|
blockHash: `0x${string}` | null;
|
|
185
189
|
blockNumber: bigint | null;
|
|
190
|
+
blockTimestamp?: bigint | undefined;
|
|
186
191
|
from: import("abitype").Address;
|
|
187
192
|
gas: bigint;
|
|
188
193
|
hash: import("../../index.js").Hash;
|
|
@@ -210,6 +215,7 @@ export declare const sophon: {
|
|
|
210
215
|
} | {
|
|
211
216
|
blockHash: `0x${string}` | null;
|
|
212
217
|
blockNumber: bigint | null;
|
|
218
|
+
blockTimestamp?: bigint | undefined;
|
|
213
219
|
from: import("abitype").Address;
|
|
214
220
|
gas: bigint;
|
|
215
221
|
hash: import("../../index.js").Hash;
|
|
@@ -233,6 +239,7 @@ export declare const sophon: {
|
|
|
233
239
|
} | {
|
|
234
240
|
blockHash: `0x${string}` | null;
|
|
235
241
|
blockNumber: bigint | null;
|
|
242
|
+
blockTimestamp?: bigint | undefined;
|
|
236
243
|
from: import("abitype").Address;
|
|
237
244
|
gas: bigint;
|
|
238
245
|
hash: import("../../index.js").Hash;
|
|
@@ -265,9 +272,9 @@ export declare const sophon: {
|
|
|
265
272
|
from: import("abitype").Address;
|
|
266
273
|
blockHash: import("../../index.js").Hash;
|
|
267
274
|
blockNumber: bigint;
|
|
275
|
+
blockTimestamp?: bigint | undefined;
|
|
268
276
|
transactionIndex: number;
|
|
269
277
|
status: "success" | "reverted";
|
|
270
|
-
blockTimestamp?: bigint | undefined;
|
|
271
278
|
transactionHash: import("../../index.js").Hash;
|
|
272
279
|
logsBloom: import("../../index.js").Hex;
|
|
273
280
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sophon.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophon.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"sophon.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophon.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BjB,CAAA"}
|
|
@@ -83,6 +83,7 @@ export declare const sophonTestnet: {
|
|
|
83
83
|
value: bigint;
|
|
84
84
|
blockHash: `0x${string}` | null;
|
|
85
85
|
blockNumber: bigint | null;
|
|
86
|
+
blockTimestamp?: bigint | undefined;
|
|
86
87
|
hash: import("../../index.js").Hash;
|
|
87
88
|
input: import("../../index.js").Hex;
|
|
88
89
|
transactionIndex: number | null;
|
|
@@ -102,6 +103,7 @@ export declare const sophonTestnet: {
|
|
|
102
103
|
} | {
|
|
103
104
|
blockHash: `0x${string}` | null;
|
|
104
105
|
blockNumber: bigint | null;
|
|
106
|
+
blockTimestamp?: bigint | undefined;
|
|
105
107
|
from: import("abitype").Address;
|
|
106
108
|
gas: bigint;
|
|
107
109
|
hash: import("../../index.js").Hash;
|
|
@@ -129,6 +131,7 @@ export declare const sophonTestnet: {
|
|
|
129
131
|
} | {
|
|
130
132
|
blockHash: `0x${string}` | null;
|
|
131
133
|
blockNumber: bigint | null;
|
|
134
|
+
blockTimestamp?: bigint | undefined;
|
|
132
135
|
from: import("abitype").Address;
|
|
133
136
|
gas: bigint;
|
|
134
137
|
hash: import("../../index.js").Hash;
|
|
@@ -156,6 +159,7 @@ export declare const sophonTestnet: {
|
|
|
156
159
|
} | {
|
|
157
160
|
blockHash: `0x${string}` | null;
|
|
158
161
|
blockNumber: bigint | null;
|
|
162
|
+
blockTimestamp?: bigint | undefined;
|
|
159
163
|
from: import("abitype").Address;
|
|
160
164
|
gas: bigint;
|
|
161
165
|
hash: import("../../index.js").Hash;
|
|
@@ -183,6 +187,7 @@ export declare const sophonTestnet: {
|
|
|
183
187
|
} | {
|
|
184
188
|
blockHash: `0x${string}` | null;
|
|
185
189
|
blockNumber: bigint | null;
|
|
190
|
+
blockTimestamp?: bigint | undefined;
|
|
186
191
|
from: import("abitype").Address;
|
|
187
192
|
gas: bigint;
|
|
188
193
|
hash: import("../../index.js").Hash;
|
|
@@ -210,6 +215,7 @@ export declare const sophonTestnet: {
|
|
|
210
215
|
} | {
|
|
211
216
|
blockHash: `0x${string}` | null;
|
|
212
217
|
blockNumber: bigint | null;
|
|
218
|
+
blockTimestamp?: bigint | undefined;
|
|
213
219
|
from: import("abitype").Address;
|
|
214
220
|
gas: bigint;
|
|
215
221
|
hash: import("../../index.js").Hash;
|
|
@@ -233,6 +239,7 @@ export declare const sophonTestnet: {
|
|
|
233
239
|
} | {
|
|
234
240
|
blockHash: `0x${string}` | null;
|
|
235
241
|
blockNumber: bigint | null;
|
|
242
|
+
blockTimestamp?: bigint | undefined;
|
|
236
243
|
from: import("abitype").Address;
|
|
237
244
|
gas: bigint;
|
|
238
245
|
hash: import("../../index.js").Hash;
|
|
@@ -265,9 +272,9 @@ export declare const sophonTestnet: {
|
|
|
265
272
|
from: import("abitype").Address;
|
|
266
273
|
blockHash: import("../../index.js").Hash;
|
|
267
274
|
blockNumber: bigint;
|
|
275
|
+
blockTimestamp?: bigint | undefined;
|
|
268
276
|
transactionIndex: number;
|
|
269
277
|
status: "success" | "reverted";
|
|
270
|
-
blockTimestamp?: bigint | undefined;
|
|
271
278
|
transactionHash: import("../../index.js").Hash;
|
|
272
279
|
logsBloom: import("../../index.js").Hex;
|
|
273
280
|
blobGasUsed?: bigint | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sophonTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophonTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"sophonTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophonTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BxB,CAAA"}
|
|
@@ -112,6 +112,7 @@ export declare const superseed: {
|
|
|
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 superseed: {
|
|
|
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 superseed: {
|
|
|
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 superseed: {
|
|
|
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 superseed: {
|
|
|
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 superseed: {
|
|
|
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":"superseed.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseed.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"superseed.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseed.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDpB,CAAA"}
|
|
@@ -100,6 +100,7 @@ export declare const superseedSepolia: {
|
|
|
100
100
|
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
101
101
|
blockHash: `0x${string}` | null;
|
|
102
102
|
blockNumber: bigint | null;
|
|
103
|
+
blockTimestamp?: bigint | undefined;
|
|
103
104
|
from: import("abitype").Address;
|
|
104
105
|
gas: bigint;
|
|
105
106
|
hash: import("../../index.js").Hash;
|
|
@@ -132,6 +133,7 @@ export declare const superseedSepolia: {
|
|
|
132
133
|
value: bigint;
|
|
133
134
|
blockHash: `0x${string}` | null;
|
|
134
135
|
blockNumber: bigint | null;
|
|
136
|
+
blockTimestamp?: bigint | undefined;
|
|
135
137
|
hash: import("../../index.js").Hash;
|
|
136
138
|
input: import("../../index.js").Hex;
|
|
137
139
|
transactionIndex: number | null;
|
|
@@ -152,6 +154,7 @@ export declare const superseedSepolia: {
|
|
|
152
154
|
} | {
|
|
153
155
|
blockHash: `0x${string}` | null;
|
|
154
156
|
blockNumber: bigint | null;
|
|
157
|
+
blockTimestamp?: bigint | undefined;
|
|
155
158
|
from: import("abitype").Address;
|
|
156
159
|
gas: bigint;
|
|
157
160
|
hash: import("../../index.js").Hash;
|
|
@@ -180,6 +183,7 @@ export declare const superseedSepolia: {
|
|
|
180
183
|
} | {
|
|
181
184
|
blockHash: `0x${string}` | null;
|
|
182
185
|
blockNumber: bigint | null;
|
|
186
|
+
blockTimestamp?: bigint | undefined;
|
|
183
187
|
from: import("abitype").Address;
|
|
184
188
|
gas: bigint;
|
|
185
189
|
hash: import("../../index.js").Hash;
|
|
@@ -208,6 +212,7 @@ export declare const superseedSepolia: {
|
|
|
208
212
|
} | {
|
|
209
213
|
blockHash: `0x${string}` | null;
|
|
210
214
|
blockNumber: bigint | null;
|
|
215
|
+
blockTimestamp?: bigint | undefined;
|
|
211
216
|
from: import("abitype").Address;
|
|
212
217
|
gas: bigint;
|
|
213
218
|
hash: import("../../index.js").Hash;
|
|
@@ -236,6 +241,7 @@ export declare const superseedSepolia: {
|
|
|
236
241
|
} | {
|
|
237
242
|
blockHash: `0x${string}` | null;
|
|
238
243
|
blockNumber: bigint | null;
|
|
244
|
+
blockTimestamp?: bigint | undefined;
|
|
239
245
|
from: import("abitype").Address;
|
|
240
246
|
gas: bigint;
|
|
241
247
|
hash: import("../../index.js").Hash;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"superseedSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseedSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"superseedSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/superseedSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC3B,CAAA"}
|
|
@@ -89,6 +89,7 @@ export declare const swellchain: {
|
|
|
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 swellchain: {
|
|
|
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 swellchain: {
|
|
|
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 swellchain: {
|
|
|
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 swellchain: {
|
|
|
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 swellchain: {
|
|
|
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":"swellchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchain.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"swellchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchain.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBrB,CAAA"}
|
|
@@ -89,6 +89,7 @@ export declare const swellchainTestnet: {
|
|
|
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 swellchainTestnet: {
|
|
|
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 swellchainTestnet: {
|
|
|
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 swellchainTestnet: {
|
|
|
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 swellchainTestnet: {
|
|
|
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 swellchainTestnet: {
|
|
|
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":"swellchainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"swellchainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/swellchainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyB5B,CAAA"}
|
|
@@ -52,6 +52,7 @@ export declare const tempo: {
|
|
|
52
52
|
value: bigint;
|
|
53
53
|
blockHash: `0x${string}` | null;
|
|
54
54
|
blockNumber: bigint | null;
|
|
55
|
+
blockTimestamp?: bigint | undefined;
|
|
55
56
|
hash: import("../../index.js").Hash;
|
|
56
57
|
input: import("../../index.js").Hex;
|
|
57
58
|
transactionIndex: number | null;
|
|
@@ -77,6 +78,7 @@ export declare const tempo: {
|
|
|
77
78
|
} | {
|
|
78
79
|
blockHash: `0x${string}` | null;
|
|
79
80
|
blockNumber: bigint | null;
|
|
81
|
+
blockTimestamp?: bigint | undefined;
|
|
80
82
|
from: import("abitype").Address;
|
|
81
83
|
gas: bigint;
|
|
82
84
|
hash: import("../../index.js").Hash;
|
|
@@ -110,6 +112,7 @@ export declare const tempo: {
|
|
|
110
112
|
} | {
|
|
111
113
|
blockHash: `0x${string}` | null;
|
|
112
114
|
blockNumber: bigint | null;
|
|
115
|
+
blockTimestamp?: bigint | undefined;
|
|
113
116
|
from: import("abitype").Address;
|
|
114
117
|
gas: bigint;
|
|
115
118
|
hash: import("../../index.js").Hash;
|
|
@@ -143,6 +146,7 @@ export declare const tempo: {
|
|
|
143
146
|
} | {
|
|
144
147
|
blockHash: `0x${string}` | null;
|
|
145
148
|
blockNumber: bigint | null;
|
|
149
|
+
blockTimestamp?: bigint | undefined;
|
|
146
150
|
from: import("abitype").Address;
|
|
147
151
|
gas: bigint;
|
|
148
152
|
hash: import("../../index.js").Hash;
|
|
@@ -176,6 +180,7 @@ export declare const tempo: {
|
|
|
176
180
|
} | {
|
|
177
181
|
blockHash: `0x${string}` | null;
|
|
178
182
|
blockNumber: bigint | null;
|
|
183
|
+
blockTimestamp?: bigint | undefined;
|
|
179
184
|
from: import("abitype").Address;
|
|
180
185
|
gas: bigint;
|
|
181
186
|
hash: import("../../index.js").Hash;
|
|
@@ -212,6 +217,7 @@ export declare const tempo: {
|
|
|
212
217
|
nonce: number;
|
|
213
218
|
blockHash: `0x${string}` | null;
|
|
214
219
|
blockNumber: bigint | null;
|
|
220
|
+
blockTimestamp?: bigint | undefined;
|
|
215
221
|
hash: import("../../index.js").Hash;
|
|
216
222
|
transactionIndex: number | null;
|
|
217
223
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -505,6 +511,7 @@ export declare const tempo: {
|
|
|
505
511
|
value: bigint;
|
|
506
512
|
blockHash: `0x${string}` | null;
|
|
507
513
|
blockNumber: bigint | null;
|
|
514
|
+
blockTimestamp?: bigint | undefined;
|
|
508
515
|
hash: import("../../index.js").Hash;
|
|
509
516
|
input: import("../../index.js").Hex;
|
|
510
517
|
transactionIndex: number | null;
|
|
@@ -530,6 +537,7 @@ export declare const tempo: {
|
|
|
530
537
|
} | {
|
|
531
538
|
blockHash: `0x${string}` | null;
|
|
532
539
|
blockNumber: bigint | null;
|
|
540
|
+
blockTimestamp?: bigint | undefined;
|
|
533
541
|
from: import("abitype").Address;
|
|
534
542
|
gas: bigint;
|
|
535
543
|
hash: import("../../index.js").Hash;
|
|
@@ -563,6 +571,7 @@ export declare const tempo: {
|
|
|
563
571
|
} | {
|
|
564
572
|
blockHash: `0x${string}` | null;
|
|
565
573
|
blockNumber: bigint | null;
|
|
574
|
+
blockTimestamp?: bigint | undefined;
|
|
566
575
|
from: import("abitype").Address;
|
|
567
576
|
gas: bigint;
|
|
568
577
|
hash: import("../../index.js").Hash;
|
|
@@ -596,6 +605,7 @@ export declare const tempo: {
|
|
|
596
605
|
} | {
|
|
597
606
|
blockHash: `0x${string}` | null;
|
|
598
607
|
blockNumber: bigint | null;
|
|
608
|
+
blockTimestamp?: bigint | undefined;
|
|
599
609
|
from: import("abitype").Address;
|
|
600
610
|
gas: bigint;
|
|
601
611
|
hash: import("../../index.js").Hash;
|
|
@@ -629,6 +639,7 @@ export declare const tempo: {
|
|
|
629
639
|
} | {
|
|
630
640
|
blockHash: `0x${string}` | null;
|
|
631
641
|
blockNumber: bigint | null;
|
|
642
|
+
blockTimestamp?: bigint | undefined;
|
|
632
643
|
from: import("abitype").Address;
|
|
633
644
|
gas: bigint;
|
|
634
645
|
hash: import("../../index.js").Hash;
|
|
@@ -665,6 +676,7 @@ export declare const tempo: {
|
|
|
665
676
|
nonce: number;
|
|
666
677
|
blockHash: `0x${string}` | null;
|
|
667
678
|
blockNumber: bigint | null;
|
|
679
|
+
blockTimestamp?: bigint | undefined;
|
|
668
680
|
hash: import("../../index.js").Hash;
|
|
669
681
|
transactionIndex: number | null;
|
|
670
682
|
typeHex: import("../../index.js").Hex | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBhB,CAAA"}
|