viem 2.0.0-rc.1 → 2.0.0-rc.3

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 (132) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/_cjs/accounts/generateMnemonic.js +2 -2
  3. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  4. package/_cjs/chains/definitions/arbitrumSepolia.js +2 -4
  5. package/_cjs/chains/definitions/arbitrumSepolia.js.map +1 -1
  6. package/_cjs/chains/definitions/bitTorrent.js +19 -0
  7. package/_cjs/chains/definitions/bitTorrent.js.map +1 -0
  8. package/_cjs/chains/definitions/bitTorrentTestnet.js +20 -0
  9. package/_cjs/chains/definitions/bitTorrentTestnet.js.map +1 -0
  10. package/_cjs/chains/definitions/jbc.js +32 -0
  11. package/_cjs/chains/definitions/jbc.js.map +1 -0
  12. package/_cjs/chains/definitions/wemix.js +19 -0
  13. package/_cjs/chains/definitions/wemix.js.map +1 -0
  14. package/_cjs/chains/definitions/wemixTestnet.js +20 -0
  15. package/_cjs/chains/definitions/wemixTestnet.js.map +1 -0
  16. package/_cjs/chains/index.js +14 -4
  17. package/_cjs/chains/index.js.map +1 -1
  18. package/_cjs/chains/opStack/abis.js.map +1 -1
  19. package/_cjs/chains/opStack/contracts.js.map +1 -1
  20. package/_cjs/chains/opStack/decorators/publicL1.js.map +1 -1
  21. package/_cjs/chains/opStack/decorators/publicL2.js.map +1 -1
  22. package/_cjs/chains/opStack/decorators/walletL1.js.map +1 -1
  23. package/_cjs/chains/opStack/decorators/walletL2.js.map +1 -1
  24. package/_cjs/errors/version.js +1 -1
  25. package/_esm/accounts/generateMnemonic.js +3 -2
  26. package/_esm/accounts/generateMnemonic.js.map +1 -1
  27. package/_esm/chains/definitions/arbitrumSepolia.js +2 -4
  28. package/_esm/chains/definitions/arbitrumSepolia.js.map +1 -1
  29. package/_esm/chains/definitions/bitTorrent.js +16 -0
  30. package/_esm/chains/definitions/bitTorrent.js.map +1 -0
  31. package/_esm/chains/definitions/bitTorrentTestnet.js +17 -0
  32. package/_esm/chains/definitions/bitTorrentTestnet.js.map +1 -0
  33. package/_esm/chains/definitions/jbc.js +29 -0
  34. package/_esm/chains/definitions/jbc.js.map +1 -0
  35. package/_esm/chains/definitions/wemix.js +16 -0
  36. package/_esm/chains/definitions/wemix.js.map +1 -0
  37. package/_esm/chains/definitions/wemixTestnet.js +17 -0
  38. package/_esm/chains/definitions/wemixTestnet.js.map +1 -0
  39. package/_esm/chains/index.js +5 -0
  40. package/_esm/chains/index.js.map +1 -1
  41. package/_esm/chains/opStack/abis.js +4 -0
  42. package/_esm/chains/opStack/abis.js.map +1 -1
  43. package/_esm/chains/opStack/contracts.js +4 -0
  44. package/_esm/chains/opStack/contracts.js.map +1 -1
  45. package/_esm/chains/opStack/decorators/publicL1.js +15 -0
  46. package/_esm/chains/opStack/decorators/publicL1.js.map +1 -1
  47. package/_esm/chains/opStack/decorators/publicL2.js +15 -0
  48. package/_esm/chains/opStack/decorators/publicL2.js.map +1 -1
  49. package/_esm/chains/opStack/decorators/walletL1.js +17 -0
  50. package/_esm/chains/opStack/decorators/walletL1.js.map +1 -1
  51. package/_esm/chains/opStack/decorators/walletL2.js +17 -0
  52. package/_esm/chains/opStack/decorators/walletL2.js.map +1 -1
  53. package/_esm/errors/version.js +1 -1
  54. package/_types/accounts/generateMnemonic.d.ts +2 -1
  55. package/_types/accounts/generateMnemonic.d.ts.map +1 -1
  56. package/_types/actions/public/simulateContract.d.ts +2 -2
  57. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  58. package/_types/chains/celo/chainConfig.d.ts +65 -65
  59. package/_types/chains/celo/formatters.d.ts +65 -65
  60. package/_types/chains/definitions/arbitrumSepolia.d.ts +6 -2
  61. package/_types/chains/definitions/arbitrumSepolia.d.ts.map +1 -1
  62. package/_types/chains/definitions/base.d.ts +50 -50
  63. package/_types/chains/definitions/baseGoerli.d.ts +50 -50
  64. package/_types/chains/definitions/baseSepolia.d.ts +50 -50
  65. package/_types/chains/definitions/bitTorrent.d.ts +42 -0
  66. package/_types/chains/definitions/bitTorrent.d.ts.map +1 -0
  67. package/_types/chains/definitions/bitTorrentTestnet.d.ts +42 -0
  68. package/_types/chains/definitions/bitTorrentTestnet.d.ts.map +1 -0
  69. package/_types/chains/definitions/celo.d.ts +65 -65
  70. package/_types/chains/definitions/celoAlfajores.d.ts +65 -65
  71. package/_types/chains/definitions/celoCannoli.d.ts +65 -65
  72. package/_types/chains/definitions/jbc.d.ts +36 -0
  73. package/_types/chains/definitions/jbc.d.ts.map +1 -0
  74. package/_types/chains/definitions/optimism.d.ts +50 -50
  75. package/_types/chains/definitions/optimismGoerli.d.ts +50 -50
  76. package/_types/chains/definitions/optimismSepolia.d.ts +50 -50
  77. package/_types/chains/definitions/pgn.d.ts +50 -50
  78. package/_types/chains/definitions/pgnTestnet.d.ts +50 -50
  79. package/_types/chains/definitions/wemix.d.ts +42 -0
  80. package/_types/chains/definitions/wemix.d.ts.map +1 -0
  81. package/_types/chains/definitions/wemixTestnet.d.ts +42 -0
  82. package/_types/chains/definitions/wemixTestnet.d.ts.map +1 -0
  83. package/_types/chains/definitions/zkSync.d.ts +3 -3
  84. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +3 -3
  85. package/_types/chains/definitions/zkSyncTestnet.d.ts +3 -3
  86. package/_types/chains/definitions/zora.d.ts +50 -50
  87. package/_types/chains/definitions/zoraSepolia.d.ts +50 -50
  88. package/_types/chains/definitions/zoraTestnet.d.ts +50 -50
  89. package/_types/chains/index.d.ts +6 -1
  90. package/_types/chains/index.d.ts.map +1 -1
  91. package/_types/chains/opStack/abis.d.ts +4 -0
  92. package/_types/chains/opStack/abis.d.ts.map +1 -1
  93. package/_types/chains/opStack/chainConfig.d.ts +50 -50
  94. package/_types/chains/opStack/contracts.d.ts +4 -0
  95. package/_types/chains/opStack/contracts.d.ts.map +1 -1
  96. package/_types/chains/opStack/decorators/publicL1.d.ts +15 -0
  97. package/_types/chains/opStack/decorators/publicL1.d.ts.map +1 -1
  98. package/_types/chains/opStack/decorators/publicL2.d.ts +15 -0
  99. package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
  100. package/_types/chains/opStack/decorators/walletL1.d.ts +17 -0
  101. package/_types/chains/opStack/decorators/walletL1.d.ts.map +1 -1
  102. package/_types/chains/opStack/decorators/walletL2.d.ts +17 -0
  103. package/_types/chains/opStack/decorators/walletL2.d.ts.map +1 -1
  104. package/_types/chains/opStack/formatters.d.ts +50 -50
  105. package/_types/chains/opStack/types/contract.d.ts +8 -7
  106. package/_types/chains/opStack/types/contract.d.ts.map +1 -1
  107. package/_types/chains/zksync/chainConfig.d.ts +3 -3
  108. package/_types/chains/zksync/formatters.d.ts +3 -3
  109. package/_types/clients/decorators/wallet.d.ts +2 -2
  110. package/_types/clients/decorators/wallet.d.ts.map +1 -1
  111. package/_types/errors/version.d.ts +1 -1
  112. package/_types/utils/formatters/transaction.d.ts +1 -1
  113. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  114. package/accounts/generateMnemonic.ts +6 -2
  115. package/actions/public/simulateContract.ts +2 -2
  116. package/chains/definitions/arbitrumSepolia.ts +2 -4
  117. package/chains/definitions/bitTorrent.ts +16 -0
  118. package/chains/definitions/bitTorrentTestnet.ts +17 -0
  119. package/chains/definitions/jbc.ts +29 -0
  120. package/chains/definitions/wemix.ts +16 -0
  121. package/chains/definitions/wemixTestnet.ts +17 -0
  122. package/chains/index.ts +13 -1
  123. package/chains/opStack/abis.ts +4 -0
  124. package/chains/opStack/contracts.ts +4 -0
  125. package/chains/opStack/decorators/publicL1.ts +15 -0
  126. package/chains/opStack/decorators/publicL2.ts +15 -0
  127. package/chains/opStack/decorators/walletL1.ts +17 -0
  128. package/chains/opStack/decorators/walletL2.ts +17 -0
  129. package/chains/opStack/types/contract.ts +15 -6
  130. package/clients/decorators/wallet.ts +2 -2
  131. package/errors/version.ts +1 -1
  132. package/package.json +34 -12
@@ -70,12 +70,8 @@ export declare const pgnTestnet: {
70
70
  readonly transaction: {
71
71
  exclude: [] | undefined;
72
72
  format: (args: ({
73
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
74
- blockHash?: `0x${string}` | null | undefined;
75
- gasPrice?: `0x${string}` | undefined;
76
- maxFeePerGas?: `0x${string}` | undefined;
77
- maxPriorityFeePerGas?: `0x${string}` | undefined;
78
73
  yParity?: `0x${string}` | undefined;
74
+ blockHash?: `0x${string}` | null | undefined;
79
75
  blockNumber?: `0x${string}` | null | undefined;
80
76
  from?: `0x${string}` | undefined;
81
77
  gas?: `0x${string}` | undefined;
@@ -88,6 +84,10 @@ export declare const pgnTestnet: {
88
84
  transactionIndex?: `0x${string}` | null | undefined;
89
85
  v?: `0x${string}` | undefined;
90
86
  value?: `0x${string}` | undefined;
87
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
88
+ gasPrice?: `0x${string}` | undefined;
89
+ maxFeePerGas?: `0x${string}` | undefined;
90
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
91
91
  accessList?: undefined;
92
92
  chainId?: `0x${string}` | undefined;
93
93
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -95,12 +95,8 @@ export declare const pgnTestnet: {
95
95
  mint?: undefined;
96
96
  sourceHash?: undefined;
97
97
  }) | ({
98
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
99
- blockHash?: `0x${string}` | null | undefined;
100
- gasPrice?: `0x${string}` | undefined;
101
- maxFeePerGas?: `0x${string}` | undefined;
102
- maxPriorityFeePerGas?: `0x${string}` | undefined;
103
98
  yParity?: `0x${string}` | undefined;
99
+ blockHash?: `0x${string}` | null | undefined;
104
100
  blockNumber?: `0x${string}` | null | undefined;
105
101
  from?: `0x${string}` | undefined;
106
102
  gas?: `0x${string}` | undefined;
@@ -113,6 +109,10 @@ export declare const pgnTestnet: {
113
109
  transactionIndex?: `0x${string}` | null | undefined;
114
110
  v?: `0x${string}` | undefined;
115
111
  value?: `0x${string}` | undefined;
112
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
113
+ gasPrice?: `0x${string}` | undefined;
114
+ maxFeePerGas?: `0x${string}` | undefined;
115
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
116
116
  accessList?: undefined;
117
117
  chainId?: `0x${string}` | undefined;
118
118
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -121,12 +121,8 @@ export declare const pgnTestnet: {
121
121
  sourceHash: `0x${string}`;
122
122
  type: "0x7e";
123
123
  }) | ({
124
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
125
- blockHash?: `0x${string}` | null | undefined;
126
- gasPrice?: `0x${string}` | undefined;
127
- maxFeePerGas?: `0x${string}` | undefined;
128
- maxPriorityFeePerGas?: `0x${string}` | undefined;
129
124
  yParity?: `0x${string}` | undefined;
125
+ blockHash?: `0x${string}` | null | undefined;
130
126
  blockNumber?: `0x${string}` | null | undefined;
131
127
  from?: `0x${string}` | undefined;
132
128
  gas?: `0x${string}` | undefined;
@@ -139,6 +135,10 @@ export declare const pgnTestnet: {
139
135
  transactionIndex?: `0x${string}` | null | undefined;
140
136
  v?: `0x${string}` | undefined;
141
137
  value?: `0x${string}` | undefined;
138
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
139
+ gasPrice?: `0x${string}` | undefined;
140
+ maxFeePerGas?: `0x${string}` | undefined;
141
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
142
142
  accessList?: import("../../index.js").AccessList | undefined;
143
143
  chainId?: `0x${string}` | undefined;
144
144
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -146,12 +146,8 @@ export declare const pgnTestnet: {
146
146
  mint?: undefined;
147
147
  sourceHash?: undefined;
148
148
  }) | ({
149
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
150
- blockHash?: `0x${string}` | null | undefined;
151
- gasPrice?: `0x${string}` | undefined;
152
- maxFeePerGas?: `0x${string}` | undefined;
153
- maxPriorityFeePerGas?: `0x${string}` | undefined;
154
149
  yParity?: `0x${string}` | undefined;
150
+ blockHash?: `0x${string}` | null | undefined;
155
151
  blockNumber?: `0x${string}` | null | undefined;
156
152
  from?: `0x${string}` | undefined;
157
153
  gas?: `0x${string}` | undefined;
@@ -164,6 +160,10 @@ export declare const pgnTestnet: {
164
160
  transactionIndex?: `0x${string}` | null | undefined;
165
161
  v?: `0x${string}` | undefined;
166
162
  value?: `0x${string}` | undefined;
163
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
164
+ gasPrice?: `0x${string}` | undefined;
165
+ maxFeePerGas?: `0x${string}` | undefined;
166
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
167
167
  accessList?: import("../../index.js").AccessList | undefined;
168
168
  chainId?: `0x${string}` | undefined;
169
169
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -171,12 +171,8 @@ export declare const pgnTestnet: {
171
171
  mint?: undefined;
172
172
  sourceHash?: undefined;
173
173
  }) | ({
174
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
175
- blockHash?: `0x${string}` | null | undefined;
176
- gasPrice?: `0x${string}` | undefined;
177
- maxFeePerGas?: `0x${string}` | undefined;
178
- maxPriorityFeePerGas?: `0x${string}` | undefined;
179
174
  yParity?: `0x${string}` | undefined;
175
+ blockHash?: `0x${string}` | null | undefined;
180
176
  blockNumber?: `0x${string}` | null | undefined;
181
177
  from?: `0x${string}` | undefined;
182
178
  gas?: `0x${string}` | undefined;
@@ -189,6 +185,10 @@ export declare const pgnTestnet: {
189
185
  transactionIndex?: `0x${string}` | null | undefined;
190
186
  v?: `0x${string}` | undefined;
191
187
  value?: `0x${string}` | undefined;
188
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
189
+ gasPrice?: `0x${string}` | undefined;
190
+ maxFeePerGas?: `0x${string}` | undefined;
191
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
192
192
  accessList?: import("../../index.js").AccessList | undefined;
193
193
  chainId?: `0x${string}` | undefined;
194
194
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -196,12 +196,8 @@ export declare const pgnTestnet: {
196
196
  mint?: undefined;
197
197
  sourceHash?: undefined;
198
198
  }) | ({
199
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
200
- blockHash?: `0x${string}` | null | undefined;
201
- gasPrice?: `0x${string}` | undefined;
202
- maxFeePerGas?: `0x${string}` | undefined;
203
- maxPriorityFeePerGas?: `0x${string}` | undefined;
204
199
  yParity?: `0x${string}` | undefined;
200
+ blockHash?: `0x${string}` | null | undefined;
205
201
  blockNumber?: `0x${string}` | null | undefined;
206
202
  from?: `0x${string}` | undefined;
207
203
  gas?: `0x${string}` | undefined;
@@ -214,6 +210,10 @@ export declare const pgnTestnet: {
214
210
  transactionIndex?: `0x${string}` | null | undefined;
215
211
  v?: `0x${string}` | undefined;
216
212
  value?: `0x${string}` | undefined;
213
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
214
+ gasPrice?: `0x${string}` | undefined;
215
+ maxFeePerGas?: `0x${string}` | undefined;
216
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
217
217
  accessList?: import("../../index.js").AccessList | undefined;
218
218
  chainId?: `0x${string}` | undefined;
219
219
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -222,12 +222,8 @@ export declare const pgnTestnet: {
222
222
  sourceHash: `0x${string}`;
223
223
  type: "0x7e";
224
224
  }) | ({
225
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
226
- blockHash?: `0x${string}` | null | undefined;
227
- gasPrice?: `0x${string}` | undefined;
228
- maxFeePerGas?: `0x${string}` | undefined;
229
- maxPriorityFeePerGas?: `0x${string}` | undefined;
230
225
  yParity?: `0x${string}` | undefined;
226
+ blockHash?: `0x${string}` | null | undefined;
231
227
  blockNumber?: `0x${string}` | null | undefined;
232
228
  from?: `0x${string}` | undefined;
233
229
  gas?: `0x${string}` | undefined;
@@ -240,6 +236,10 @@ export declare const pgnTestnet: {
240
236
  transactionIndex?: `0x${string}` | null | undefined;
241
237
  v?: `0x${string}` | undefined;
242
238
  value?: `0x${string}` | undefined;
239
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
240
+ gasPrice?: `0x${string}` | undefined;
241
+ maxFeePerGas?: `0x${string}` | undefined;
242
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
243
243
  accessList?: import("../../index.js").AccessList | undefined;
244
244
  chainId?: `0x${string}` | undefined;
245
245
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -247,12 +247,8 @@ export declare const pgnTestnet: {
247
247
  mint?: undefined;
248
248
  sourceHash?: undefined;
249
249
  }) | ({
250
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
251
- blockHash?: `0x${string}` | null | undefined;
252
- gasPrice?: `0x${string}` | undefined;
253
- maxFeePerGas?: `0x${string}` | undefined;
254
- maxPriorityFeePerGas?: `0x${string}` | undefined;
255
250
  yParity?: `0x${string}` | undefined;
251
+ blockHash?: `0x${string}` | null | undefined;
256
252
  blockNumber?: `0x${string}` | null | undefined;
257
253
  from?: `0x${string}` | undefined;
258
254
  gas?: `0x${string}` | undefined;
@@ -265,6 +261,10 @@ export declare const pgnTestnet: {
265
261
  transactionIndex?: `0x${string}` | null | undefined;
266
262
  v?: `0x${string}` | undefined;
267
263
  value?: `0x${string}` | undefined;
264
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
265
+ gasPrice?: `0x${string}` | undefined;
266
+ maxFeePerGas?: `0x${string}` | undefined;
267
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
268
268
  accessList?: import("../../index.js").AccessList | undefined;
269
269
  chainId?: `0x${string}` | undefined;
270
270
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -272,12 +272,8 @@ export declare const pgnTestnet: {
272
272
  mint?: undefined;
273
273
  sourceHash?: undefined;
274
274
  }) | ({
275
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
276
- blockHash?: `0x${string}` | null | undefined;
277
- gasPrice?: `0x${string}` | undefined;
278
- maxFeePerGas?: `0x${string}` | undefined;
279
- maxPriorityFeePerGas?: `0x${string}` | undefined;
280
275
  yParity?: `0x${string}` | undefined;
276
+ blockHash?: `0x${string}` | null | undefined;
281
277
  blockNumber?: `0x${string}` | null | undefined;
282
278
  from?: `0x${string}` | undefined;
283
279
  gas?: `0x${string}` | undefined;
@@ -290,6 +286,10 @@ export declare const pgnTestnet: {
290
286
  transactionIndex?: `0x${string}` | null | undefined;
291
287
  v?: `0x${string}` | undefined;
292
288
  value?: `0x${string}` | undefined;
289
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
290
+ gasPrice?: `0x${string}` | undefined;
291
+ maxFeePerGas?: `0x${string}` | undefined;
292
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
293
293
  accessList?: import("../../index.js").AccessList | undefined;
294
294
  chainId?: `0x${string}` | undefined;
295
295
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -297,12 +297,8 @@ export declare const pgnTestnet: {
297
297
  mint?: undefined;
298
298
  sourceHash?: undefined;
299
299
  }) | ({
300
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
301
- blockHash?: `0x${string}` | null | undefined;
302
- gasPrice?: `0x${string}` | undefined;
303
- maxFeePerGas?: `0x${string}` | undefined;
304
- maxPriorityFeePerGas?: `0x${string}` | undefined;
305
300
  yParity?: `0x${string}` | undefined;
301
+ blockHash?: `0x${string}` | null | undefined;
306
302
  blockNumber?: `0x${string}` | null | undefined;
307
303
  from?: `0x${string}` | undefined;
308
304
  gas?: `0x${string}` | undefined;
@@ -315,6 +311,10 @@ export declare const pgnTestnet: {
315
311
  transactionIndex?: `0x${string}` | null | undefined;
316
312
  v?: `0x${string}` | undefined;
317
313
  value?: `0x${string}` | undefined;
314
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
315
+ gasPrice?: `0x${string}` | undefined;
316
+ maxFeePerGas?: `0x${string}` | undefined;
317
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
318
318
  accessList?: import("../../index.js").AccessList | undefined;
319
319
  chainId?: `0x${string}` | undefined;
320
320
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -0,0 +1,42 @@
1
+ export declare const wemix: {
2
+ blockExplorers: {
3
+ readonly etherscan: {
4
+ readonly name: "wemixExplorer";
5
+ readonly url: "https://explorer.wemix.com";
6
+ };
7
+ readonly default: {
8
+ readonly name: "wemixExplorer";
9
+ readonly url: "https://explorer.wemix.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: 1111;
21
+ name: "WEMIX";
22
+ nativeCurrency: {
23
+ readonly name: "WEMIX";
24
+ readonly symbol: "WEMIX";
25
+ readonly decimals: 18;
26
+ };
27
+ rpcUrls: {
28
+ readonly default: {
29
+ readonly http: readonly ["https://api.wemix.com"];
30
+ };
31
+ readonly public: {
32
+ readonly http: readonly ["https://api.wemix.com"];
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: "wemix-mainnet";
41
+ };
42
+ //# sourceMappingURL=wemix.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wemix.d.ts","sourceRoot":"","sources":["../../../chains/definitions/wemix.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAahB,CAAA"}
@@ -0,0 +1,42 @@
1
+ export declare const wemixTestnet: {
2
+ blockExplorers: {
3
+ readonly etherscan: {
4
+ readonly name: "wemixExplorer";
5
+ readonly url: "https://testnet.wemixscan.com";
6
+ };
7
+ readonly default: {
8
+ readonly name: "wemixExplorer";
9
+ readonly url: "https://testnet.wemixscan.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: 1112;
21
+ name: "WEMIX Testnet";
22
+ nativeCurrency: {
23
+ readonly name: "WEMIX";
24
+ readonly symbol: "tWEMIX";
25
+ readonly decimals: 18;
26
+ };
27
+ rpcUrls: {
28
+ readonly default: {
29
+ readonly http: readonly ["https://api.test.wemix.com"];
30
+ };
31
+ readonly public: {
32
+ readonly http: readonly ["https://api.test.wemix.com"];
33
+ };
34
+ };
35
+ sourceId?: number | undefined;
36
+ testnet: true;
37
+ formatters?: undefined;
38
+ serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
39
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
40
+ readonly network: "wemix-testnet";
41
+ };
42
+ //# sourceMappingURL=wemixTestnet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wemixTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/wemixTestnet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcvB,CAAA"}
@@ -131,7 +131,7 @@ export declare const zkSync: {
131
131
  accessList?: undefined;
132
132
  chainId?: number | undefined;
133
133
  yParity: number;
134
- type: "eip712" | "priority";
134
+ type: "priority" | "eip712";
135
135
  l1BatchNumber: bigint | null;
136
136
  l1BatchTxIndex: bigint | null;
137
137
  } | {
@@ -227,7 +227,7 @@ export declare const zkSync: {
227
227
  maxPriorityFeePerGas: bigint;
228
228
  accessList: import("../../index.js").AccessList;
229
229
  chainId: number;
230
- type: "eip712" | "priority";
230
+ type: "priority" | "eip712";
231
231
  l1BatchNumber: bigint | null;
232
232
  l1BatchTxIndex: bigint | null;
233
233
  } | {
@@ -323,7 +323,7 @@ export declare const zkSync: {
323
323
  maxPriorityFeePerGas: bigint;
324
324
  accessList: import("../../index.js").AccessList;
325
325
  chainId: number;
326
- type: "eip712" | "priority";
326
+ type: "priority" | "eip712";
327
327
  l1BatchNumber: bigint | null;
328
328
  l1BatchTxIndex: bigint | null;
329
329
  }) & {};
@@ -131,7 +131,7 @@ export declare const zkSyncSepoliaTestnet: {
131
131
  accessList?: undefined;
132
132
  chainId?: number | undefined;
133
133
  yParity: number;
134
- type: "eip712" | "priority";
134
+ type: "priority" | "eip712";
135
135
  l1BatchNumber: bigint | null;
136
136
  l1BatchTxIndex: bigint | null;
137
137
  } | {
@@ -227,7 +227,7 @@ export declare const zkSyncSepoliaTestnet: {
227
227
  maxPriorityFeePerGas: bigint;
228
228
  accessList: import("../../index.js").AccessList;
229
229
  chainId: number;
230
- type: "eip712" | "priority";
230
+ type: "priority" | "eip712";
231
231
  l1BatchNumber: bigint | null;
232
232
  l1BatchTxIndex: bigint | null;
233
233
  } | {
@@ -323,7 +323,7 @@ export declare const zkSyncSepoliaTestnet: {
323
323
  maxPriorityFeePerGas: bigint;
324
324
  accessList: import("../../index.js").AccessList;
325
325
  chainId: number;
326
- type: "eip712" | "priority";
326
+ type: "priority" | "eip712";
327
327
  l1BatchNumber: bigint | null;
328
328
  l1BatchTxIndex: bigint | null;
329
329
  }) & {};
@@ -132,7 +132,7 @@ export declare const zkSyncTestnet: {
132
132
  accessList?: undefined;
133
133
  chainId?: number | undefined;
134
134
  yParity: number;
135
- type: "eip712" | "priority";
135
+ type: "priority" | "eip712";
136
136
  l1BatchNumber: bigint | null;
137
137
  l1BatchTxIndex: bigint | null;
138
138
  } | {
@@ -228,7 +228,7 @@ export declare const zkSyncTestnet: {
228
228
  maxPriorityFeePerGas: bigint;
229
229
  accessList: import("../../index.js").AccessList;
230
230
  chainId: number;
231
- type: "eip712" | "priority";
231
+ type: "priority" | "eip712";
232
232
  l1BatchNumber: bigint | null;
233
233
  l1BatchTxIndex: bigint | null;
234
234
  } | {
@@ -324,7 +324,7 @@ export declare const zkSyncTestnet: {
324
324
  maxPriorityFeePerGas: bigint;
325
325
  accessList: import("../../index.js").AccessList;
326
326
  chainId: number;
327
- type: "eip712" | "priority";
327
+ type: "priority" | "eip712";
328
328
  l1BatchNumber: bigint | null;
329
329
  l1BatchTxIndex: bigint | null;
330
330
  }) & {};