viem 2.0.0-rc.2 → 2.0.0-rc.4

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 (175) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/_cjs/_test/generated.js +313 -0
  3. package/_cjs/_test/generated.js.map +1 -0
  4. package/_cjs/accounts/generateMnemonic.js +2 -2
  5. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  6. package/_cjs/chains/definitions/acala.js +32 -0
  7. package/_cjs/chains/definitions/acala.js.map +1 -0
  8. package/_cjs/chains/definitions/arbitrumSepolia.js +2 -4
  9. package/_cjs/chains/definitions/arbitrumSepolia.js.map +1 -1
  10. package/_cjs/chains/definitions/bahamut.js +43 -0
  11. package/_cjs/chains/definitions/bahamut.js.map +1 -0
  12. package/_cjs/chains/definitions/bitTorrent.js +19 -0
  13. package/_cjs/chains/definitions/bitTorrent.js.map +1 -0
  14. package/_cjs/chains/definitions/bitTorrentTestnet.js +20 -0
  15. package/_cjs/chains/definitions/bitTorrentTestnet.js.map +1 -0
  16. package/_cjs/chains/definitions/jbc.js +32 -0
  17. package/_cjs/chains/definitions/jbc.js.map +1 -0
  18. package/_cjs/chains/definitions/karura.js +32 -0
  19. package/_cjs/chains/definitions/karura.js.map +1 -0
  20. package/_cjs/chains/definitions/klaytn.js +1 -1
  21. package/_cjs/chains/definitions/klaytn.js.map +1 -1
  22. package/_cjs/chains/definitions/mandala.js +32 -0
  23. package/_cjs/chains/definitions/mandala.js.map +1 -0
  24. package/_cjs/chains/definitions/oasisTestnet.js +22 -0
  25. package/_cjs/chains/definitions/oasisTestnet.js.map +1 -0
  26. package/_cjs/chains/definitions/opBNBTestnet.js +1 -1
  27. package/_cjs/chains/definitions/opBNBTestnet.js.map +1 -1
  28. package/_cjs/chains/definitions/wemix.js +19 -0
  29. package/_cjs/chains/definitions/wemix.js.map +1 -0
  30. package/_cjs/chains/definitions/wemixTestnet.js +20 -0
  31. package/_cjs/chains/definitions/wemixTestnet.js.map +1 -0
  32. package/_cjs/chains/definitions/zkFair.js +30 -0
  33. package/_cjs/chains/definitions/zkFair.js.map +1 -0
  34. package/_cjs/chains/definitions/zkFairTestnet.js +30 -0
  35. package/_cjs/chains/definitions/zkFairTestnet.js.map +1 -0
  36. package/_cjs/chains/index.js +28 -4
  37. package/_cjs/chains/index.js.map +1 -1
  38. package/_cjs/chains/opStack/abis.js.map +1 -1
  39. package/_cjs/chains/opStack/contracts.js.map +1 -1
  40. package/_cjs/chains/opStack/decorators/publicL1.js.map +1 -1
  41. package/_cjs/chains/opStack/decorators/publicL2.js.map +1 -1
  42. package/_cjs/chains/opStack/decorators/walletL1.js.map +1 -1
  43. package/_cjs/chains/opStack/decorators/walletL2.js.map +1 -1
  44. package/_cjs/errors/version.js +1 -1
  45. package/_esm/_test/generated.js +335 -0
  46. package/_esm/_test/generated.js.map +1 -0
  47. package/_esm/accounts/generateMnemonic.js +3 -2
  48. package/_esm/accounts/generateMnemonic.js.map +1 -1
  49. package/_esm/chains/definitions/acala.js +29 -0
  50. package/_esm/chains/definitions/acala.js.map +1 -0
  51. package/_esm/chains/definitions/arbitrumSepolia.js +2 -4
  52. package/_esm/chains/definitions/arbitrumSepolia.js.map +1 -1
  53. package/_esm/chains/definitions/bahamut.js +40 -0
  54. package/_esm/chains/definitions/bahamut.js.map +1 -0
  55. package/_esm/chains/definitions/bitTorrent.js +16 -0
  56. package/_esm/chains/definitions/bitTorrent.js.map +1 -0
  57. package/_esm/chains/definitions/bitTorrentTestnet.js +17 -0
  58. package/_esm/chains/definitions/bitTorrentTestnet.js.map +1 -0
  59. package/_esm/chains/definitions/jbc.js +29 -0
  60. package/_esm/chains/definitions/jbc.js.map +1 -0
  61. package/_esm/chains/definitions/karura.js +29 -0
  62. package/_esm/chains/definitions/karura.js.map +1 -0
  63. package/_esm/chains/definitions/klaytn.js +1 -1
  64. package/_esm/chains/definitions/klaytn.js.map +1 -1
  65. package/_esm/chains/definitions/mandala.js +29 -0
  66. package/_esm/chains/definitions/mandala.js.map +1 -0
  67. package/_esm/chains/definitions/oasisTestnet.js +19 -0
  68. package/_esm/chains/definitions/oasisTestnet.js.map +1 -0
  69. package/_esm/chains/definitions/opBNBTestnet.js +1 -1
  70. package/_esm/chains/definitions/opBNBTestnet.js.map +1 -1
  71. package/_esm/chains/definitions/wemix.js +16 -0
  72. package/_esm/chains/definitions/wemix.js.map +1 -0
  73. package/_esm/chains/definitions/wemixTestnet.js +17 -0
  74. package/_esm/chains/definitions/wemixTestnet.js.map +1 -0
  75. package/_esm/chains/definitions/zkFair.js +27 -0
  76. package/_esm/chains/definitions/zkFair.js.map +1 -0
  77. package/_esm/chains/definitions/zkFairTestnet.js +27 -0
  78. package/_esm/chains/definitions/zkFairTestnet.js.map +1 -0
  79. package/_esm/chains/index.js +12 -0
  80. package/_esm/chains/index.js.map +1 -1
  81. package/_esm/chains/opStack/abis.js +4 -0
  82. package/_esm/chains/opStack/abis.js.map +1 -1
  83. package/_esm/chains/opStack/contracts.js +4 -0
  84. package/_esm/chains/opStack/contracts.js.map +1 -1
  85. package/_esm/chains/opStack/decorators/publicL1.js +15 -0
  86. package/_esm/chains/opStack/decorators/publicL1.js.map +1 -1
  87. package/_esm/chains/opStack/decorators/publicL2.js +15 -0
  88. package/_esm/chains/opStack/decorators/publicL2.js.map +1 -1
  89. package/_esm/chains/opStack/decorators/walletL1.js +17 -0
  90. package/_esm/chains/opStack/decorators/walletL1.js.map +1 -1
  91. package/_esm/chains/opStack/decorators/walletL2.js +17 -0
  92. package/_esm/chains/opStack/decorators/walletL2.js.map +1 -1
  93. package/_esm/errors/version.js +1 -1
  94. package/_test/generated.ts +350 -0
  95. package/_types/_test/generated.d.ts +428 -0
  96. package/_types/_test/generated.d.ts.map +1 -0
  97. package/_types/accounts/generateMnemonic.d.ts +2 -1
  98. package/_types/accounts/generateMnemonic.d.ts.map +1 -1
  99. package/_types/actions/public/simulateContract.d.ts +2 -2
  100. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  101. package/_types/chains/definitions/acala.d.ts +40 -0
  102. package/_types/chains/definitions/acala.d.ts.map +1 -0
  103. package/_types/chains/definitions/arbitrumSepolia.d.ts +6 -2
  104. package/_types/chains/definitions/arbitrumSepolia.d.ts.map +1 -1
  105. package/_types/chains/definitions/bahamut.d.ts +40 -0
  106. package/_types/chains/definitions/bahamut.d.ts.map +1 -0
  107. package/_types/chains/definitions/bitTorrent.d.ts +42 -0
  108. package/_types/chains/definitions/bitTorrent.d.ts.map +1 -0
  109. package/_types/chains/definitions/bitTorrentTestnet.d.ts +42 -0
  110. package/_types/chains/definitions/bitTorrentTestnet.d.ts.map +1 -0
  111. package/_types/chains/definitions/jbc.d.ts +36 -0
  112. package/_types/chains/definitions/jbc.d.ts.map +1 -0
  113. package/_types/chains/definitions/karura.d.ts +40 -0
  114. package/_types/chains/definitions/karura.d.ts.map +1 -0
  115. package/_types/chains/definitions/klaytn.d.ts +1 -1
  116. package/_types/chains/definitions/mandala.d.ts +40 -0
  117. package/_types/chains/definitions/mandala.d.ts.map +1 -0
  118. package/_types/chains/definitions/oasisTestnet.d.ts +38 -0
  119. package/_types/chains/definitions/oasisTestnet.d.ts.map +1 -0
  120. package/_types/chains/definitions/opBNBTestnet.d.ts +1 -1
  121. package/_types/chains/definitions/wemix.d.ts +42 -0
  122. package/_types/chains/definitions/wemix.d.ts.map +1 -0
  123. package/_types/chains/definitions/wemixTestnet.d.ts +42 -0
  124. package/_types/chains/definitions/wemixTestnet.d.ts.map +1 -0
  125. package/_types/chains/definitions/zkFair.d.ts +38 -0
  126. package/_types/chains/definitions/zkFair.d.ts.map +1 -0
  127. package/_types/chains/definitions/zkFairTestnet.d.ts +38 -0
  128. package/_types/chains/definitions/zkFairTestnet.d.ts.map +1 -0
  129. package/_types/chains/index.d.ts +12 -0
  130. package/_types/chains/index.d.ts.map +1 -1
  131. package/_types/chains/opStack/abis.d.ts +4 -0
  132. package/_types/chains/opStack/abis.d.ts.map +1 -1
  133. package/_types/chains/opStack/contracts.d.ts +4 -0
  134. package/_types/chains/opStack/contracts.d.ts.map +1 -1
  135. package/_types/chains/opStack/decorators/publicL1.d.ts +15 -0
  136. package/_types/chains/opStack/decorators/publicL1.d.ts.map +1 -1
  137. package/_types/chains/opStack/decorators/publicL2.d.ts +15 -0
  138. package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
  139. package/_types/chains/opStack/decorators/walletL1.d.ts +17 -0
  140. package/_types/chains/opStack/decorators/walletL1.d.ts.map +1 -1
  141. package/_types/chains/opStack/decorators/walletL2.d.ts +17 -0
  142. package/_types/chains/opStack/decorators/walletL2.d.ts.map +1 -1
  143. package/_types/chains/opStack/types/contract.d.ts +8 -7
  144. package/_types/chains/opStack/types/contract.d.ts.map +1 -1
  145. package/_types/clients/decorators/wallet.d.ts +2 -2
  146. package/_types/clients/decorators/wallet.d.ts.map +1 -1
  147. package/_types/errors/version.d.ts +1 -1
  148. package/accounts/generateMnemonic.ts +6 -2
  149. package/actions/public/simulateContract.ts +2 -2
  150. package/chains/definitions/acala.ts +29 -0
  151. package/chains/definitions/arbitrumSepolia.ts +2 -4
  152. package/chains/definitions/bahamut.ts +40 -0
  153. package/chains/definitions/bitTorrent.ts +16 -0
  154. package/chains/definitions/bitTorrentTestnet.ts +17 -0
  155. package/chains/definitions/jbc.ts +29 -0
  156. package/chains/definitions/karura.ts +29 -0
  157. package/chains/definitions/klaytn.ts +1 -1
  158. package/chains/definitions/mandala.ts +29 -0
  159. package/chains/definitions/oasisTestnet.ts +19 -0
  160. package/chains/definitions/opBNBTestnet.ts +1 -1
  161. package/chains/definitions/wemix.ts +16 -0
  162. package/chains/definitions/wemixTestnet.ts +17 -0
  163. package/chains/definitions/zkFair.ts +27 -0
  164. package/chains/definitions/zkFairTestnet.ts +27 -0
  165. package/chains/index.ts +12 -0
  166. package/chains/opStack/abis.ts +4 -0
  167. package/chains/opStack/contracts.ts +4 -0
  168. package/chains/opStack/decorators/publicL1.ts +15 -0
  169. package/chains/opStack/decorators/publicL2.ts +15 -0
  170. package/chains/opStack/decorators/walletL1.ts +17 -0
  171. package/chains/opStack/decorators/walletL2.ts +17 -0
  172. package/chains/opStack/types/contract.ts +15 -6
  173. package/clients/decorators/wallet.ts +2 -2
  174. package/errors/version.ts +1 -1
  175. package/package.json +12 -34
@@ -0,0 +1,428 @@
1
+ export declare const ierc1271WalletABI: readonly [{
2
+ readonly stateMutability: "view";
3
+ readonly type: "function";
4
+ readonly inputs: readonly [{
5
+ readonly name: "hash";
6
+ readonly internalType: "bytes32";
7
+ readonly type: "bytes32";
8
+ }, {
9
+ readonly name: "signature";
10
+ readonly internalType: "bytes";
11
+ readonly type: "bytes";
12
+ }];
13
+ readonly name: "isValidSignature";
14
+ readonly outputs: readonly [{
15
+ readonly name: "magicValue";
16
+ readonly internalType: "bytes4";
17
+ readonly type: "bytes4";
18
+ }];
19
+ }];
20
+ export declare const verifySigABI: readonly [{
21
+ readonly stateMutability: "nonpayable";
22
+ readonly type: "constructor";
23
+ readonly inputs: readonly [{
24
+ readonly name: "_signer";
25
+ readonly internalType: "address";
26
+ readonly type: "address";
27
+ }, {
28
+ readonly name: "_hash";
29
+ readonly internalType: "bytes32";
30
+ readonly type: "bytes32";
31
+ }, {
32
+ readonly name: "_signature";
33
+ readonly internalType: "bytes";
34
+ readonly type: "bytes";
35
+ }];
36
+ }, {
37
+ readonly stateMutability: "nonpayable";
38
+ readonly type: "function";
39
+ readonly inputs: readonly [{
40
+ readonly name: "_signer";
41
+ readonly internalType: "address";
42
+ readonly type: "address";
43
+ }, {
44
+ readonly name: "_hash";
45
+ readonly internalType: "bytes32";
46
+ readonly type: "bytes32";
47
+ }, {
48
+ readonly name: "_signature";
49
+ readonly internalType: "bytes";
50
+ readonly type: "bytes";
51
+ }];
52
+ readonly name: "isValidUniversalSig";
53
+ readonly outputs: readonly [{
54
+ readonly name: "";
55
+ readonly internalType: "bool";
56
+ readonly type: "bool";
57
+ }];
58
+ }];
59
+ export declare const erc20InvalidTransferEventABI: readonly [{
60
+ readonly type: "event";
61
+ readonly anonymous: false;
62
+ readonly inputs: readonly [{
63
+ readonly name: "from";
64
+ readonly internalType: "address";
65
+ readonly type: "address";
66
+ readonly indexed: true;
67
+ }, {
68
+ readonly name: "to";
69
+ readonly internalType: "address";
70
+ readonly type: "address";
71
+ readonly indexed: false;
72
+ }, {
73
+ readonly name: "value";
74
+ readonly internalType: "uint256";
75
+ readonly type: "uint256";
76
+ readonly indexed: false;
77
+ }];
78
+ readonly name: "Transfer";
79
+ }, {
80
+ readonly stateMutability: "nonpayable";
81
+ readonly type: "function";
82
+ readonly inputs: readonly [{
83
+ readonly name: "recipient";
84
+ readonly internalType: "address";
85
+ readonly type: "address";
86
+ }, {
87
+ readonly name: "amount";
88
+ readonly internalType: "uint256";
89
+ readonly type: "uint256";
90
+ }];
91
+ readonly name: "transfer";
92
+ readonly outputs: readonly [];
93
+ }];
94
+ export declare const gh434ABI: readonly [{
95
+ readonly stateMutability: "pure";
96
+ readonly type: "function";
97
+ readonly inputs: readonly [];
98
+ readonly name: "bar";
99
+ readonly outputs: readonly [{
100
+ readonly name: "";
101
+ readonly internalType: "string";
102
+ readonly type: "string";
103
+ }];
104
+ }, {
105
+ readonly stateMutability: "pure";
106
+ readonly type: "function";
107
+ readonly inputs: readonly [];
108
+ readonly name: "baz";
109
+ readonly outputs: readonly [{
110
+ readonly name: "";
111
+ readonly internalType: "uint256";
112
+ readonly type: "uint256";
113
+ }];
114
+ }, {
115
+ readonly stateMutability: "pure";
116
+ readonly type: "function";
117
+ readonly inputs: readonly [];
118
+ readonly name: "foo";
119
+ readonly outputs: readonly [{
120
+ readonly name: "a";
121
+ readonly internalType: "uint256";
122
+ readonly type: "uint256";
123
+ }, {
124
+ readonly name: "b";
125
+ readonly internalType: "bool";
126
+ readonly type: "bool";
127
+ }];
128
+ }];
129
+ export declare const ensAvatarTokenUriABI: readonly [{
130
+ readonly stateMutability: "view";
131
+ readonly type: "function";
132
+ readonly inputs: readonly [{
133
+ readonly name: "tokenId";
134
+ readonly internalType: "uint256";
135
+ readonly type: "uint256";
136
+ }];
137
+ readonly name: "ownerOf";
138
+ readonly outputs: readonly [{
139
+ readonly name: "";
140
+ readonly internalType: "address";
141
+ readonly type: "address";
142
+ }];
143
+ }, {
144
+ readonly stateMutability: "view";
145
+ readonly type: "function";
146
+ readonly inputs: readonly [{
147
+ readonly name: "tokenId";
148
+ readonly internalType: "uint256";
149
+ readonly type: "uint256";
150
+ }];
151
+ readonly name: "tokenURI";
152
+ readonly outputs: readonly [{
153
+ readonly name: "";
154
+ readonly internalType: "string";
155
+ readonly type: "string";
156
+ }];
157
+ }];
158
+ export declare const errorsExampleABI: readonly [{
159
+ readonly type: "error";
160
+ readonly inputs: readonly [{
161
+ readonly name: "foo";
162
+ readonly internalType: "struct ErrorsExample.Foo";
163
+ readonly type: "tuple";
164
+ readonly components: readonly [{
165
+ readonly name: "sender";
166
+ readonly internalType: "address";
167
+ readonly type: "address";
168
+ }, {
169
+ readonly name: "bar";
170
+ readonly internalType: "uint256";
171
+ readonly type: "uint256";
172
+ }];
173
+ }, {
174
+ readonly name: "message";
175
+ readonly internalType: "string";
176
+ readonly type: "string";
177
+ }, {
178
+ readonly name: "number";
179
+ readonly internalType: "uint256";
180
+ readonly type: "uint256";
181
+ }];
182
+ readonly name: "ComplexError";
183
+ }, {
184
+ readonly type: "error";
185
+ readonly inputs: readonly [{
186
+ readonly name: "message";
187
+ readonly internalType: "string";
188
+ readonly type: "string";
189
+ }];
190
+ readonly name: "SimpleError";
191
+ }, {
192
+ readonly type: "error";
193
+ readonly inputs: readonly [];
194
+ readonly name: "SimpleErrorNoArgs";
195
+ }, {
196
+ readonly stateMutability: "pure";
197
+ readonly type: "function";
198
+ readonly inputs: readonly [];
199
+ readonly name: "assertRead";
200
+ readonly outputs: readonly [];
201
+ }, {
202
+ readonly stateMutability: "nonpayable";
203
+ readonly type: "function";
204
+ readonly inputs: readonly [];
205
+ readonly name: "assertWrite";
206
+ readonly outputs: readonly [];
207
+ }, {
208
+ readonly stateMutability: "pure";
209
+ readonly type: "function";
210
+ readonly inputs: readonly [];
211
+ readonly name: "complexCustomRead";
212
+ readonly outputs: readonly [];
213
+ }, {
214
+ readonly stateMutability: "nonpayable";
215
+ readonly type: "function";
216
+ readonly inputs: readonly [];
217
+ readonly name: "complexCustomWrite";
218
+ readonly outputs: readonly [];
219
+ }, {
220
+ readonly stateMutability: "pure";
221
+ readonly type: "function";
222
+ readonly inputs: readonly [];
223
+ readonly name: "divideByZeroRead";
224
+ readonly outputs: readonly [{
225
+ readonly name: "";
226
+ readonly internalType: "uint256";
227
+ readonly type: "uint256";
228
+ }];
229
+ }, {
230
+ readonly stateMutability: "nonpayable";
231
+ readonly type: "function";
232
+ readonly inputs: readonly [];
233
+ readonly name: "divideByZeroWrite";
234
+ readonly outputs: readonly [{
235
+ readonly name: "";
236
+ readonly internalType: "uint256";
237
+ readonly type: "uint256";
238
+ }];
239
+ }, {
240
+ readonly stateMutability: "pure";
241
+ readonly type: "function";
242
+ readonly inputs: readonly [];
243
+ readonly name: "overflowRead";
244
+ readonly outputs: readonly [{
245
+ readonly name: "";
246
+ readonly internalType: "uint256";
247
+ readonly type: "uint256";
248
+ }];
249
+ }, {
250
+ readonly stateMutability: "nonpayable";
251
+ readonly type: "function";
252
+ readonly inputs: readonly [];
253
+ readonly name: "overflowWrite";
254
+ readonly outputs: readonly [{
255
+ readonly name: "";
256
+ readonly internalType: "uint256";
257
+ readonly type: "uint256";
258
+ }];
259
+ }, {
260
+ readonly stateMutability: "pure";
261
+ readonly type: "function";
262
+ readonly inputs: readonly [];
263
+ readonly name: "requireRead";
264
+ readonly outputs: readonly [];
265
+ }, {
266
+ readonly stateMutability: "nonpayable";
267
+ readonly type: "function";
268
+ readonly inputs: readonly [];
269
+ readonly name: "requireWrite";
270
+ readonly outputs: readonly [];
271
+ }, {
272
+ readonly stateMutability: "pure";
273
+ readonly type: "function";
274
+ readonly inputs: readonly [];
275
+ readonly name: "revertRead";
276
+ readonly outputs: readonly [];
277
+ }, {
278
+ readonly stateMutability: "nonpayable";
279
+ readonly type: "function";
280
+ readonly inputs: readonly [];
281
+ readonly name: "revertWrite";
282
+ readonly outputs: readonly [];
283
+ }, {
284
+ readonly stateMutability: "pure";
285
+ readonly type: "function";
286
+ readonly inputs: readonly [];
287
+ readonly name: "simpleCustomRead";
288
+ readonly outputs: readonly [];
289
+ }, {
290
+ readonly stateMutability: "pure";
291
+ readonly type: "function";
292
+ readonly inputs: readonly [];
293
+ readonly name: "simpleCustomReadNoArgs";
294
+ readonly outputs: readonly [];
295
+ }, {
296
+ readonly stateMutability: "nonpayable";
297
+ readonly type: "function";
298
+ readonly inputs: readonly [];
299
+ readonly name: "simpleCustomWrite";
300
+ readonly outputs: readonly [];
301
+ }];
302
+ export declare const offchainLookupExampleABI: readonly [{
303
+ readonly stateMutability: "nonpayable";
304
+ readonly type: "constructor";
305
+ readonly inputs: readonly [{
306
+ readonly name: "urls_";
307
+ readonly internalType: "string[]";
308
+ readonly type: "string[]";
309
+ }];
310
+ }, {
311
+ readonly type: "error";
312
+ readonly inputs: readonly [{
313
+ readonly name: "sender";
314
+ readonly internalType: "address";
315
+ readonly type: "address";
316
+ }, {
317
+ readonly name: "urls";
318
+ readonly internalType: "string[]";
319
+ readonly type: "string[]";
320
+ }, {
321
+ readonly name: "callData";
322
+ readonly internalType: "bytes";
323
+ readonly type: "bytes";
324
+ }, {
325
+ readonly name: "callbackFunction";
326
+ readonly internalType: "bytes4";
327
+ readonly type: "bytes4";
328
+ }, {
329
+ readonly name: "extraData";
330
+ readonly internalType: "bytes";
331
+ readonly type: "bytes";
332
+ }];
333
+ readonly name: "OffchainLookup";
334
+ }, {
335
+ readonly stateMutability: "view";
336
+ readonly type: "function";
337
+ readonly inputs: readonly [{
338
+ readonly name: "name";
339
+ readonly internalType: "string";
340
+ readonly type: "string";
341
+ }];
342
+ readonly name: "getAddress";
343
+ readonly outputs: readonly [{
344
+ readonly name: "";
345
+ readonly internalType: "address";
346
+ readonly type: "address";
347
+ }];
348
+ }, {
349
+ readonly stateMutability: "view";
350
+ readonly type: "function";
351
+ readonly inputs: readonly [{
352
+ readonly name: "result";
353
+ readonly internalType: "bytes";
354
+ readonly type: "bytes";
355
+ }, {
356
+ readonly name: "extraData";
357
+ readonly internalType: "bytes";
358
+ readonly type: "bytes";
359
+ }];
360
+ readonly name: "getAddressWithProof";
361
+ readonly outputs: readonly [{
362
+ readonly name: "";
363
+ readonly internalType: "address";
364
+ readonly type: "address";
365
+ }];
366
+ }, {
367
+ readonly stateMutability: "pure";
368
+ readonly type: "function";
369
+ readonly inputs: readonly [{
370
+ readonly name: "_ethSignedMessageHash";
371
+ readonly internalType: "bytes32";
372
+ readonly type: "bytes32";
373
+ }, {
374
+ readonly name: "_signature";
375
+ readonly internalType: "bytes";
376
+ readonly type: "bytes";
377
+ }];
378
+ readonly name: "recoverSigner";
379
+ readonly outputs: readonly [{
380
+ readonly name: "";
381
+ readonly internalType: "address";
382
+ readonly type: "address";
383
+ }];
384
+ }, {
385
+ readonly stateMutability: "pure";
386
+ readonly type: "function";
387
+ readonly inputs: readonly [{
388
+ readonly name: "sig";
389
+ readonly internalType: "bytes";
390
+ readonly type: "bytes";
391
+ }];
392
+ readonly name: "splitSignature";
393
+ readonly outputs: readonly [{
394
+ readonly name: "r";
395
+ readonly internalType: "bytes32";
396
+ readonly type: "bytes32";
397
+ }, {
398
+ readonly name: "s";
399
+ readonly internalType: "bytes32";
400
+ readonly type: "bytes32";
401
+ }, {
402
+ readonly name: "v";
403
+ readonly internalType: "uint8";
404
+ readonly type: "uint8";
405
+ }];
406
+ }, {
407
+ readonly stateMutability: "view";
408
+ readonly type: "function";
409
+ readonly inputs: readonly [{
410
+ readonly name: "";
411
+ readonly internalType: "uint256";
412
+ readonly type: "uint256";
413
+ }];
414
+ readonly name: "urls";
415
+ readonly outputs: readonly [{
416
+ readonly name: "";
417
+ readonly internalType: "string";
418
+ readonly type: "string";
419
+ }];
420
+ }];
421
+ export declare const payableABI: readonly [{
422
+ readonly stateMutability: "payable";
423
+ readonly type: "function";
424
+ readonly inputs: readonly [];
425
+ readonly name: "pay";
426
+ readonly outputs: readonly [];
427
+ }];
428
+ //# sourceMappingURL=generated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated.d.ts","sourceRoot":"","sources":["../../_test/generated.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;EAWpB,CAAA;AAMV,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBf,CAAA;AAMV,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0B/B,CAAA;AAMV,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBX,CAAA;AAMV,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAevB,CAAA;AAMV,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiInB,CAAA;AAMV,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkE3B,CAAA;AAMV,eAAO,MAAM,UAAU;;;;;;EAQb,CAAA"}
@@ -4,8 +4,9 @@ export type GenerateMnemonicErrorType = ErrorType;
4
4
  * @description Generates a random mnemonic phrase with a given wordlist.
5
5
  *
6
6
  * @param wordlist The wordlist to use for generating the mnemonic phrase.
7
+ * @param strength mnemonic strength 128-256 bits
7
8
  *
8
9
  * @returns A randomly generated mnemonic phrase.
9
10
  */
10
- export declare function generateMnemonic(wordlist: string[]): string;
11
+ export declare function generateMnemonic(wordlist: string[], strength?: number): string;
11
12
  //# sourceMappingURL=generateMnemonic.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"generateMnemonic.d.ts","sourceRoot":"","sources":["../../accounts/generateMnemonic.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAEnD,MAAM,MAAM,yBAAyB,GAAG,SAAS,CAAA;AAEjD;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,MAAM,CAE3D"}
1
+ {"version":3,"file":"generateMnemonic.d.ts","sourceRoot":"","sources":["../../accounts/generateMnemonic.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAEnD,MAAM,MAAM,yBAAyB,GAAG,SAAS,CAAA;AAEjD;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,MAAM,EAAE,EAClB,QAAQ,CAAC,EAAE,MAAM,GAChB,MAAM,CAER"}
@@ -24,7 +24,7 @@ export type SimulateContractReturnType<abi extends Abi | readonly unknown[] = Ab
24
24
  ], resolvedAccount extends Account | undefined = accountOverride extends Account | Address ? ParseAccount<accountOverride> : account> = {
25
25
  result: ContractFunctionReturnType<minimizedAbi, 'nonpayable' | 'payable', functionName, args>;
26
26
  request: Prettify<UnionEvaluate<UnionOmit<WriteContractParameters<minimizedAbi, functionName, args, chain, undefined, chainOverride>, 'account' | 'abi' | 'args' | 'chain' | 'functionName'>> & ContractFunctionParameters<minimizedAbi, 'nonpayable' | 'payable', functionName, args> & {
27
- chain: chainOverride;
27
+ chain: DeriveChain<chain, chainOverride>;
28
28
  } & (resolvedAccount extends Account ? {
29
29
  account: resolvedAccount;
30
30
  } : {
@@ -63,5 +63,5 @@ export type SimulateContractErrorType = ParseAccountErrorType | EncodeFunctionDa
63
63
  * account: '0xA0Cf798816D4b9b9866b5330EEa46a18382f251e',
64
64
  * })
65
65
  */
66
- export declare function simulateContract<chain extends Chain | undefined, account extends Account | undefined, const abi extends Abi | readonly unknown[], functionName extends ContractFunctionName<abi, 'nonpayable' | 'payable'>, args extends ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName>, chainOverride extends Chain | undefined, accountOverride extends Account | Address | undefined = undefined>(client: Client<Transport, chain, account>, parameters: SimulateContractParameters<abi, functionName, args, chain, chainOverride, accountOverride>): Promise<SimulateContractReturnType<abi, functionName, args, chain, account, chainOverride, accountOverride>>;
66
+ export declare function simulateContract<chain extends Chain | undefined, account extends Account | undefined, const abi extends Abi | readonly unknown[], functionName extends ContractFunctionName<abi, 'nonpayable' | 'payable'>, args extends ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName>, chainOverride extends Chain | undefined = undefined, accountOverride extends Account | Address | undefined = undefined>(client: Client<Transport, chain, account>, parameters: SimulateContractParameters<abi, functionName, args, chain, chainOverride, accountOverride>): Promise<SimulateContractReturnType<abi, functionName, args, chain, account, chainOverride, accountOverride>>;
67
67
  //# sourceMappingURL=simulateContract.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"simulateContract.d.ts","sourceRoot":"","sources":["../../../actions/public/simulateContract.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"simulateContract.d.ts","sourceRoot":"","sources":["../../../actions/public/simulateContract.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,40 @@
1
+ export declare const acala: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Acala Blockscout";
5
+ readonly url: "https://blockscout.acala.network";
6
+ };
7
+ };
8
+ contracts?: {
9
+ [x: string]: import("../../index.js").ChainContract | {
10
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
11
+ } | undefined;
12
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
13
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
14
+ multicall3?: import("../../index.js").ChainContract | undefined;
15
+ } | undefined;
16
+ id: 787;
17
+ name: "Acala";
18
+ nativeCurrency: {
19
+ readonly name: "Acala";
20
+ readonly symbol: "ACA";
21
+ readonly decimals: 18;
22
+ };
23
+ rpcUrls: {
24
+ readonly public: {
25
+ readonly http: readonly ["https://eth-rpc-acala.aca-api.network"];
26
+ readonly webSocket: readonly ["wss://eth-rpc-acala.aca-api.network"];
27
+ };
28
+ readonly default: {
29
+ readonly http: readonly ["https://eth-rpc-acala.aca-api.network"];
30
+ readonly webSocket: readonly ["wss://eth-rpc-acala.aca-api.network"];
31
+ };
32
+ };
33
+ sourceId?: number | undefined;
34
+ testnet: false;
35
+ formatters?: undefined;
36
+ serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
37
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
38
+ readonly network: "acala";
39
+ };
40
+ //# sourceMappingURL=acala.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"acala.d.ts","sourceRoot":"","sources":["../../../chains/definitions/acala.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BhB,CAAA"}
@@ -1,8 +1,12 @@
1
1
  export declare const arbitrumSepolia: {
2
2
  blockExplorers: {
3
+ readonly etherscan: {
4
+ readonly name: "Arbiscan";
5
+ readonly url: "https://sepolia.arbiscan.io";
6
+ };
3
7
  readonly default: {
4
- readonly name: "Blockscout";
5
- readonly url: "https://sepolia-explorer.arbitrum.io";
8
+ readonly name: "Arbiscan";
9
+ readonly url: "https://sepolia.arbiscan.io";
6
10
  };
7
11
  };
8
12
  contracts: {
@@ -1 +1 @@
1
- {"version":3,"file":"arbitrumSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/arbitrumSepolia.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B1B,CAAA"}
1
+ {"version":3,"file":"arbitrumSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/arbitrumSepolia.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B1B,CAAA"}
@@ -0,0 +1,40 @@
1
+ export declare const bahamut: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Ftnscan";
5
+ readonly url: "https://www.ftnscan.com";
6
+ };
7
+ };
8
+ contracts?: {
9
+ [x: string]: import("../../index.js").ChainContract | {
10
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
11
+ } | undefined;
12
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
13
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
14
+ multicall3?: import("../../index.js").ChainContract | undefined;
15
+ } | undefined;
16
+ id: 5165;
17
+ name: "Bahamut";
18
+ nativeCurrency: {
19
+ readonly name: "Fasttoken";
20
+ readonly symbol: "FTN";
21
+ readonly decimals: 18;
22
+ };
23
+ rpcUrls: {
24
+ readonly default: {
25
+ readonly http: readonly ["https://rpc1.bahamut.io", "https://bahamut.publicnode.com", "https://rpc2.bahamut.io"];
26
+ readonly webSocket: readonly ["wss://ws1.sahara.bahamutchain.com", "wss://bahamut.publicnode.com", "wss://ws2.sahara.bahamutchain.com"];
27
+ };
28
+ readonly public: {
29
+ readonly http: readonly ["https://rpc1.bahamut.io", "https://bahamut.publicnode.com", "https://rpc2.bahamut.io"];
30
+ readonly webSocket: readonly ["wss://ws1.sahara.bahamutchain.com", "wss://bahamut.publicnode.com", "wss://ws2.sahara.bahamutchain.com"];
31
+ };
32
+ };
33
+ sourceId?: number | undefined;
34
+ testnet?: boolean | undefined;
35
+ formatters?: undefined;
36
+ serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
37
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
38
+ readonly network: "bahamut";
39
+ };
40
+ //# sourceMappingURL=bahamut.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bahamut.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bahamut.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqClB,CAAA"}
@@ -0,0 +1,42 @@
1
+ export declare const bitTorrent: {
2
+ blockExplorers: {
3
+ readonly etherscan: {
4
+ readonly name: "Bttcscan";
5
+ readonly url: "https://bttcscan.com";
6
+ };
7
+ readonly default: {
8
+ readonly name: "Bttcscan";
9
+ readonly url: "https://bttcscan.com";
10
+ };
11
+ };
12
+ contracts?: {
13
+ [x: string]: import("../../index.js").ChainContract | {
14
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
15
+ } | undefined;
16
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
17
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
18
+ multicall3?: import("../../index.js").ChainContract | undefined;
19
+ } | undefined;
20
+ id: 199;
21
+ name: "BitTorrent";
22
+ nativeCurrency: {
23
+ readonly name: "BitTorrent";
24
+ readonly symbol: "BTT";
25
+ readonly decimals: 18;
26
+ };
27
+ rpcUrls: {
28
+ readonly default: {
29
+ readonly http: readonly ["https://rpc.bittorrentchain.io"];
30
+ };
31
+ readonly public: {
32
+ readonly http: readonly ["https://rpc.bittorrentchain.io"];
33
+ };
34
+ };
35
+ sourceId?: number | undefined;
36
+ testnet?: boolean | undefined;
37
+ formatters?: undefined;
38
+ serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
39
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
40
+ readonly network: "bittorrent-chain-mainnet";
41
+ };
42
+ //# sourceMappingURL=bitTorrent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bitTorrent.d.ts","sourceRoot":"","sources":["../../../chains/definitions/bitTorrent.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAarB,CAAA"}