viem 2.21.16 → 2.21.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/_cjs/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js +2 -1
  3. package/_cjs/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  4. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js +2 -2
  5. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  6. package/_cjs/celo/chainConfig.js +2 -0
  7. package/_cjs/celo/chainConfig.js.map +1 -1
  8. package/_cjs/celo/fees.js +2 -1
  9. package/_cjs/celo/fees.js.map +1 -1
  10. package/_cjs/chains/definitions/assetChain.js +26 -0
  11. package/_cjs/chains/definitions/assetChain.js.map +1 -0
  12. package/_cjs/chains/definitions/celoAlfajores.js +29 -3
  13. package/_cjs/chains/definitions/celoAlfajores.js.map +1 -1
  14. package/_cjs/chains/definitions/hemiSepolia.js +27 -0
  15. package/_cjs/chains/definitions/hemiSepolia.js.map +1 -0
  16. package/_cjs/chains/definitions/kaia.js +2 -2
  17. package/_cjs/chains/definitions/kaia.js.map +1 -1
  18. package/_cjs/chains/definitions/kairos.js +2 -2
  19. package/_cjs/chains/definitions/kairos.js.map +1 -1
  20. package/_cjs/chains/definitions/lisk.js +18 -0
  21. package/_cjs/chains/definitions/lisk.js.map +1 -1
  22. package/_cjs/chains/definitions/mode.js +3 -0
  23. package/_cjs/chains/definitions/mode.js.map +1 -1
  24. package/_cjs/chains/definitions/soneiumMinato.js +31 -4
  25. package/_cjs/chains/definitions/soneiumMinato.js.map +1 -1
  26. package/_cjs/chains/definitions/zircuit.js +35 -0
  27. package/_cjs/chains/definitions/zircuit.js.map +1 -0
  28. package/_cjs/chains/definitions/zircuitTestnet.js +7 -3
  29. package/_cjs/chains/definitions/zircuitTestnet.js.map +1 -1
  30. package/_cjs/chains/index.js +14 -8
  31. package/_cjs/chains/index.js.map +1 -1
  32. package/_cjs/clients/createTestClient.js.map +1 -1
  33. package/_cjs/errors/version.js +1 -1
  34. package/_cjs/op-stack/chains.js +3 -1
  35. package/_cjs/op-stack/chains.js.map +1 -1
  36. package/_cjs/utils/abi/parseEventLogs.js +2 -2
  37. package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
  38. package/_esm/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js +2 -1
  39. package/_esm/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  40. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js +2 -2
  41. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  42. package/_esm/celo/chainConfig.js +2 -0
  43. package/_esm/celo/chainConfig.js.map +1 -1
  44. package/_esm/celo/fees.js +2 -1
  45. package/_esm/celo/fees.js.map +1 -1
  46. package/_esm/chains/definitions/assetChain.js +23 -0
  47. package/_esm/chains/definitions/assetChain.js.map +1 -0
  48. package/_esm/chains/definitions/celoAlfajores.js +30 -3
  49. package/_esm/chains/definitions/celoAlfajores.js.map +1 -1
  50. package/_esm/chains/definitions/hemiSepolia.js +24 -0
  51. package/_esm/chains/definitions/hemiSepolia.js.map +1 -0
  52. package/_esm/chains/definitions/kaia.js +2 -2
  53. package/_esm/chains/definitions/kaia.js.map +1 -1
  54. package/_esm/chains/definitions/kairos.js +2 -2
  55. package/_esm/chains/definitions/kairos.js.map +1 -1
  56. package/_esm/chains/definitions/lisk.js +18 -0
  57. package/_esm/chains/definitions/lisk.js.map +1 -1
  58. package/_esm/chains/definitions/mode.js +3 -0
  59. package/_esm/chains/definitions/mode.js.map +1 -1
  60. package/_esm/chains/definitions/soneiumMinato.js +32 -5
  61. package/_esm/chains/definitions/soneiumMinato.js.map +1 -1
  62. package/_esm/chains/definitions/zircuit.js +32 -0
  63. package/_esm/chains/definitions/zircuit.js.map +1 -0
  64. package/_esm/chains/definitions/zircuitTestnet.js +7 -3
  65. package/_esm/chains/definitions/zircuitTestnet.js.map +1 -1
  66. package/_esm/chains/index.js +3 -0
  67. package/_esm/chains/index.js.map +1 -1
  68. package/_esm/clients/createTestClient.js.map +1 -1
  69. package/_esm/errors/version.js +1 -1
  70. package/_esm/op-stack/chains.js +1 -0
  71. package/_esm/op-stack/chains.js.map +1 -1
  72. package/_esm/utils/abi/parseEventLogs.js +2 -2
  73. package/_esm/utils/abi/parseEventLogs.js.map +1 -1
  74. package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts.map +1 -1
  75. package/_types/celo/chainConfig.d.ts +20 -0
  76. package/_types/celo/chainConfig.d.ts.map +1 -1
  77. package/_types/celo/fees.d.ts.map +1 -1
  78. package/_types/chains/definitions/assetChain.d.ts +29 -0
  79. package/_types/chains/definitions/assetChain.d.ts.map +1 -0
  80. package/_types/chains/definitions/celoAlfajores.d.ts +45 -3
  81. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  82. package/_types/chains/definitions/hemiSepolia.d.ts +37 -0
  83. package/_types/chains/definitions/hemiSepolia.d.ts.map +1 -0
  84. package/_types/chains/definitions/kaia.d.ts +2 -2
  85. package/_types/chains/definitions/kairos.d.ts +2 -2
  86. package/_types/chains/definitions/lisk.d.ts +34 -1
  87. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  88. package/_types/chains/definitions/mode.d.ts +252 -2
  89. package/_types/chains/definitions/mode.d.ts.map +1 -1
  90. package/_types/chains/definitions/soneiumMinato.d.ts +279 -7
  91. package/_types/chains/definitions/soneiumMinato.d.ts.map +1 -1
  92. package/_types/chains/definitions/zircuit.d.ts +32 -0
  93. package/_types/chains/definitions/zircuit.d.ts.map +1 -0
  94. package/_types/chains/definitions/zircuitTestnet.d.ts +4 -4
  95. package/_types/chains/definitions/zircuitTestnet.d.ts.map +1 -1
  96. package/_types/chains/index.d.ts +3 -0
  97. package/_types/chains/index.d.ts.map +1 -1
  98. package/_types/clients/createTestClient.d.ts +3 -1
  99. package/_types/clients/createTestClient.d.ts.map +1 -1
  100. package/_types/errors/version.d.ts +1 -1
  101. package/_types/op-stack/chains.d.ts +1 -0
  102. package/_types/op-stack/chains.d.ts.map +1 -1
  103. package/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.ts +3 -1
  104. package/account-abstraction/actions/bundler/prepareUserOperation.ts +2 -2
  105. package/celo/chainConfig.ts +2 -0
  106. package/celo/fees.ts +4 -1
  107. package/chains/definitions/assetChain.ts +23 -0
  108. package/chains/definitions/celoAlfajores.ts +31 -3
  109. package/chains/definitions/hemiSepolia.ts +24 -0
  110. package/chains/definitions/kaia.ts +2 -2
  111. package/chains/definitions/kairos.ts +2 -2
  112. package/chains/definitions/lisk.ts +19 -0
  113. package/chains/definitions/mode.ts +3 -0
  114. package/chains/definitions/soneiumMinato.ts +33 -5
  115. package/chains/definitions/zircuit.ts +32 -0
  116. package/chains/definitions/zircuitTestnet.ts +7 -3
  117. package/chains/index.ts +3 -0
  118. package/clients/createTestClient.ts +3 -1
  119. package/errors/version.ts +1 -1
  120. package/op-stack/chains.ts +1 -0
  121. package/package.json +1 -1
  122. package/utils/abi/parseEventLogs.ts +2 -2
@@ -10,6 +10,39 @@ export declare const lisk: {
10
10
  readonly multicall3: {
11
11
  readonly address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
12
12
  };
13
+ readonly l2OutputOracle: {
14
+ readonly 1: {
15
+ readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
16
+ };
17
+ };
18
+ readonly portal: {
19
+ readonly 1: {
20
+ readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
21
+ };
22
+ };
23
+ readonly l1StandardBridge: {
24
+ readonly 1: {
25
+ readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
26
+ };
27
+ };
28
+ readonly gasPriceOracle: {
29
+ readonly address: "0x420000000000000000000000000000000000000F";
30
+ };
31
+ readonly l1Block: {
32
+ readonly address: "0x4200000000000000000000000000000000000015";
33
+ };
34
+ readonly l2CrossDomainMessenger: {
35
+ readonly address: "0x4200000000000000000000000000000000000007";
36
+ };
37
+ readonly l2Erc721Bridge: {
38
+ readonly address: "0x4200000000000000000000000000000000000014";
39
+ };
40
+ readonly l2StandardBridge: {
41
+ readonly address: "0x4200000000000000000000000000000000000010";
42
+ };
43
+ readonly l2ToL1MessagePasser: {
44
+ readonly address: "0x4200000000000000000000000000000000000016";
45
+ };
13
46
  };
14
47
  id: 1135;
15
48
  name: "Lisk";
@@ -23,7 +56,7 @@ export declare const lisk: {
23
56
  readonly http: readonly ["https://rpc.api.lisk.com"];
24
57
  };
25
58
  };
26
- sourceId?: number | undefined;
59
+ sourceId: 1;
27
60
  testnet?: boolean | undefined;
28
61
  custom?: Record<string, unknown> | undefined;
29
62
  fees?: import("../../index.js").ChainFees<undefined> | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"lisk.d.ts","sourceRoot":"","sources":["../../../chains/definitions/lisk.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Bf,CAAA"}
1
+ {"version":3,"file":"lisk.d.ts","sourceRoot":"","sources":["../../../chains/definitions/lisk.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Cf,CAAA"}
@@ -25,6 +25,24 @@ export declare const mode: {
25
25
  readonly address: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21";
26
26
  };
27
27
  };
28
+ readonly gasPriceOracle: {
29
+ readonly address: "0x420000000000000000000000000000000000000F";
30
+ };
31
+ readonly l1Block: {
32
+ readonly address: "0x4200000000000000000000000000000000000015";
33
+ };
34
+ readonly l2CrossDomainMessenger: {
35
+ readonly address: "0x4200000000000000000000000000000000000007";
36
+ };
37
+ readonly l2Erc721Bridge: {
38
+ readonly address: "0x4200000000000000000000000000000000000014";
39
+ };
40
+ readonly l2StandardBridge: {
41
+ readonly address: "0x4200000000000000000000000000000000000010";
42
+ };
43
+ readonly l2ToL1MessagePasser: {
44
+ readonly address: "0x4200000000000000000000000000000000000016";
45
+ };
28
46
  };
29
47
  id: 34443;
30
48
  name: "Mode Mainnet";
@@ -42,7 +60,239 @@ export declare const mode: {
42
60
  testnet?: boolean | undefined;
43
61
  custom?: Record<string, unknown> | undefined;
44
62
  fees?: import("../../index.js").ChainFees<undefined> | undefined;
45
- formatters?: undefined;
46
- serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
63
+ formatters: {
64
+ readonly block: {
65
+ exclude: [] | undefined;
66
+ format: (args: import("../index.js").OpStackRpcBlock) => {
67
+ baseFeePerGas: bigint | null;
68
+ blobGasUsed: bigint;
69
+ difficulty: bigint;
70
+ excessBlobGas: bigint;
71
+ extraData: import("../../index.js").Hex;
72
+ gasLimit: bigint;
73
+ gasUsed: bigint;
74
+ hash: `0x${string}` | null;
75
+ logsBloom: `0x${string}` | null;
76
+ miner: import("abitype").Address;
77
+ mixHash: import("../../index.js").Hash;
78
+ nonce: `0x${string}` | null;
79
+ number: bigint | null;
80
+ parentBeaconBlockRoot?: import("../../index.js").Hex | undefined;
81
+ parentHash: import("../../index.js").Hash;
82
+ receiptsRoot: import("../../index.js").Hex;
83
+ sealFields: import("../../index.js").Hex[];
84
+ sha3Uncles: import("../../index.js").Hash;
85
+ size: bigint;
86
+ stateRoot: import("../../index.js").Hash;
87
+ timestamp: bigint;
88
+ totalDifficulty: bigint | null;
89
+ transactions: `0x${string}`[] | import("../index.js").OpStackTransaction<boolean>[];
90
+ transactionsRoot: import("../../index.js").Hash;
91
+ uncles: import("../../index.js").Hash[];
92
+ withdrawals?: import("../../index.js").Withdrawal[] | undefined;
93
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
94
+ } & {};
95
+ type: "block";
96
+ };
97
+ readonly transaction: {
98
+ exclude: [] | undefined;
99
+ format: (args: import("../index.js").OpStackRpcTransaction) => ({
100
+ blockHash: `0x${string}` | null;
101
+ blockNumber: bigint | null;
102
+ from: import("abitype").Address;
103
+ gas: bigint;
104
+ hash: import("../../index.js").Hash;
105
+ input: import("../../index.js").Hex;
106
+ nonce: number;
107
+ r: import("../../index.js").Hex;
108
+ s: import("../../index.js").Hex;
109
+ to: import("abitype").Address | null;
110
+ transactionIndex: number | null;
111
+ typeHex: import("../../index.js").Hex | null;
112
+ v: bigint;
113
+ value: bigint;
114
+ yParity: number;
115
+ gasPrice?: undefined;
116
+ maxFeePerBlobGas?: undefined;
117
+ maxFeePerGas: bigint;
118
+ maxPriorityFeePerGas: bigint;
119
+ isSystemTx?: boolean;
120
+ mint?: bigint | undefined;
121
+ sourceHash: import("../../index.js").Hex;
122
+ type: "deposit";
123
+ } | {
124
+ r: import("../../index.js").Hex;
125
+ s: import("../../index.js").Hex;
126
+ v: bigint;
127
+ to: import("abitype").Address | null;
128
+ from: import("abitype").Address;
129
+ gas: bigint;
130
+ nonce: number;
131
+ value: bigint;
132
+ blockHash: `0x${string}` | null;
133
+ blockNumber: bigint | null;
134
+ hash: import("../../index.js").Hash;
135
+ input: import("../../index.js").Hex;
136
+ transactionIndex: number | null;
137
+ typeHex: import("../../index.js").Hex | null;
138
+ accessList?: undefined;
139
+ authorizationList?: undefined;
140
+ blobVersionedHashes?: undefined;
141
+ chainId?: number | undefined;
142
+ yParity?: undefined;
143
+ type: "legacy";
144
+ gasPrice: bigint;
145
+ maxFeePerBlobGas?: undefined;
146
+ maxFeePerGas?: undefined;
147
+ maxPriorityFeePerGas?: undefined;
148
+ isSystemTx?: undefined;
149
+ mint?: undefined;
150
+ sourceHash?: undefined;
151
+ } | {
152
+ blockHash: `0x${string}` | null;
153
+ blockNumber: bigint | null;
154
+ from: import("abitype").Address;
155
+ gas: bigint;
156
+ hash: import("../../index.js").Hash;
157
+ input: import("../../index.js").Hex;
158
+ nonce: number;
159
+ r: import("../../index.js").Hex;
160
+ s: import("../../index.js").Hex;
161
+ to: import("abitype").Address | null;
162
+ transactionIndex: number | null;
163
+ typeHex: import("../../index.js").Hex | null;
164
+ v: bigint;
165
+ value: bigint;
166
+ yParity: number;
167
+ accessList: import("../../index.js").AccessList;
168
+ authorizationList?: undefined;
169
+ blobVersionedHashes?: undefined;
170
+ chainId: number;
171
+ type: "eip2930";
172
+ gasPrice: bigint;
173
+ maxFeePerBlobGas?: undefined;
174
+ maxFeePerGas?: undefined;
175
+ maxPriorityFeePerGas?: undefined;
176
+ isSystemTx?: undefined;
177
+ mint?: undefined;
178
+ sourceHash?: undefined;
179
+ } | {
180
+ blockHash: `0x${string}` | null;
181
+ blockNumber: bigint | null;
182
+ from: import("abitype").Address;
183
+ gas: bigint;
184
+ hash: import("../../index.js").Hash;
185
+ input: import("../../index.js").Hex;
186
+ nonce: number;
187
+ r: import("../../index.js").Hex;
188
+ s: import("../../index.js").Hex;
189
+ to: import("abitype").Address | null;
190
+ transactionIndex: number | null;
191
+ typeHex: import("../../index.js").Hex | null;
192
+ v: bigint;
193
+ value: bigint;
194
+ yParity: number;
195
+ accessList: import("../../index.js").AccessList;
196
+ authorizationList?: undefined;
197
+ blobVersionedHashes?: undefined;
198
+ chainId: number;
199
+ type: "eip1559";
200
+ gasPrice?: undefined;
201
+ maxFeePerBlobGas?: undefined;
202
+ maxFeePerGas: bigint;
203
+ maxPriorityFeePerGas: bigint;
204
+ isSystemTx?: undefined;
205
+ mint?: undefined;
206
+ sourceHash?: undefined;
207
+ } | {
208
+ blockHash: `0x${string}` | null;
209
+ blockNumber: bigint | null;
210
+ from: import("abitype").Address;
211
+ gas: bigint;
212
+ hash: import("../../index.js").Hash;
213
+ input: import("../../index.js").Hex;
214
+ nonce: number;
215
+ r: import("../../index.js").Hex;
216
+ s: import("../../index.js").Hex;
217
+ to: import("abitype").Address | null;
218
+ transactionIndex: number | null;
219
+ typeHex: import("../../index.js").Hex | null;
220
+ v: bigint;
221
+ value: bigint;
222
+ yParity: number;
223
+ accessList: import("../../index.js").AccessList;
224
+ authorizationList?: undefined;
225
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
226
+ chainId: number;
227
+ type: "eip4844";
228
+ gasPrice?: undefined;
229
+ maxFeePerBlobGas: bigint;
230
+ maxFeePerGas: bigint;
231
+ maxPriorityFeePerGas: bigint;
232
+ isSystemTx?: undefined;
233
+ mint?: undefined;
234
+ sourceHash?: undefined;
235
+ } | {
236
+ blockHash: `0x${string}` | null;
237
+ blockNumber: bigint | null;
238
+ from: import("abitype").Address;
239
+ gas: bigint;
240
+ hash: import("../../index.js").Hash;
241
+ input: import("../../index.js").Hex;
242
+ nonce: number;
243
+ r: import("../../index.js").Hex;
244
+ s: import("../../index.js").Hex;
245
+ to: import("abitype").Address | null;
246
+ transactionIndex: number | null;
247
+ typeHex: import("../../index.js").Hex | null;
248
+ v: bigint;
249
+ value: bigint;
250
+ yParity: number;
251
+ accessList: import("../../index.js").AccessList;
252
+ authorizationList: import("../../experimental/index.js").SignedAuthorizationList;
253
+ blobVersionedHashes?: undefined;
254
+ chainId: number;
255
+ type: "eip7702";
256
+ gasPrice?: undefined;
257
+ maxFeePerBlobGas?: undefined;
258
+ maxFeePerGas: bigint;
259
+ maxPriorityFeePerGas: bigint;
260
+ isSystemTx?: undefined;
261
+ mint?: undefined;
262
+ sourceHash?: undefined;
263
+ }) & {};
264
+ type: "transaction";
265
+ };
266
+ readonly transactionReceipt: {
267
+ exclude: [] | undefined;
268
+ format: (args: import("../index.js").OpStackRpcTransactionReceipt) => {
269
+ blobGasPrice?: bigint | undefined;
270
+ blobGasUsed?: bigint | undefined;
271
+ blockHash: import("../../index.js").Hash;
272
+ blockNumber: bigint;
273
+ contractAddress: import("abitype").Address | null | undefined;
274
+ cumulativeGasUsed: bigint;
275
+ effectiveGasPrice: bigint;
276
+ from: import("abitype").Address;
277
+ gasUsed: bigint;
278
+ logs: import("../../index.js").Log<bigint, number, false>[];
279
+ logsBloom: import("../../index.js").Hex;
280
+ root?: import("../../index.js").Hash | undefined;
281
+ status: "success" | "reverted";
282
+ to: import("abitype").Address | null;
283
+ transactionHash: import("../../index.js").Hash;
284
+ transactionIndex: number;
285
+ type: import("../../index.js").TransactionType;
286
+ l1GasPrice: bigint | null;
287
+ l1GasUsed: bigint | null;
288
+ l1Fee: bigint | null;
289
+ l1FeeScalar: number | null;
290
+ } & {};
291
+ type: "transactionReceipt";
292
+ };
293
+ };
294
+ serializers: {
295
+ readonly transaction: typeof import("../index.js").serializeTransactionOpStack;
296
+ };
47
297
  };
48
298
  //# sourceMappingURL=mode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mode.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCf,CAAA"}
1
+ {"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mode.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCf,CAAA"}
@@ -1,21 +1,61 @@
1
1
  export declare const soneiumMinato: {
2
2
  blockExplorers: {
3
3
  readonly default: {
4
- readonly name: "Minato Explorer";
4
+ readonly name: "Blockscout";
5
5
  readonly url: "https://explorer-testnet.soneium.org";
6
- readonly apiUrl: "https://explorer-testnet.soneium.org/api/";
6
+ readonly apiUrl: "https://explorer-testnet.soneium.org/api";
7
7
  };
8
8
  };
9
9
  contracts: {
10
+ readonly disputeGameFactory: {
11
+ readonly 11155111: {
12
+ readonly address: "0xF69dB6cA559C52d9A4BB6e2B2901f490Ca35Fbf6";
13
+ };
14
+ };
15
+ readonly l2OutputOracle: {
16
+ readonly 11155111: {
17
+ readonly address: "0x710e5286C746eC38beeB7538d0146f60D27be343";
18
+ };
19
+ };
20
+ readonly portal: {
21
+ readonly 11155111: {
22
+ readonly address: "0x65ea1489741A5D72fFdD8e6485B216bBdcC15Af3";
23
+ readonly blockCreated: 6466136;
24
+ };
25
+ };
26
+ readonly l1StandardBridge: {
27
+ readonly 11155111: {
28
+ readonly address: "0x5f5a404A5edabcDD80DB05E8e54A78c9EBF000C2";
29
+ readonly blockCreated: 6466136;
30
+ };
31
+ };
10
32
  readonly multicall3: {
11
33
  readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
12
34
  readonly blockCreated: 1;
13
35
  };
36
+ readonly gasPriceOracle: {
37
+ readonly address: "0x420000000000000000000000000000000000000F";
38
+ };
39
+ readonly l1Block: {
40
+ readonly address: "0x4200000000000000000000000000000000000015";
41
+ };
42
+ readonly l2CrossDomainMessenger: {
43
+ readonly address: "0x4200000000000000000000000000000000000007";
44
+ };
45
+ readonly l2Erc721Bridge: {
46
+ readonly address: "0x4200000000000000000000000000000000000014";
47
+ };
48
+ readonly l2StandardBridge: {
49
+ readonly address: "0x4200000000000000000000000000000000000010";
50
+ };
51
+ readonly l2ToL1MessagePasser: {
52
+ readonly address: "0x4200000000000000000000000000000000000016";
53
+ };
14
54
  };
15
55
  id: 1946;
16
- name: "Soneium Minato";
56
+ name: "Soneium Minato Testnet";
17
57
  nativeCurrency: {
18
- readonly name: "Ether";
58
+ readonly name: "Sepolia Ether";
19
59
  readonly symbol: "ETH";
20
60
  readonly decimals: 18;
21
61
  };
@@ -24,11 +64,243 @@ export declare const soneiumMinato: {
24
64
  readonly http: readonly ["https://rpc.minato.soneium.org"];
25
65
  };
26
66
  };
27
- sourceId?: number | undefined;
67
+ sourceId: 11155111;
28
68
  testnet: true;
29
69
  custom?: Record<string, unknown> | undefined;
30
70
  fees?: import("../../index.js").ChainFees<undefined> | undefined;
31
- formatters?: undefined;
32
- serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
71
+ formatters: {
72
+ readonly block: {
73
+ exclude: [] | undefined;
74
+ format: (args: import("../index.js").OpStackRpcBlock) => {
75
+ baseFeePerGas: bigint | null;
76
+ blobGasUsed: bigint;
77
+ difficulty: bigint;
78
+ excessBlobGas: bigint;
79
+ extraData: import("../../index.js").Hex;
80
+ gasLimit: bigint;
81
+ gasUsed: bigint;
82
+ hash: `0x${string}` | null;
83
+ logsBloom: `0x${string}` | null;
84
+ miner: import("abitype").Address;
85
+ mixHash: import("../../index.js").Hash;
86
+ nonce: `0x${string}` | null;
87
+ number: bigint | null;
88
+ parentBeaconBlockRoot?: import("../../index.js").Hex | undefined;
89
+ parentHash: import("../../index.js").Hash;
90
+ receiptsRoot: import("../../index.js").Hex;
91
+ sealFields: import("../../index.js").Hex[];
92
+ sha3Uncles: import("../../index.js").Hash;
93
+ size: bigint;
94
+ stateRoot: import("../../index.js").Hash;
95
+ timestamp: bigint;
96
+ totalDifficulty: bigint | null;
97
+ transactions: `0x${string}`[] | import("../index.js").OpStackTransaction<boolean>[];
98
+ transactionsRoot: import("../../index.js").Hash;
99
+ uncles: import("../../index.js").Hash[];
100
+ withdrawals?: import("../../index.js").Withdrawal[] | undefined;
101
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
102
+ } & {};
103
+ type: "block";
104
+ };
105
+ readonly transaction: {
106
+ exclude: [] | undefined;
107
+ format: (args: import("../index.js").OpStackRpcTransaction) => ({
108
+ blockHash: `0x${string}` | null;
109
+ blockNumber: bigint | null;
110
+ from: import("abitype").Address;
111
+ gas: bigint;
112
+ hash: import("../../index.js").Hash;
113
+ input: import("../../index.js").Hex;
114
+ nonce: number;
115
+ r: import("../../index.js").Hex;
116
+ s: import("../../index.js").Hex;
117
+ to: import("abitype").Address | null;
118
+ transactionIndex: number | null;
119
+ typeHex: import("../../index.js").Hex | null;
120
+ v: bigint;
121
+ value: bigint;
122
+ yParity: number;
123
+ gasPrice?: undefined;
124
+ maxFeePerBlobGas?: undefined;
125
+ maxFeePerGas: bigint;
126
+ maxPriorityFeePerGas: bigint;
127
+ isSystemTx?: boolean;
128
+ mint?: bigint | undefined;
129
+ sourceHash: import("../../index.js").Hex;
130
+ type: "deposit";
131
+ } | {
132
+ r: import("../../index.js").Hex;
133
+ s: import("../../index.js").Hex;
134
+ v: bigint;
135
+ to: import("abitype").Address | null;
136
+ from: import("abitype").Address;
137
+ gas: bigint;
138
+ nonce: number;
139
+ value: bigint;
140
+ blockHash: `0x${string}` | null;
141
+ blockNumber: bigint | null;
142
+ hash: import("../../index.js").Hash;
143
+ input: import("../../index.js").Hex;
144
+ transactionIndex: number | null;
145
+ typeHex: import("../../index.js").Hex | null;
146
+ accessList?: undefined;
147
+ authorizationList?: undefined;
148
+ blobVersionedHashes?: undefined;
149
+ chainId?: number | undefined;
150
+ yParity?: undefined;
151
+ type: "legacy";
152
+ gasPrice: bigint;
153
+ maxFeePerBlobGas?: undefined;
154
+ maxFeePerGas?: undefined;
155
+ maxPriorityFeePerGas?: undefined;
156
+ isSystemTx?: undefined;
157
+ mint?: undefined;
158
+ sourceHash?: undefined;
159
+ } | {
160
+ blockHash: `0x${string}` | null;
161
+ blockNumber: bigint | null;
162
+ from: import("abitype").Address;
163
+ gas: bigint;
164
+ hash: import("../../index.js").Hash;
165
+ input: import("../../index.js").Hex;
166
+ nonce: number;
167
+ r: import("../../index.js").Hex;
168
+ s: import("../../index.js").Hex;
169
+ to: import("abitype").Address | null;
170
+ transactionIndex: number | null;
171
+ typeHex: import("../../index.js").Hex | null;
172
+ v: bigint;
173
+ value: bigint;
174
+ yParity: number;
175
+ accessList: import("../../index.js").AccessList;
176
+ authorizationList?: undefined;
177
+ blobVersionedHashes?: undefined;
178
+ chainId: number;
179
+ type: "eip2930";
180
+ gasPrice: bigint;
181
+ maxFeePerBlobGas?: undefined;
182
+ maxFeePerGas?: undefined;
183
+ maxPriorityFeePerGas?: undefined;
184
+ isSystemTx?: undefined;
185
+ mint?: undefined;
186
+ sourceHash?: undefined;
187
+ } | {
188
+ blockHash: `0x${string}` | null;
189
+ blockNumber: bigint | null;
190
+ from: import("abitype").Address;
191
+ gas: bigint;
192
+ hash: import("../../index.js").Hash;
193
+ input: import("../../index.js").Hex;
194
+ nonce: number;
195
+ r: import("../../index.js").Hex;
196
+ s: import("../../index.js").Hex;
197
+ to: import("abitype").Address | null;
198
+ transactionIndex: number | null;
199
+ typeHex: import("../../index.js").Hex | null;
200
+ v: bigint;
201
+ value: bigint;
202
+ yParity: number;
203
+ accessList: import("../../index.js").AccessList;
204
+ authorizationList?: undefined;
205
+ blobVersionedHashes?: undefined;
206
+ chainId: number;
207
+ type: "eip1559";
208
+ gasPrice?: undefined;
209
+ maxFeePerBlobGas?: undefined;
210
+ maxFeePerGas: bigint;
211
+ maxPriorityFeePerGas: bigint;
212
+ isSystemTx?: undefined;
213
+ mint?: undefined;
214
+ sourceHash?: undefined;
215
+ } | {
216
+ blockHash: `0x${string}` | null;
217
+ blockNumber: bigint | null;
218
+ from: import("abitype").Address;
219
+ gas: bigint;
220
+ hash: import("../../index.js").Hash;
221
+ input: import("../../index.js").Hex;
222
+ nonce: number;
223
+ r: import("../../index.js").Hex;
224
+ s: import("../../index.js").Hex;
225
+ to: import("abitype").Address | null;
226
+ transactionIndex: number | null;
227
+ typeHex: import("../../index.js").Hex | null;
228
+ v: bigint;
229
+ value: bigint;
230
+ yParity: number;
231
+ accessList: import("../../index.js").AccessList;
232
+ authorizationList?: undefined;
233
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
234
+ chainId: number;
235
+ type: "eip4844";
236
+ gasPrice?: undefined;
237
+ maxFeePerBlobGas: bigint;
238
+ maxFeePerGas: bigint;
239
+ maxPriorityFeePerGas: bigint;
240
+ isSystemTx?: undefined;
241
+ mint?: undefined;
242
+ sourceHash?: undefined;
243
+ } | {
244
+ blockHash: `0x${string}` | null;
245
+ blockNumber: bigint | null;
246
+ from: import("abitype").Address;
247
+ gas: bigint;
248
+ hash: import("../../index.js").Hash;
249
+ input: import("../../index.js").Hex;
250
+ nonce: number;
251
+ r: import("../../index.js").Hex;
252
+ s: import("../../index.js").Hex;
253
+ to: import("abitype").Address | null;
254
+ transactionIndex: number | null;
255
+ typeHex: import("../../index.js").Hex | null;
256
+ v: bigint;
257
+ value: bigint;
258
+ yParity: number;
259
+ accessList: import("../../index.js").AccessList;
260
+ authorizationList: import("../../experimental/index.js").SignedAuthorizationList;
261
+ blobVersionedHashes?: undefined;
262
+ chainId: number;
263
+ type: "eip7702";
264
+ gasPrice?: undefined;
265
+ maxFeePerBlobGas?: undefined;
266
+ maxFeePerGas: bigint;
267
+ maxPriorityFeePerGas: bigint;
268
+ isSystemTx?: undefined;
269
+ mint?: undefined;
270
+ sourceHash?: undefined;
271
+ }) & {};
272
+ type: "transaction";
273
+ };
274
+ readonly transactionReceipt: {
275
+ exclude: [] | undefined;
276
+ format: (args: import("../index.js").OpStackRpcTransactionReceipt) => {
277
+ blobGasPrice?: bigint | undefined;
278
+ blobGasUsed?: bigint | undefined;
279
+ blockHash: import("../../index.js").Hash;
280
+ blockNumber: bigint;
281
+ contractAddress: import("abitype").Address | null | undefined;
282
+ cumulativeGasUsed: bigint;
283
+ effectiveGasPrice: bigint;
284
+ from: import("abitype").Address;
285
+ gasUsed: bigint;
286
+ logs: import("../../index.js").Log<bigint, number, false>[];
287
+ logsBloom: import("../../index.js").Hex;
288
+ root?: import("../../index.js").Hash | undefined;
289
+ status: "success" | "reverted";
290
+ to: import("abitype").Address | null;
291
+ transactionHash: import("../../index.js").Hash;
292
+ transactionIndex: number;
293
+ type: import("../../index.js").TransactionType;
294
+ l1GasPrice: bigint | null;
295
+ l1GasUsed: bigint | null;
296
+ l1Fee: bigint | null;
297
+ l1FeeScalar: number | null;
298
+ } & {};
299
+ type: "transactionReceipt";
300
+ };
301
+ };
302
+ serializers: {
303
+ readonly transaction: typeof import("../index.js").serializeTransactionOpStack;
304
+ };
33
305
  };
34
306
  //# sourceMappingURL=soneiumMinato.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"soneiumMinato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneiumMinato.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBxB,CAAA"}
1
+ {"version":3,"file":"soneiumMinato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneiumMinato.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDxB,CAAA"}
@@ -0,0 +1,32 @@
1
+ export declare const zircuit: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Zircuit Explorer";
5
+ readonly url: "https://explorer.zircuit.com";
6
+ };
7
+ };
8
+ contracts: {
9
+ readonly multicall3: {
10
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
11
+ };
12
+ };
13
+ id: 48900;
14
+ name: "Zircuit Mainnet";
15
+ nativeCurrency: {
16
+ readonly decimals: 18;
17
+ readonly name: "Ether";
18
+ readonly symbol: "ETH";
19
+ };
20
+ rpcUrls: {
21
+ readonly default: {
22
+ readonly http: readonly ["https://zircuit1-mainnet.p2pify.com", "https://zircuit1-mainnet.liquify.com", "https://zircuit-mainnet.drpc.org"];
23
+ };
24
+ };
25
+ sourceId?: number | undefined;
26
+ testnet: false;
27
+ custom?: Record<string, unknown> | undefined;
28
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
29
+ formatters?: undefined;
30
+ serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
31
+ };
32
+ //# sourceMappingURL=zircuit.d.ts.map