viem 2.47.4 → 2.47.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.
Files changed (149) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/_cjs/account-abstraction/errors/bundler.js +1 -1
  3. package/_cjs/account-abstraction/errors/bundler.js.map +1 -1
  4. package/_cjs/actions/public/verifyHash.js +16 -6
  5. package/_cjs/actions/public/verifyHash.js.map +1 -1
  6. package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -1
  7. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  8. package/_cjs/actions/wallet/sendTransaction.js +2 -2
  9. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  10. package/_cjs/chains/definitions/lisk.js +5 -0
  11. package/_cjs/chains/definitions/lisk.js.map +1 -1
  12. package/_cjs/chains/definitions/mantraEVM.js +4 -4
  13. package/_cjs/chains/definitions/mantraEVM.js.map +1 -1
  14. package/_cjs/chains/definitions/mode.js +5 -0
  15. package/_cjs/chains/definitions/mode.js.map +1 -1
  16. package/_cjs/chains/definitions/tempo.js +1 -1
  17. package/_cjs/chains/definitions/tempo.js.map +1 -1
  18. package/_cjs/chains/definitions/xLayer.js +1 -1
  19. package/_cjs/chains/definitions/xLayer.js.map +1 -1
  20. package/_cjs/chains/definitions/xLayerTestnet.js +1 -1
  21. package/_cjs/chains/definitions/xLayerTestnet.js.map +1 -1
  22. package/_cjs/chains/definitions/xpla.js +26 -0
  23. package/_cjs/chains/definitions/xpla.js.map +1 -0
  24. package/_cjs/chains/definitions/zircuit.js +1 -6
  25. package/_cjs/chains/definitions/zircuit.js.map +1 -1
  26. package/_cjs/chains/definitions/zora.js +5 -0
  27. package/_cjs/chains/definitions/zora.js.map +1 -1
  28. package/_cjs/chains/index.js +3 -3
  29. package/_cjs/chains/index.js.map +1 -1
  30. package/_cjs/errors/abi.js +4 -2
  31. package/_cjs/errors/abi.js.map +1 -1
  32. package/_cjs/errors/contract.js +5 -4
  33. package/_cjs/errors/contract.js.map +1 -1
  34. package/_cjs/errors/version.js +1 -1
  35. package/_cjs/utils/abi/decodeErrorResult.js +3 -2
  36. package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
  37. package/_cjs/utils/errors/getContractError.js +2 -1
  38. package/_cjs/utils/errors/getContractError.js.map +1 -1
  39. package/_cjs/utils/lru.js +7 -5
  40. package/_cjs/utils/lru.js.map +1 -1
  41. package/_cjs/utils/rpc/http.js +3 -0
  42. package/_cjs/utils/rpc/http.js.map +1 -1
  43. package/_esm/account-abstraction/errors/bundler.js +1 -1
  44. package/_esm/account-abstraction/errors/bundler.js.map +1 -1
  45. package/_esm/actions/public/verifyHash.js +17 -7
  46. package/_esm/actions/public/verifyHash.js.map +1 -1
  47. package/_esm/actions/wallet/prepareTransactionRequest.js +2 -1
  48. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  49. package/_esm/actions/wallet/sendTransaction.js +2 -2
  50. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  51. package/_esm/chains/definitions/lisk.js +5 -0
  52. package/_esm/chains/definitions/lisk.js.map +1 -1
  53. package/_esm/chains/definitions/mantraEVM.js +4 -4
  54. package/_esm/chains/definitions/mantraEVM.js.map +1 -1
  55. package/_esm/chains/definitions/mode.js +5 -0
  56. package/_esm/chains/definitions/mode.js.map +1 -1
  57. package/_esm/chains/definitions/tempo.js +1 -1
  58. package/_esm/chains/definitions/tempo.js.map +1 -1
  59. package/_esm/chains/definitions/xLayer.js +1 -1
  60. package/_esm/chains/definitions/xLayer.js.map +1 -1
  61. package/_esm/chains/definitions/xLayerTestnet.js +1 -1
  62. package/_esm/chains/definitions/xLayerTestnet.js.map +1 -1
  63. package/_esm/chains/definitions/xpla.js +23 -0
  64. package/_esm/chains/definitions/xpla.js.map +1 -0
  65. package/_esm/chains/definitions/zircuit.js +1 -6
  66. package/_esm/chains/definitions/zircuit.js.map +1 -1
  67. package/_esm/chains/definitions/zora.js +5 -0
  68. package/_esm/chains/definitions/zora.js.map +1 -1
  69. package/_esm/chains/index.js +1 -2
  70. package/_esm/chains/index.js.map +1 -1
  71. package/_esm/errors/abi.js +4 -2
  72. package/_esm/errors/abi.js.map +1 -1
  73. package/_esm/errors/contract.js +5 -4
  74. package/_esm/errors/contract.js.map +1 -1
  75. package/_esm/errors/version.js +1 -1
  76. package/_esm/utils/abi/decodeErrorResult.js +3 -2
  77. package/_esm/utils/abi/decodeErrorResult.js.map +1 -1
  78. package/_esm/utils/errors/getContractError.js +2 -1
  79. package/_esm/utils/errors/getContractError.js.map +1 -1
  80. package/_esm/utils/lru.js +7 -5
  81. package/_esm/utils/lru.js.map +1 -1
  82. package/_esm/utils/rpc/http.js +5 -0
  83. package/_esm/utils/rpc/http.js.map +1 -1
  84. package/_types/actions/public/verifyHash.d.ts +2 -0
  85. package/_types/actions/public/verifyHash.d.ts.map +1 -1
  86. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  87. package/_types/chains/definitions/lisk.d.ts +5 -0
  88. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  89. package/_types/chains/definitions/mantraEVM.d.ts +4 -4
  90. package/_types/chains/definitions/mode.d.ts +5 -0
  91. package/_types/chains/definitions/mode.d.ts.map +1 -1
  92. package/_types/chains/definitions/tempo.d.ts +12 -12
  93. package/_types/chains/definitions/tempoAndantino.d.ts +10 -10
  94. package/_types/chains/definitions/tempoDevnet.d.ts +10 -10
  95. package/_types/chains/definitions/tempoLocalnet.d.ts +10 -10
  96. package/_types/chains/definitions/tempoModerato.d.ts +10 -10
  97. package/_types/chains/definitions/xLayer.d.ts +1 -1
  98. package/_types/chains/definitions/xLayerTestnet.d.ts +1 -1
  99. package/_types/chains/definitions/xpla.d.ts +48 -0
  100. package/_types/chains/definitions/xpla.d.ts.map +1 -0
  101. package/_types/chains/definitions/zircuit.d.ts +1 -1
  102. package/_types/chains/definitions/zircuit.d.ts.map +1 -1
  103. package/_types/chains/definitions/zora.d.ts +5 -0
  104. package/_types/chains/definitions/zora.d.ts.map +1 -1
  105. package/_types/chains/index.d.ts +1 -2
  106. package/_types/chains/index.d.ts.map +1 -1
  107. package/_types/errors/abi.d.ts +5 -2
  108. package/_types/errors/abi.d.ts.map +1 -1
  109. package/_types/errors/contract.d.ts +4 -2
  110. package/_types/errors/contract.d.ts.map +1 -1
  111. package/_types/errors/version.d.ts +1 -1
  112. package/_types/tempo/Transaction.d.ts +7 -6
  113. package/_types/tempo/Transaction.d.ts.map +1 -1
  114. package/_types/tempo/chainConfig.d.ts +5 -5
  115. package/_types/utils/abi/decodeErrorResult.d.ts +2 -0
  116. package/_types/utils/abi/decodeErrorResult.d.ts.map +1 -1
  117. package/_types/utils/errors/getContractError.d.ts.map +1 -1
  118. package/_types/utils/lru.d.ts.map +1 -1
  119. package/_types/utils/rpc/http.d.ts.map +1 -1
  120. package/account-abstraction/errors/bundler.ts +1 -1
  121. package/actions/public/verifyHash.ts +23 -9
  122. package/actions/wallet/prepareTransactionRequest.ts +2 -1
  123. package/actions/wallet/sendTransaction.ts +2 -2
  124. package/chains/definitions/lisk.ts +5 -0
  125. package/chains/definitions/mantraEVM.ts +4 -4
  126. package/chains/definitions/mode.ts +5 -0
  127. package/chains/definitions/tempo.ts +1 -1
  128. package/chains/definitions/xLayer.ts +1 -1
  129. package/chains/definitions/xLayerTestnet.ts +1 -1
  130. package/chains/definitions/xpla.ts +23 -0
  131. package/chains/definitions/zircuit.ts +1 -6
  132. package/chains/definitions/zora.ts +5 -0
  133. package/chains/index.ts +1 -2
  134. package/errors/abi.ts +10 -2
  135. package/errors/contract.ts +12 -3
  136. package/errors/version.ts +1 -1
  137. package/package.json +2 -2
  138. package/tempo/Transaction.ts +6 -6
  139. package/utils/abi/decodeErrorResult.ts +5 -3
  140. package/utils/errors/getContractError.ts +2 -1
  141. package/utils/lru.ts +6 -5
  142. package/utils/rpc/http.ts +8 -0
  143. package/_cjs/chains/definitions/zircuitTestnet.js +0 -50
  144. package/_cjs/chains/definitions/zircuitTestnet.js.map +0 -1
  145. package/_esm/chains/definitions/zircuitTestnet.js +0 -47
  146. package/_esm/chains/definitions/zircuitTestnet.js.map +0 -1
  147. package/_types/chains/definitions/zircuitTestnet.d.ts +0 -293
  148. package/_types/chains/definitions/zircuitTestnet.d.ts.map +0 -1
  149. package/chains/definitions/zircuitTestnet.ts +0 -48
@@ -1,293 +0,0 @@
1
- export declare const zircuitTestnet: {
2
- blockExplorers: {
3
- readonly default: {
4
- readonly name: "Zircuit Testnet Explorer";
5
- readonly url: "https://explorer.testnet.zircuit.com";
6
- };
7
- };
8
- blockTime: 2000;
9
- contracts: {
10
- readonly multicall3: {
11
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
12
- readonly blockCreated: 6040287;
13
- };
14
- readonly l2OutputOracle: {
15
- readonly 11155111: {
16
- readonly address: "0x740C2dac453aEf7140809F80b72bf0e647af8148";
17
- };
18
- };
19
- readonly portal: {
20
- readonly 11155111: {
21
- readonly address: "0x787f1C8c5924178689E0560a43D848bF8E54b23e";
22
- };
23
- };
24
- readonly l1StandardBridge: {
25
- readonly 11155111: {
26
- readonly address: "0x0545c5fe980098C16fcD0eCB5E79753afa6d9af9";
27
- };
28
- };
29
- };
30
- ensTlds?: readonly string[] | undefined;
31
- id: 48899;
32
- name: "Zircuit Testnet";
33
- nativeCurrency: {
34
- readonly name: "ETH";
35
- readonly symbol: "ETH";
36
- readonly decimals: 18;
37
- };
38
- experimental_preconfirmationTime?: number | undefined | undefined;
39
- rpcUrls: {
40
- readonly default: {
41
- readonly http: readonly ["https://testnet.zircuit.com", "https://zircuit1-testnet.p2pify.com", "https://zircuit1-testnet.liquify.com"];
42
- };
43
- };
44
- sourceId?: number | undefined | undefined;
45
- testnet: true;
46
- custom?: Record<string, unknown> | undefined;
47
- extendSchema?: Record<string, unknown> | undefined;
48
- fees?: import("../../index.js").ChainFees<undefined> | undefined;
49
- formatters: {
50
- readonly block: {
51
- exclude: [] | undefined;
52
- format: (args: import("../index.js").OpStackRpcBlock, action?: string | undefined) => {
53
- baseFeePerGas: bigint | null;
54
- blobGasUsed: bigint;
55
- difficulty: bigint;
56
- excessBlobGas: bigint;
57
- extraData: import("../../index.js").Hex;
58
- gasLimit: bigint;
59
- gasUsed: bigint;
60
- hash: `0x${string}` | null;
61
- logsBloom: `0x${string}` | null;
62
- miner: import("abitype").Address;
63
- mixHash: import("../../index.js").Hash;
64
- nonce: `0x${string}` | null;
65
- number: bigint | null;
66
- parentBeaconBlockRoot?: `0x${string}` | undefined;
67
- parentHash: import("../../index.js").Hash;
68
- receiptsRoot: import("../../index.js").Hex;
69
- sealFields: import("../../index.js").Hex[];
70
- sha3Uncles: import("../../index.js").Hash;
71
- size: bigint;
72
- stateRoot: import("../../index.js").Hash;
73
- timestamp: bigint;
74
- totalDifficulty: bigint | null;
75
- transactions: `0x${string}`[] | import("../index.js").OpStackTransaction<boolean>[];
76
- transactionsRoot: import("../../index.js").Hash;
77
- uncles: import("../../index.js").Hash[];
78
- withdrawals?: import("../../index.js").Withdrawal[] | undefined | undefined;
79
- withdrawalsRoot?: `0x${string}` | undefined;
80
- } & {};
81
- type: "block";
82
- };
83
- readonly transaction: {
84
- exclude: [] | undefined;
85
- format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
86
- blockHash: `0x${string}` | null;
87
- blockNumber: bigint | null;
88
- from: import("abitype").Address;
89
- gas: bigint;
90
- hash: import("../../index.js").Hash;
91
- input: import("../../index.js").Hex;
92
- nonce: number;
93
- r: import("../../index.js").Hex;
94
- s: import("../../index.js").Hex;
95
- to: import("abitype").Address | null;
96
- transactionIndex: number | null;
97
- typeHex: import("../../index.js").Hex | null;
98
- v: bigint;
99
- value: bigint;
100
- yParity: number;
101
- gasPrice?: undefined | undefined;
102
- maxFeePerBlobGas?: undefined | undefined;
103
- maxFeePerGas: bigint;
104
- maxPriorityFeePerGas: bigint;
105
- isSystemTx?: boolean;
106
- mint?: bigint | undefined | undefined;
107
- sourceHash: import("../../index.js").Hex;
108
- type: "deposit";
109
- } | {
110
- r: import("../../index.js").Hex;
111
- s: import("../../index.js").Hex;
112
- v: bigint;
113
- to: import("abitype").Address | null;
114
- from: import("abitype").Address;
115
- gas: bigint;
116
- nonce: number;
117
- value: bigint;
118
- blockHash: `0x${string}` | null;
119
- blockNumber: bigint | null;
120
- hash: import("../../index.js").Hash;
121
- input: import("../../index.js").Hex;
122
- transactionIndex: number | null;
123
- typeHex: import("../../index.js").Hex | null;
124
- accessList?: undefined | undefined;
125
- authorizationList?: undefined | undefined;
126
- blobVersionedHashes?: undefined | undefined;
127
- chainId?: number | undefined;
128
- yParity?: undefined | undefined;
129
- type: "legacy";
130
- gasPrice: bigint;
131
- maxFeePerBlobGas?: undefined | undefined;
132
- maxFeePerGas?: undefined | undefined;
133
- maxPriorityFeePerGas?: undefined | undefined;
134
- isSystemTx?: undefined | undefined;
135
- mint?: undefined | undefined;
136
- sourceHash?: undefined | undefined;
137
- } | {
138
- blockHash: `0x${string}` | null;
139
- blockNumber: bigint | null;
140
- from: import("abitype").Address;
141
- gas: bigint;
142
- hash: import("../../index.js").Hash;
143
- input: import("../../index.js").Hex;
144
- nonce: number;
145
- r: import("../../index.js").Hex;
146
- s: import("../../index.js").Hex;
147
- to: import("abitype").Address | null;
148
- transactionIndex: number | null;
149
- typeHex: import("../../index.js").Hex | null;
150
- v: bigint;
151
- value: bigint;
152
- yParity: number;
153
- accessList: import("../../index.js").AccessList;
154
- authorizationList?: undefined | undefined;
155
- blobVersionedHashes?: undefined | undefined;
156
- chainId: number;
157
- type: "eip2930";
158
- gasPrice: bigint;
159
- maxFeePerBlobGas?: undefined | undefined;
160
- maxFeePerGas?: undefined | undefined;
161
- maxPriorityFeePerGas?: undefined | undefined;
162
- isSystemTx?: undefined | undefined;
163
- mint?: undefined | undefined;
164
- sourceHash?: undefined | undefined;
165
- } | {
166
- blockHash: `0x${string}` | null;
167
- blockNumber: bigint | null;
168
- from: import("abitype").Address;
169
- gas: bigint;
170
- hash: import("../../index.js").Hash;
171
- input: import("../../index.js").Hex;
172
- nonce: number;
173
- r: import("../../index.js").Hex;
174
- s: import("../../index.js").Hex;
175
- to: import("abitype").Address | null;
176
- transactionIndex: number | null;
177
- typeHex: import("../../index.js").Hex | null;
178
- v: bigint;
179
- value: bigint;
180
- yParity: number;
181
- accessList: import("../../index.js").AccessList;
182
- authorizationList?: undefined | undefined;
183
- blobVersionedHashes?: undefined | undefined;
184
- chainId: number;
185
- type: "eip1559";
186
- gasPrice?: undefined | undefined;
187
- maxFeePerBlobGas?: undefined | undefined;
188
- maxFeePerGas: bigint;
189
- maxPriorityFeePerGas: bigint;
190
- isSystemTx?: undefined | undefined;
191
- mint?: undefined | undefined;
192
- sourceHash?: undefined | undefined;
193
- } | {
194
- blockHash: `0x${string}` | null;
195
- blockNumber: bigint | null;
196
- from: import("abitype").Address;
197
- gas: bigint;
198
- hash: import("../../index.js").Hash;
199
- input: import("../../index.js").Hex;
200
- nonce: number;
201
- r: import("../../index.js").Hex;
202
- s: import("../../index.js").Hex;
203
- to: import("abitype").Address | null;
204
- transactionIndex: number | null;
205
- typeHex: import("../../index.js").Hex | null;
206
- v: bigint;
207
- value: bigint;
208
- yParity: number;
209
- accessList: import("../../index.js").AccessList;
210
- authorizationList?: undefined | undefined;
211
- blobVersionedHashes: readonly import("../../index.js").Hex[];
212
- chainId: number;
213
- type: "eip4844";
214
- gasPrice?: undefined | undefined;
215
- maxFeePerBlobGas: bigint;
216
- maxFeePerGas: bigint;
217
- maxPriorityFeePerGas: bigint;
218
- isSystemTx?: undefined | undefined;
219
- mint?: undefined | undefined;
220
- sourceHash?: undefined | undefined;
221
- } | {
222
- blockHash: `0x${string}` | null;
223
- blockNumber: bigint | null;
224
- from: import("abitype").Address;
225
- gas: bigint;
226
- hash: import("../../index.js").Hash;
227
- input: import("../../index.js").Hex;
228
- nonce: number;
229
- r: import("../../index.js").Hex;
230
- s: import("../../index.js").Hex;
231
- to: import("abitype").Address | null;
232
- transactionIndex: number | null;
233
- typeHex: import("../../index.js").Hex | null;
234
- v: bigint;
235
- value: bigint;
236
- yParity: number;
237
- accessList: import("../../index.js").AccessList;
238
- authorizationList: import("../../index.js").SignedAuthorizationList;
239
- blobVersionedHashes?: undefined | undefined;
240
- chainId: number;
241
- type: "eip7702";
242
- gasPrice?: undefined | undefined;
243
- maxFeePerBlobGas?: undefined | undefined;
244
- maxFeePerGas: bigint;
245
- maxPriorityFeePerGas: bigint;
246
- isSystemTx?: undefined | undefined;
247
- mint?: undefined | undefined;
248
- sourceHash?: undefined | undefined;
249
- }) & {};
250
- type: "transaction";
251
- };
252
- readonly transactionReceipt: {
253
- exclude: [] | undefined;
254
- format: (args: import("../index.js").OpStackRpcTransactionReceipt, action?: string | undefined) => {
255
- blobGasPrice?: bigint | undefined;
256
- blobGasUsed?: bigint | undefined;
257
- blockHash: import("../../index.js").Hash;
258
- blockNumber: bigint;
259
- blockTimestamp?: bigint | undefined;
260
- contractAddress: import("abitype").Address | null | undefined;
261
- cumulativeGasUsed: bigint;
262
- effectiveGasPrice: bigint;
263
- from: import("abitype").Address;
264
- gasUsed: bigint;
265
- logs: import("../../index.js").Log<bigint, number, false>[];
266
- logsBloom: import("../../index.js").Hex;
267
- root?: `0x${string}` | undefined;
268
- status: "success" | "reverted";
269
- to: import("abitype").Address | null;
270
- transactionHash: import("../../index.js").Hash;
271
- transactionIndex: number;
272
- type: import("../../index.js").TransactionType;
273
- l1GasPrice: bigint | null;
274
- l1GasUsed: bigint | null;
275
- l1Fee: bigint | null;
276
- l1FeeScalar: number | null;
277
- } & {};
278
- type: "transactionReceipt";
279
- };
280
- };
281
- prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
282
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
283
- }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
284
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
285
- }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
286
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
287
- }] | undefined;
288
- serializers: {
289
- readonly transaction: typeof import("../index.js").serializeTransactionOpStack;
290
- };
291
- verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
292
- };
293
- //# sourceMappingURL=zircuitTestnet.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"zircuitTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuitTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CzB,CAAA"}
@@ -1,48 +0,0 @@
1
- import { chainConfig } from '../../op-stack/chainConfig.js'
2
- import { defineChain } from '../../utils/chain/defineChain.js'
3
-
4
- const sourceId = 11_155_111 // sepolia
5
-
6
- export const zircuitTestnet = /*#__PURE__*/ defineChain({
7
- ...chainConfig,
8
- id: 48899,
9
- name: 'Zircuit Testnet',
10
- nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
11
- rpcUrls: {
12
- default: {
13
- http: [
14
- 'https://testnet.zircuit.com',
15
- 'https://zircuit1-testnet.p2pify.com',
16
- 'https://zircuit1-testnet.liquify.com',
17
- ],
18
- },
19
- },
20
- blockExplorers: {
21
- default: {
22
- name: 'Zircuit Testnet Explorer',
23
- url: 'https://explorer.testnet.zircuit.com',
24
- },
25
- },
26
- contracts: {
27
- multicall3: {
28
- address: '0xcA11bde05977b3631167028862bE2a173976CA11',
29
- blockCreated: 6040287,
30
- },
31
- l2OutputOracle: {
32
- [sourceId]: {
33
- address: '0x740C2dac453aEf7140809F80b72bf0e647af8148',
34
- },
35
- },
36
- portal: {
37
- [sourceId]: {
38
- address: '0x787f1C8c5924178689E0560a43D848bF8E54b23e',
39
- },
40
- },
41
- l1StandardBridge: {
42
- [sourceId]: {
43
- address: '0x0545c5fe980098C16fcD0eCB5E79753afa6d9af9',
44
- },
45
- },
46
- },
47
- testnet: true,
48
- })