viem 2.44.2 → 2.45.0

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 (217) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js +4 -2
  3. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  4. package/_cjs/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
  5. package/_cjs/account-abstraction/clients/createBundlerClient.js +8 -2
  6. package/_cjs/account-abstraction/clients/createBundlerClient.js.map +1 -1
  7. package/_cjs/actions/public/estimateContractGas.js +3 -1
  8. package/_cjs/actions/public/estimateContractGas.js.map +1 -1
  9. package/_cjs/actions/public/simulateContract.js +3 -1
  10. package/_cjs/actions/public/simulateContract.js.map +1 -1
  11. package/_cjs/actions/wallet/sendCalls.js +17 -1
  12. package/_cjs/actions/wallet/sendCalls.js.map +1 -1
  13. package/_cjs/actions/wallet/sendTransaction.js +11 -7
  14. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  15. package/_cjs/actions/wallet/sendTransactionSync.js +11 -7
  16. package/_cjs/actions/wallet/sendTransactionSync.js.map +1 -1
  17. package/_cjs/actions/wallet/writeContract.js +2 -2
  18. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  19. package/_cjs/chains/definitions/megaeth.js +33 -0
  20. package/_cjs/chains/definitions/megaeth.js.map +1 -0
  21. package/_cjs/chains/definitions/megaethTestnet.js +6 -1
  22. package/_cjs/chains/definitions/megaethTestnet.js.map +1 -1
  23. package/_cjs/chains/definitions/rise.js +28 -0
  24. package/_cjs/chains/definitions/rise.js.map +1 -0
  25. package/_cjs/chains/definitions/stable.js +35 -0
  26. package/_cjs/chains/definitions/stable.js.map +1 -0
  27. package/_cjs/chains/definitions/stableTestnet.js +10 -3
  28. package/_cjs/chains/definitions/stableTestnet.js.map +1 -1
  29. package/_cjs/chains/index.js +13 -7
  30. package/_cjs/chains/index.js.map +1 -1
  31. package/_cjs/clients/createClient.js +2 -1
  32. package/_cjs/clients/createClient.js.map +1 -1
  33. package/_cjs/clients/createWalletClient.js.map +1 -1
  34. package/_cjs/errors/version.js +1 -1
  35. package/_cjs/index.js.map +1 -1
  36. package/_cjs/op-stack/index.js +9 -1
  37. package/_cjs/op-stack/index.js.map +1 -1
  38. package/_cjs/tempo/Abis.js +2 -2
  39. package/_cjs/tempo/Abis.js.map +1 -1
  40. package/_cjs/tempo/Addresses.js +2 -1
  41. package/_cjs/tempo/Addresses.js.map +1 -1
  42. package/_cjs/tempo/Decorator.js +19 -0
  43. package/_cjs/tempo/Decorator.js.map +1 -1
  44. package/_cjs/tempo/Transport.js +1 -1
  45. package/_cjs/tempo/Transport.js.map +1 -1
  46. package/_cjs/tempo/actions/fee.js +91 -0
  47. package/_cjs/tempo/actions/fee.js.map +1 -1
  48. package/_cjs/tempo/actions/index.js +2 -1
  49. package/_cjs/tempo/actions/index.js.map +1 -1
  50. package/_cjs/tempo/actions/validator.js +308 -0
  51. package/_cjs/tempo/actions/validator.js.map +1 -0
  52. package/_cjs/types/dataSuffix.js +3 -0
  53. package/_cjs/types/dataSuffix.js.map +1 -0
  54. package/_cjs/utils/abi/decodeEventLog.js +29 -12
  55. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  56. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js +4 -2
  57. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  58. package/_esm/account-abstraction/actions/bundler/sendUserOperation.js.map +1 -1
  59. package/_esm/account-abstraction/clients/createBundlerClient.js +8 -2
  60. package/_esm/account-abstraction/clients/createBundlerClient.js.map +1 -1
  61. package/_esm/actions/public/estimateContractGas.js +3 -1
  62. package/_esm/actions/public/estimateContractGas.js.map +1 -1
  63. package/_esm/actions/public/simulateContract.js +3 -1
  64. package/_esm/actions/public/simulateContract.js.map +1 -1
  65. package/_esm/actions/wallet/sendCalls.js +17 -1
  66. package/_esm/actions/wallet/sendCalls.js.map +1 -1
  67. package/_esm/actions/wallet/sendTransaction.js +11 -7
  68. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  69. package/_esm/actions/wallet/sendTransactionSync.js +11 -7
  70. package/_esm/actions/wallet/sendTransactionSync.js.map +1 -1
  71. package/_esm/actions/wallet/writeContract.js +2 -2
  72. package/_esm/actions/wallet/writeContract.js.map +1 -1
  73. package/_esm/chains/definitions/megaeth.js +30 -0
  74. package/_esm/chains/definitions/megaeth.js.map +1 -0
  75. package/_esm/chains/definitions/megaethTestnet.js +6 -1
  76. package/_esm/chains/definitions/megaethTestnet.js.map +1 -1
  77. package/_esm/chains/definitions/rise.js +25 -0
  78. package/_esm/chains/definitions/rise.js.map +1 -0
  79. package/_esm/chains/definitions/stable.js +32 -0
  80. package/_esm/chains/definitions/stable.js.map +1 -0
  81. package/_esm/chains/definitions/stableTestnet.js +10 -3
  82. package/_esm/chains/definitions/stableTestnet.js.map +1 -1
  83. package/_esm/chains/index.js +3 -0
  84. package/_esm/chains/index.js.map +1 -1
  85. package/_esm/clients/createClient.js +2 -1
  86. package/_esm/clients/createClient.js.map +1 -1
  87. package/_esm/clients/createWalletClient.js.map +1 -1
  88. package/_esm/errors/version.js +1 -1
  89. package/_esm/index.js.map +1 -1
  90. package/_esm/op-stack/index.js +4 -0
  91. package/_esm/op-stack/index.js.map +1 -1
  92. package/_esm/tempo/Abis.js +1 -1
  93. package/_esm/tempo/Abis.js.map +1 -1
  94. package/_esm/tempo/Account.js +6 -6
  95. package/_esm/tempo/Addresses.js +1 -0
  96. package/_esm/tempo/Addresses.js.map +1 -1
  97. package/_esm/tempo/Decorator.js +19 -0
  98. package/_esm/tempo/Decorator.js.map +1 -1
  99. package/_esm/tempo/Transport.js +1 -1
  100. package/_esm/tempo/Transport.js.map +1 -1
  101. package/_esm/tempo/WebAuthnP256.js +2 -2
  102. package/_esm/tempo/actions/amm.js +28 -28
  103. package/_esm/tempo/actions/dex.js +68 -68
  104. package/_esm/tempo/actions/faucet.js +4 -4
  105. package/_esm/tempo/actions/fee.js +236 -10
  106. package/_esm/tempo/actions/fee.js.map +1 -1
  107. package/_esm/tempo/actions/index.js +1 -0
  108. package/_esm/tempo/actions/index.js.map +1 -1
  109. package/_esm/tempo/actions/nonce.js +4 -4
  110. package/_esm/tempo/actions/policy.js +36 -36
  111. package/_esm/tempo/actions/reward.js +28 -28
  112. package/_esm/tempo/actions/token.js +122 -122
  113. package/_esm/tempo/actions/validator.js +1017 -0
  114. package/_esm/tempo/actions/validator.js.map +1 -0
  115. package/_esm/types/dataSuffix.js +2 -0
  116. package/_esm/types/dataSuffix.js.map +1 -0
  117. package/_esm/utils/abi/decodeEventLog.js +34 -13
  118. package/_esm/utils/abi/decodeEventLog.js.map +1 -1
  119. package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts +2 -0
  120. package/_types/account-abstraction/actions/bundler/prepareUserOperation.d.ts.map +1 -1
  121. package/_types/account-abstraction/actions/bundler/sendUserOperation.d.ts +2 -0
  122. package/_types/account-abstraction/actions/bundler/sendUserOperation.d.ts.map +1 -1
  123. package/_types/account-abstraction/clients/createBundlerClient.d.ts +4 -0
  124. package/_types/account-abstraction/clients/createBundlerClient.d.ts.map +1 -1
  125. package/_types/actions/public/estimateContractGas.d.ts.map +1 -1
  126. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  127. package/_types/actions/wallet/sendCalls.d.ts.map +1 -1
  128. package/_types/actions/wallet/sendTransaction.d.ts +7 -2
  129. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  130. package/_types/actions/wallet/sendTransactionSync.d.ts +5 -0
  131. package/_types/actions/wallet/sendTransactionSync.d.ts.map +1 -1
  132. package/_types/actions/wallet/writeContract.d.ts.map +1 -1
  133. package/_types/chains/definitions/megaeth.d.ts +46 -0
  134. package/_types/chains/definitions/megaeth.d.ts.map +1 -0
  135. package/_types/chains/definitions/megaethTestnet.d.ts +6 -1
  136. package/_types/chains/definitions/megaethTestnet.d.ts.map +1 -1
  137. package/_types/chains/definitions/rise.d.ts +46 -0
  138. package/_types/chains/definitions/rise.d.ts.map +1 -0
  139. package/_types/chains/definitions/stable.d.ts +47 -0
  140. package/_types/chains/definitions/stable.d.ts.map +1 -0
  141. package/_types/chains/definitions/stableTestnet.d.ts +10 -13
  142. package/_types/chains/definitions/stableTestnet.d.ts.map +1 -1
  143. package/_types/chains/index.d.ts +3 -0
  144. package/_types/chains/index.d.ts.map +1 -1
  145. package/_types/clients/createClient.d.ts +5 -0
  146. package/_types/clients/createClient.d.ts.map +1 -1
  147. package/_types/clients/createWalletClient.d.ts +1 -1
  148. package/_types/clients/createWalletClient.d.ts.map +1 -1
  149. package/_types/errors/version.d.ts +1 -1
  150. package/_types/index.d.ts +2 -1
  151. package/_types/index.d.ts.map +1 -1
  152. package/_types/op-stack/index.d.ts +4 -0
  153. package/_types/op-stack/index.d.ts.map +1 -1
  154. package/_types/tempo/Abis.d.ts +1 -1
  155. package/_types/tempo/Abis.d.ts.map +1 -1
  156. package/_types/tempo/Account.d.ts +6 -6
  157. package/_types/tempo/Addresses.d.ts +1 -0
  158. package/_types/tempo/Addresses.d.ts.map +1 -1
  159. package/_types/tempo/Decorator.d.ts +607 -208
  160. package/_types/tempo/Decorator.d.ts.map +1 -1
  161. package/_types/tempo/Transport.d.ts.map +1 -1
  162. package/_types/tempo/WebAuthnP256.d.ts +2 -2
  163. package/_types/tempo/actions/amm.d.ts +28 -28
  164. package/_types/tempo/actions/dex.d.ts +68 -68
  165. package/_types/tempo/actions/faucet.d.ts +4 -4
  166. package/_types/tempo/actions/fee.d.ts +380 -10
  167. package/_types/tempo/actions/fee.d.ts.map +1 -1
  168. package/_types/tempo/actions/index.d.ts +1 -0
  169. package/_types/tempo/actions/index.d.ts.map +1 -1
  170. package/_types/tempo/actions/nonce.d.ts +4 -4
  171. package/_types/tempo/actions/policy.d.ts +36 -36
  172. package/_types/tempo/actions/reward.d.ts +28 -28
  173. package/_types/tempo/actions/token.d.ts +122 -122
  174. package/_types/tempo/actions/validator.d.ts +1174 -0
  175. package/_types/tempo/actions/validator.d.ts.map +1 -0
  176. package/_types/types/dataSuffix.d.ts +16 -0
  177. package/_types/types/dataSuffix.d.ts.map +1 -0
  178. package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
  179. package/account-abstraction/actions/bundler/prepareUserOperation.ts +7 -1
  180. package/account-abstraction/actions/bundler/sendUserOperation.ts +2 -0
  181. package/account-abstraction/clients/createBundlerClient.ts +12 -1
  182. package/actions/public/estimateContractGas.ts +11 -2
  183. package/actions/public/simulateContract.ts +11 -2
  184. package/actions/wallet/sendCalls.ts +18 -1
  185. package/actions/wallet/sendTransaction.ts +19 -8
  186. package/actions/wallet/sendTransactionSync.ts +17 -7
  187. package/actions/wallet/writeContract.ts +1 -2
  188. package/chains/definitions/megaeth.ts +30 -0
  189. package/chains/definitions/megaethTestnet.ts +6 -1
  190. package/chains/definitions/rise.ts +25 -0
  191. package/chains/definitions/stable.ts +32 -0
  192. package/chains/definitions/stableTestnet.ts +10 -3
  193. package/chains/index.ts +3 -0
  194. package/clients/createClient.ts +7 -0
  195. package/clients/createWalletClient.ts +1 -0
  196. package/errors/version.ts +1 -1
  197. package/index.ts +2 -0
  198. package/op-stack/index.ts +24 -0
  199. package/package.json +1 -1
  200. package/tempo/Abis.ts +1 -1
  201. package/tempo/Account.ts +6 -6
  202. package/tempo/Addresses.ts +1 -0
  203. package/tempo/Decorator.ts +672 -208
  204. package/tempo/Transport.ts +4 -1
  205. package/tempo/WebAuthnP256.ts +2 -2
  206. package/tempo/actions/amm.ts +28 -28
  207. package/tempo/actions/dex.ts +68 -68
  208. package/tempo/actions/faucet.ts +4 -4
  209. package/tempo/actions/fee.ts +346 -10
  210. package/tempo/actions/index.ts +1 -0
  211. package/tempo/actions/nonce.ts +4 -4
  212. package/tempo/actions/policy.ts +36 -36
  213. package/tempo/actions/reward.ts +28 -28
  214. package/tempo/actions/token.ts +122 -122
  215. package/tempo/actions/validator.ts +1417 -0
  216. package/types/dataSuffix.ts +18 -0
  217. package/utils/abi/decodeEventLog.ts +38 -14
@@ -1 +1 @@
1
- {"version":3,"file":"fee.js","sourceRoot":"","sources":["../../../tempo/actions/fee.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"fee.js","sourceRoot":"","sources":["../../../tempo/actions/fee.ts"],"names":[],"mappings":"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"}
@@ -7,4 +7,5 @@ export * as nonce from './nonce.js';
7
7
  export * as policy from './policy.js';
8
8
  export * as reward from './reward.js';
9
9
  export * as token from './token.js';
10
+ export * as validator from './validator.js';
10
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../tempo/actions/index.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../tempo/actions/index.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAA;AAC/B,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAA;AACrC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA"}
@@ -9,8 +9,8 @@ import { defineCall } from '../internal/utils.js';
9
9
  * @example
10
10
  * ```ts
11
11
  * import { createClient, http } from 'viem'
12
- * import { tempo } from 'tempo.ts/chains'
13
- * import { Actions } from 'tempo.ts/viem'
12
+ * import { tempo } from 'viem/chains'
13
+ * import { Actions } from 'viem/tempo'
14
14
  *
15
15
  * const client = createClient({
16
16
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
@@ -46,8 +46,8 @@ export async function getNonce(client, parameters) {
46
46
  * @example
47
47
  * ```ts
48
48
  * import { createClient, http } from 'viem'
49
- * import { tempo } from 'tempo.ts/chains'
50
- * import { Actions } from 'tempo.ts/viem'
49
+ * import { tempo } from 'viem/chains'
50
+ * import { Actions } from 'viem/tempo'
51
51
  *
52
52
  * const client = createClient({
53
53
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
@@ -17,8 +17,8 @@ const policyTypeMap = {
17
17
  * @example
18
18
  * ```ts
19
19
  * import { createClient, http } from 'viem'
20
- * import { tempo } from 'tempo.ts/chains'
21
- * import { Actions } from 'tempo.ts/viem'
20
+ * import { tempo } from 'viem/chains'
21
+ * import { Actions } from 'viem/tempo'
22
22
  * import { privateKeyToAccount } from 'viem/accounts'
23
23
  *
24
24
  * const client = createClient({
@@ -67,8 +67,8 @@ export async function create(client, parameters) {
67
67
  * @example
68
68
  * ```ts
69
69
  * import { createClient, http, walletActions } from 'viem'
70
- * import { tempo } from 'tempo.ts/chains'
71
- * import { Actions } from 'tempo.ts/viem'
70
+ * import { tempo } from 'viem/chains'
71
+ * import { Actions } from 'viem/tempo'
72
72
  *
73
73
  * const client = createClient({
74
74
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -138,8 +138,8 @@ export async function create(client, parameters) {
138
138
  * @example
139
139
  * ```ts
140
140
  * import { createClient, http } from 'viem'
141
- * import { tempo } from 'tempo.ts/chains'
142
- * import { Actions } from 'tempo.ts/viem'
141
+ * import { tempo } from 'viem/chains'
142
+ * import { Actions } from 'viem/tempo'
143
143
  * import { privateKeyToAccount } from 'viem/accounts'
144
144
  *
145
145
  * const client = createClient({
@@ -176,8 +176,8 @@ export async function createSync(client, parameters) {
176
176
  * @example
177
177
  * ```ts
178
178
  * import { createClient, http } from 'viem'
179
- * import { tempo } from 'tempo.ts/chains'
180
- * import { Actions } from 'tempo.ts/viem'
179
+ * import { tempo } from 'viem/chains'
180
+ * import { Actions } from 'viem/tempo'
181
181
  * import { privateKeyToAccount } from 'viem/accounts'
182
182
  *
183
183
  * const client = createClient({
@@ -221,8 +221,8 @@ export async function setAdmin(client, parameters) {
221
221
  * @example
222
222
  * ```ts
223
223
  * import { createClient, http, walletActions } from 'viem'
224
- * import { tempo } from 'tempo.ts/chains'
225
- * import { Actions } from 'tempo.ts/viem'
224
+ * import { tempo } from 'viem/chains'
225
+ * import { Actions } from 'viem/tempo'
226
226
  *
227
227
  * const client = createClient({
228
228
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -281,8 +281,8 @@ export async function setAdmin(client, parameters) {
281
281
  * @example
282
282
  * ```ts
283
283
  * import { createClient, http } from 'viem'
284
- * import { tempo } from 'tempo.ts/chains'
285
- * import { Actions } from 'tempo.ts/viem'
284
+ * import { tempo } from 'viem/chains'
285
+ * import { Actions } from 'viem/tempo'
286
286
  * import { privateKeyToAccount } from 'viem/accounts'
287
287
  *
288
288
  * const client = createClient({
@@ -319,8 +319,8 @@ export async function setAdminSync(client, parameters) {
319
319
  * @example
320
320
  * ```ts
321
321
  * import { createClient, http } from 'viem'
322
- * import { tempo } from 'tempo.ts/chains'
323
- * import { Actions } from 'tempo.ts/viem'
322
+ * import { tempo } from 'viem/chains'
323
+ * import { Actions } from 'viem/tempo'
324
324
  * import { privateKeyToAccount } from 'viem/accounts'
325
325
  *
326
326
  * const client = createClient({
@@ -369,8 +369,8 @@ export async function modifyWhitelist(client, parameters) {
369
369
  * @example
370
370
  * ```ts
371
371
  * import { createClient, http, walletActions } from 'viem'
372
- * import { tempo } from 'tempo.ts/chains'
373
- * import { Actions } from 'tempo.ts/viem'
372
+ * import { tempo } from 'viem/chains'
373
+ * import { Actions } from 'viem/tempo'
374
374
  *
375
375
  * const client = createClient({
376
376
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -431,8 +431,8 @@ export async function modifyWhitelist(client, parameters) {
431
431
  * @example
432
432
  * ```ts
433
433
  * import { createClient, http } from 'viem'
434
- * import { tempo } from 'tempo.ts/chains'
435
- * import { Actions } from 'tempo.ts/viem'
434
+ * import { tempo } from 'viem/chains'
435
+ * import { Actions } from 'viem/tempo'
436
436
  * import { privateKeyToAccount } from 'viem/accounts'
437
437
  *
438
438
  * const client = createClient({
@@ -470,8 +470,8 @@ export async function modifyWhitelistSync(client, parameters) {
470
470
  * @example
471
471
  * ```ts
472
472
  * import { createClient, http } from 'viem'
473
- * import { tempo } from 'tempo.ts/chains'
474
- * import { Actions } from 'tempo.ts/viem'
473
+ * import { tempo } from 'viem/chains'
474
+ * import { Actions } from 'viem/tempo'
475
475
  * import { privateKeyToAccount } from 'viem/accounts'
476
476
  *
477
477
  * const client = createClient({
@@ -520,8 +520,8 @@ export async function modifyBlacklist(client, parameters) {
520
520
  * @example
521
521
  * ```ts
522
522
  * import { createClient, http, walletActions } from 'viem'
523
- * import { tempo } from 'tempo.ts/chains'
524
- * import { Actions } from 'tempo.ts/viem'
523
+ * import { tempo } from 'viem/chains'
524
+ * import { Actions } from 'viem/tempo'
525
525
  *
526
526
  * const client = createClient({
527
527
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -582,8 +582,8 @@ export async function modifyBlacklist(client, parameters) {
582
582
  * @example
583
583
  * ```ts
584
584
  * import { createClient, http } from 'viem'
585
- * import { tempo } from 'tempo.ts/chains'
586
- * import { Actions } from 'tempo.ts/viem'
585
+ * import { tempo } from 'viem/chains'
586
+ * import { Actions } from 'viem/tempo'
587
587
  * import { privateKeyToAccount } from 'viem/accounts'
588
588
  *
589
589
  * const client = createClient({
@@ -621,8 +621,8 @@ export async function modifyBlacklistSync(client, parameters) {
621
621
  * @example
622
622
  * ```ts
623
623
  * import { createClient, http } from 'viem'
624
- * import { tempo } from 'tempo.ts/chains'
625
- * import { Actions } from 'tempo.ts/viem'
624
+ * import { tempo } from 'viem/chains'
625
+ * import { Actions } from 'viem/tempo'
626
626
  *
627
627
  * const client = createClient({
628
628
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -673,8 +673,8 @@ export async function getData(client, parameters) {
673
673
  * @example
674
674
  * ```ts
675
675
  * import { createClient, http } from 'viem'
676
- * import { tempo } from 'tempo.ts/chains'
677
- * import { Actions } from 'tempo.ts/viem'
676
+ * import { tempo } from 'viem/chains'
677
+ * import { Actions } from 'viem/tempo'
678
678
  *
679
679
  * const client = createClient({
680
680
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -722,8 +722,8 @@ export async function isAuthorized(client, parameters) {
722
722
  * @example
723
723
  * ```ts
724
724
  * import { createClient, http } from 'viem'
725
- * import { tempo } from 'tempo.ts/chains'
726
- * import { Actions } from 'tempo.ts/viem'
725
+ * import { tempo } from 'viem/chains'
726
+ * import { Actions } from 'viem/tempo'
727
727
  *
728
728
  * const client = createClient({
729
729
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -764,8 +764,8 @@ export function watchCreate(client, parameters) {
764
764
  * @example
765
765
  * ```ts
766
766
  * import { createClient, http } from 'viem'
767
- * import { tempo } from 'tempo.ts/chains'
768
- * import { Actions } from 'tempo.ts/viem'
767
+ * import { tempo } from 'viem/chains'
768
+ * import { Actions } from 'viem/tempo'
769
769
  *
770
770
  * const client = createClient({
771
771
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -803,8 +803,8 @@ export function watchAdminUpdated(client, parameters) {
803
803
  * @example
804
804
  * ```ts
805
805
  * import { createClient, http } from 'viem'
806
- * import { tempo } from 'tempo.ts/chains'
807
- * import { Actions } from 'tempo.ts/viem'
806
+ * import { tempo } from 'viem/chains'
807
+ * import { Actions } from 'viem/tempo'
808
808
  *
809
809
  * const client = createClient({
810
810
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -842,8 +842,8 @@ export function watchWhitelistUpdated(client, parameters) {
842
842
  * @example
843
843
  * ```ts
844
844
  * import { createClient, http } from 'viem'
845
- * import { tempo } from 'tempo.ts/chains'
846
- * import { Actions } from 'tempo.ts/viem'
845
+ * import { tempo } from 'viem/chains'
846
+ * import { Actions } from 'viem/tempo'
847
847
  *
848
848
  * const client = createClient({
849
849
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -25,8 +25,8 @@ import { defineCall } from '../internal/utils.js';
25
25
  * @example
26
26
  * ```ts
27
27
  * import { createClient, http } from 'viem'
28
- * import { tempo } from 'tempo.ts/chains'
29
- * import { Actions } from 'tempo.ts/viem'
28
+ * import { tempo } from 'viem/chains'
29
+ * import { Actions } from 'viem/tempo'
30
30
  * import { privateKeyToAccount } from 'viem/accounts'
31
31
  *
32
32
  * const client = createClient({
@@ -69,8 +69,8 @@ export async function claim(client, parameters) {
69
69
  * @example
70
70
  * ```ts
71
71
  * import { createClient, http, walletActions } from 'viem'
72
- * import { tempo } from 'tempo.ts/chains'
73
- * import { Actions } from 'tempo.ts/viem'
72
+ * import { tempo } from 'viem/chains'
73
+ * import { Actions } from 'viem/tempo'
74
74
  *
75
75
  * const client = createClient({
76
76
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -118,8 +118,8 @@ export async function claim(client, parameters) {
118
118
  * @example
119
119
  * ```ts
120
120
  * import { createClient, http } from 'viem'
121
- * import { tempo } from 'tempo.ts/chains'
122
- * import { Actions } from 'tempo.ts/viem'
121
+ * import { tempo } from 'viem/chains'
122
+ * import { Actions } from 'viem/tempo'
123
123
  * import { privateKeyToAccount } from 'viem/accounts'
124
124
  *
125
125
  * const client = createClient({
@@ -161,8 +161,8 @@ export async function claimSync(client, parameters) {
161
161
  * @example
162
162
  * ```ts
163
163
  * import { createClient, http } from 'viem'
164
- * import { tempo } from 'tempo.ts/chains'
165
- * import { Actions } from 'tempo.ts/viem'
164
+ * import { tempo } from 'viem/chains'
165
+ * import { Actions } from 'viem/tempo'
166
166
  * import { privateKeyToAccount } from 'viem/accounts'
167
167
  *
168
168
  * const client = createClient({
@@ -198,8 +198,8 @@ export async function distribute(client, parameters) {
198
198
  * @example
199
199
  * ```ts
200
200
  * import { createClient, http } from 'viem'
201
- * import { tempo } from 'tempo.ts/chains'
202
- * import { Actions } from 'tempo.ts/viem'
201
+ * import { tempo } from 'viem/chains'
202
+ * import { Actions } from 'viem/tempo'
203
203
  * import { privateKeyToAccount } from 'viem/accounts'
204
204
  *
205
205
  * const client = createClient({
@@ -252,8 +252,8 @@ export async function distributeSync(client, parameters) {
252
252
  * @example
253
253
  * ```ts
254
254
  * import { createClient, http, walletActions } from 'viem'
255
- * import { tempo } from 'tempo.ts/chains'
256
- * import { Actions } from 'tempo.ts/viem'
255
+ * import { tempo } from 'viem/chains'
256
+ * import { Actions } from 'viem/tempo'
257
257
  *
258
258
  * const client = createClient({
259
259
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -309,8 +309,8 @@ export async function distributeSync(client, parameters) {
309
309
  * @example
310
310
  * ```ts
311
311
  * import { createClient, http } from 'viem'
312
- * import { tempo } from 'tempo.ts/chains'
313
- * import { Actions } from 'tempo.ts/viem'
312
+ * import { tempo } from 'viem/chains'
313
+ * import { Actions } from 'viem/tempo'
314
314
  *
315
315
  * const client = createClient({
316
316
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -358,8 +358,8 @@ export async function getGlobalRewardPerToken(client, parameters) {
358
358
  * @example
359
359
  * ```ts
360
360
  * import { createClient, http } from 'viem'
361
- * import { tempo } from 'tempo.ts/chains'
362
- * import { Actions } from 'tempo.ts/viem'
361
+ * import { tempo } from 'viem/chains'
362
+ * import { Actions } from 'viem/tempo'
363
363
  *
364
364
  * const client = createClient({
365
365
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -412,8 +412,8 @@ export async function getPendingRewards(client, parameters) {
412
412
  * @example
413
413
  * ```ts
414
414
  * import { createClient, http } from 'viem'
415
- * import { tempo } from 'tempo.ts/chains'
416
- * import { Actions } from 'tempo.ts/viem'
415
+ * import { tempo } from 'viem/chains'
416
+ * import { Actions } from 'viem/tempo'
417
417
  *
418
418
  * const client = createClient({
419
419
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -469,8 +469,8 @@ export async function getUserRewardInfo(client, parameters) {
469
469
  * @example
470
470
  * ```ts
471
471
  * import { createClient, http } from 'viem'
472
- * import { tempo } from 'tempo.ts/chains'
473
- * import { Actions } from 'tempo.ts/viem'
472
+ * import { tempo } from 'viem/chains'
473
+ * import { Actions } from 'viem/tempo'
474
474
  * import { privateKeyToAccount } from 'viem/accounts'
475
475
  *
476
476
  * const client = createClient({
@@ -507,8 +507,8 @@ export async function setRecipient(client, parameters) {
507
507
  * @example
508
508
  * ```ts
509
509
  * import { createClient, http } from 'viem'
510
- * import { tempo } from 'tempo.ts/chains'
511
- * import { Actions } from 'tempo.ts/viem'
510
+ * import { tempo } from 'viem/chains'
511
+ * import { Actions } from 'viem/tempo'
512
512
  * import { privateKeyToAccount } from 'viem/accounts'
513
513
  *
514
514
  * const client = createClient({
@@ -561,8 +561,8 @@ export async function setRecipientSync(client, parameters) {
561
561
  * @example
562
562
  * ```ts
563
563
  * import { createClient, http, walletActions } from 'viem'
564
- * import { tempo } from 'tempo.ts/chains'
565
- * import { Actions } from 'tempo.ts/viem'
564
+ * import { tempo } from 'viem/chains'
565
+ * import { Actions } from 'viem/tempo'
566
566
  *
567
567
  * const client = createClient({
568
568
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -615,8 +615,8 @@ export async function setRecipientSync(client, parameters) {
615
615
  * @example
616
616
  * ```ts
617
617
  * import { createClient, http } from 'viem'
618
- * import { tempo } from 'tempo.ts/chains'
619
- * import { Actions } from 'tempo.ts/viem'
618
+ * import { tempo } from 'viem/chains'
619
+ * import { Actions } from 'viem/tempo'
620
620
  *
621
621
  * const client = createClient({
622
622
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
@@ -655,8 +655,8 @@ export function watchRewardDistributed(client, parameters) {
655
655
  * @example
656
656
  * ```ts
657
657
  * import { createClient, http } from 'viem'
658
- * import { tempo } from 'tempo.ts/chains'
659
- * import { Actions } from 'tempo.ts/viem'
658
+ * import { tempo } from 'viem/chains'
659
+ * import { Actions } from 'viem/tempo'
660
660
  *
661
661
  * const client = createClient({
662
662
  * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })