viem 2.48.3 → 2.48.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/_cjs/errors/utils.js +13 -1
  3. package/_cjs/errors/utils.js.map +1 -1
  4. package/_cjs/errors/version.js +1 -1
  5. package/_cjs/tempo/Addresses.js +2 -1
  6. package/_cjs/tempo/Addresses.js.map +1 -1
  7. package/_cjs/tempo/Decorator.js +7 -0
  8. package/_cjs/tempo/Decorator.js.map +1 -1
  9. package/_cjs/tempo/Formatters.js +4 -0
  10. package/_cjs/tempo/Formatters.js.map +1 -1
  11. package/_cjs/tempo/actions/accessKey.js.map +1 -1
  12. package/_cjs/tempo/actions/index.js +2 -1
  13. package/_cjs/tempo/actions/index.js.map +1 -1
  14. package/_cjs/tempo/actions/virtualAddress.js +95 -0
  15. package/_cjs/tempo/actions/virtualAddress.js.map +1 -0
  16. package/_cjs/tempo/index.js +3 -1
  17. package/_cjs/tempo/index.js.map +1 -1
  18. package/_cjs/tempo/zones/zone.js +16 -2
  19. package/_cjs/tempo/zones/zone.js.map +1 -1
  20. package/_cjs/utils/formatters/transaction.js +3 -0
  21. package/_cjs/utils/formatters/transaction.js.map +1 -1
  22. package/_esm/errors/utils.js +18 -1
  23. package/_esm/errors/utils.js.map +1 -1
  24. package/_esm/errors/version.js +1 -1
  25. package/_esm/tempo/Addresses.js +1 -0
  26. package/_esm/tempo/Addresses.js.map +1 -1
  27. package/_esm/tempo/Decorator.js +7 -0
  28. package/_esm/tempo/Decorator.js.map +1 -1
  29. package/_esm/tempo/Formatters.js +5 -0
  30. package/_esm/tempo/Formatters.js.map +1 -1
  31. package/_esm/tempo/actions/accessKey.js +14 -12
  32. package/_esm/tempo/actions/accessKey.js.map +1 -1
  33. package/_esm/tempo/actions/amm.js +14 -14
  34. package/_esm/tempo/actions/dex.js +34 -34
  35. package/_esm/tempo/actions/faucet.js +2 -2
  36. package/_esm/tempo/actions/fee.js +10 -10
  37. package/_esm/tempo/actions/index.js +1 -0
  38. package/_esm/tempo/actions/index.js.map +1 -1
  39. package/_esm/tempo/actions/nonce.js +2 -2
  40. package/_esm/tempo/actions/policy.js +18 -18
  41. package/_esm/tempo/actions/reward.js +14 -14
  42. package/_esm/tempo/actions/token.js +61 -61
  43. package/_esm/tempo/actions/validator.js +27 -27
  44. package/_esm/tempo/actions/virtualAddress.js +228 -0
  45. package/_esm/tempo/actions/virtualAddress.js.map +1 -0
  46. package/_esm/tempo/index.js +1 -1
  47. package/_esm/tempo/index.js.map +1 -1
  48. package/_esm/tempo/zones/zone.js +16 -2
  49. package/_esm/tempo/zones/zone.js.map +1 -1
  50. package/_esm/utils/formatters/transaction.js +3 -0
  51. package/_esm/utils/formatters/transaction.js.map +1 -1
  52. package/_types/celo/chainConfig.d.ts +16 -0
  53. package/_types/celo/chainConfig.d.ts.map +1 -1
  54. package/_types/celo/formatters.d.ts +8 -0
  55. package/_types/celo/formatters.d.ts.map +1 -1
  56. package/_types/chains/definitions/abstract.d.ts +8 -1
  57. package/_types/chains/definitions/abstract.d.ts.map +1 -1
  58. package/_types/chains/definitions/abstractTestnet.d.ts +8 -1
  59. package/_types/chains/definitions/abstractTestnet.d.ts.map +1 -1
  60. package/_types/chains/definitions/ancient8.d.ts +6 -0
  61. package/_types/chains/definitions/ancient8.d.ts.map +1 -1
  62. package/_types/chains/definitions/ancient8Sepolia.d.ts +6 -0
  63. package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
  64. package/_types/chains/definitions/base.d.ts +12 -0
  65. package/_types/chains/definitions/base.d.ts.map +1 -1
  66. package/_types/chains/definitions/baseGoerli.d.ts +6 -0
  67. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  68. package/_types/chains/definitions/baseSepolia.d.ts +12 -0
  69. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  70. package/_types/chains/definitions/battlechainTestnet.d.ts +8 -1
  71. package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -1
  72. package/_types/chains/definitions/blast.d.ts +6 -0
  73. package/_types/chains/definitions/blast.d.ts.map +1 -1
  74. package/_types/chains/definitions/bob.d.ts +6 -0
  75. package/_types/chains/definitions/bob.d.ts.map +1 -1
  76. package/_types/chains/definitions/bobSepolia.d.ts +6 -0
  77. package/_types/chains/definitions/bobSepolia.d.ts.map +1 -1
  78. package/_types/chains/definitions/celo.d.ts +16 -0
  79. package/_types/chains/definitions/celo.d.ts.map +1 -1
  80. package/_types/chains/definitions/celoAlfajores.d.ts +16 -0
  81. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  82. package/_types/chains/definitions/celoSepolia.d.ts +16 -0
  83. package/_types/chains/definitions/celoSepolia.d.ts.map +1 -1
  84. package/_types/chains/definitions/codex.d.ts +6 -0
  85. package/_types/chains/definitions/codex.d.ts.map +1 -1
  86. package/_types/chains/definitions/codexTestnet.d.ts +6 -0
  87. package/_types/chains/definitions/codexTestnet.d.ts.map +1 -1
  88. package/_types/chains/definitions/dchain.d.ts +6 -0
  89. package/_types/chains/definitions/dchain.d.ts.map +1 -1
  90. package/_types/chains/definitions/dchainTestnet.d.ts +6 -0
  91. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
  92. package/_types/chains/definitions/elysiumTestnet.d.ts +6 -0
  93. package/_types/chains/definitions/elysiumTestnet.d.ts.map +1 -1
  94. package/_types/chains/definitions/fraxtal.d.ts +6 -0
  95. package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
  96. package/_types/chains/definitions/fraxtalTestnet.d.ts +6 -0
  97. package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
  98. package/_types/chains/definitions/funkiMainnet.d.ts +6 -0
  99. package/_types/chains/definitions/funkiMainnet.d.ts.map +1 -1
  100. package/_types/chains/definitions/funkiSepolia.d.ts +6 -0
  101. package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
  102. package/_types/chains/definitions/garnet.d.ts +6 -0
  103. package/_types/chains/definitions/garnet.d.ts.map +1 -1
  104. package/_types/chains/definitions/giwaSepolia.d.ts +12 -0
  105. package/_types/chains/definitions/giwaSepolia.d.ts.map +1 -1
  106. package/_types/chains/definitions/ink.d.ts +6 -0
  107. package/_types/chains/definitions/ink.d.ts.map +1 -1
  108. package/_types/chains/definitions/inkSepolia.d.ts +6 -0
  109. package/_types/chains/definitions/inkSepolia.d.ts.map +1 -1
  110. package/_types/chains/definitions/lisk.d.ts +6 -0
  111. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  112. package/_types/chains/definitions/liskSepolia.d.ts +6 -0
  113. package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
  114. package/_types/chains/definitions/megaeth.d.ts +6 -0
  115. package/_types/chains/definitions/megaeth.d.ts.map +1 -1
  116. package/_types/chains/definitions/metalL2.d.ts +6 -0
  117. package/_types/chains/definitions/metalL2.d.ts.map +1 -1
  118. package/_types/chains/definitions/mode.d.ts +6 -0
  119. package/_types/chains/definitions/mode.d.ts.map +1 -1
  120. package/_types/chains/definitions/modeTestnet.d.ts +6 -0
  121. package/_types/chains/definitions/modeTestnet.d.ts.map +1 -1
  122. package/_types/chains/definitions/optimism.d.ts +6 -0
  123. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  124. package/_types/chains/definitions/optimismGoerli.d.ts +6 -0
  125. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  126. package/_types/chains/definitions/optimismSepolia.d.ts +6 -0
  127. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  128. package/_types/chains/definitions/pgn.d.ts +6 -0
  129. package/_types/chains/definitions/pgn.d.ts.map +1 -1
  130. package/_types/chains/definitions/pgnTestnet.d.ts +6 -0
  131. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
  132. package/_types/chains/definitions/playfiAlbireo.d.ts +8 -1
  133. package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
  134. package/_types/chains/definitions/pyrope.d.ts +6 -0
  135. package/_types/chains/definitions/pyrope.d.ts.map +1 -1
  136. package/_types/chains/definitions/redstone.d.ts +6 -0
  137. package/_types/chains/definitions/redstone.d.ts.map +1 -1
  138. package/_types/chains/definitions/rss3.d.ts +6 -0
  139. package/_types/chains/definitions/rss3.d.ts.map +1 -1
  140. package/_types/chains/definitions/rss3Sepolia.d.ts +6 -0
  141. package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
  142. package/_types/chains/definitions/shape.d.ts +6 -0
  143. package/_types/chains/definitions/shape.d.ts.map +1 -1
  144. package/_types/chains/definitions/shapeSepolia.d.ts +6 -0
  145. package/_types/chains/definitions/shapeSepolia.d.ts.map +1 -1
  146. package/_types/chains/definitions/snax.d.ts +6 -0
  147. package/_types/chains/definitions/snax.d.ts.map +1 -1
  148. package/_types/chains/definitions/snaxTestnet.d.ts +6 -0
  149. package/_types/chains/definitions/snaxTestnet.d.ts.map +1 -1
  150. package/_types/chains/definitions/soneium.d.ts +6 -0
  151. package/_types/chains/definitions/soneium.d.ts.map +1 -1
  152. package/_types/chains/definitions/soneiumMinato.d.ts +6 -0
  153. package/_types/chains/definitions/soneiumMinato.d.ts.map +1 -1
  154. package/_types/chains/definitions/sophon.d.ts +8 -1
  155. package/_types/chains/definitions/sophon.d.ts.map +1 -1
  156. package/_types/chains/definitions/sophonTestnet.d.ts +8 -1
  157. package/_types/chains/definitions/sophonTestnet.d.ts.map +1 -1
  158. package/_types/chains/definitions/superseed.d.ts +6 -0
  159. package/_types/chains/definitions/superseed.d.ts.map +1 -1
  160. package/_types/chains/definitions/superseedSepolia.d.ts +6 -0
  161. package/_types/chains/definitions/superseedSepolia.d.ts.map +1 -1
  162. package/_types/chains/definitions/swellchain.d.ts +6 -0
  163. package/_types/chains/definitions/swellchain.d.ts.map +1 -1
  164. package/_types/chains/definitions/swellchainTestnet.d.ts +6 -0
  165. package/_types/chains/definitions/swellchainTestnet.d.ts.map +1 -1
  166. package/_types/chains/definitions/tempo.d.ts +12 -0
  167. package/_types/chains/definitions/tempo.d.ts.map +1 -1
  168. package/_types/chains/definitions/tempoDevnet.d.ts +12 -0
  169. package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
  170. package/_types/chains/definitions/tempoLocalnet.d.ts +12 -0
  171. package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
  172. package/_types/chains/definitions/tempoModerato.d.ts +12 -0
  173. package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
  174. package/_types/chains/definitions/treasure.d.ts +8 -1
  175. package/_types/chains/definitions/treasure.d.ts.map +1 -1
  176. package/_types/chains/definitions/treasureTopaz.d.ts +8 -1
  177. package/_types/chains/definitions/treasureTopaz.d.ts.map +1 -1
  178. package/_types/chains/definitions/unichain.d.ts +6 -0
  179. package/_types/chains/definitions/unichain.d.ts.map +1 -1
  180. package/_types/chains/definitions/unichainSepolia.d.ts +6 -0
  181. package/_types/chains/definitions/unichainSepolia.d.ts.map +1 -1
  182. package/_types/chains/definitions/worldchain.d.ts +6 -0
  183. package/_types/chains/definitions/worldchain.d.ts.map +1 -1
  184. package/_types/chains/definitions/worldchainSepolia.d.ts +6 -0
  185. package/_types/chains/definitions/worldchainSepolia.d.ts.map +1 -1
  186. package/_types/chains/definitions/zircuit.d.ts +6 -0
  187. package/_types/chains/definitions/zircuit.d.ts.map +1 -1
  188. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +6 -0
  189. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts.map +1 -1
  190. package/_types/chains/definitions/zksync.d.ts +8 -1
  191. package/_types/chains/definitions/zksync.d.ts.map +1 -1
  192. package/_types/chains/definitions/zksyncInMemoryNode.d.ts +8 -1
  193. package/_types/chains/definitions/zksyncInMemoryNode.d.ts.map +1 -1
  194. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +8 -1
  195. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts.map +1 -1
  196. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +8 -1
  197. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts.map +1 -1
  198. package/_types/chains/definitions/zksyncLocalNode.d.ts +8 -1
  199. package/_types/chains/definitions/zksyncLocalNode.d.ts.map +1 -1
  200. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +8 -1
  201. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts.map +1 -1
  202. package/_types/chains/definitions/zora.d.ts +6 -0
  203. package/_types/chains/definitions/zora.d.ts.map +1 -1
  204. package/_types/chains/definitions/zoraSepolia.d.ts +6 -0
  205. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  206. package/_types/chains/definitions/zoraTestnet.d.ts +6 -0
  207. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  208. package/_types/errors/utils.d.ts +5 -0
  209. package/_types/errors/utils.d.ts.map +1 -1
  210. package/_types/errors/version.d.ts +1 -1
  211. package/_types/op-stack/chainConfig.d.ts +6 -0
  212. package/_types/op-stack/chainConfig.d.ts.map +1 -1
  213. package/_types/op-stack/formatters.d.ts +6 -0
  214. package/_types/op-stack/formatters.d.ts.map +1 -1
  215. package/_types/tempo/Addresses.d.ts +1 -0
  216. package/_types/tempo/Addresses.d.ts.map +1 -1
  217. package/_types/tempo/Decorator.d.ts +101 -1
  218. package/_types/tempo/Decorator.d.ts.map +1 -1
  219. package/_types/tempo/Formatters.d.ts.map +1 -1
  220. package/_types/tempo/actions/accessKey.d.ts +14 -12
  221. package/_types/tempo/actions/accessKey.d.ts.map +1 -1
  222. package/_types/tempo/actions/amm.d.ts +14 -14
  223. package/_types/tempo/actions/dex.d.ts +34 -34
  224. package/_types/tempo/actions/faucet.d.ts +2 -2
  225. package/_types/tempo/actions/fee.d.ts +10 -10
  226. package/_types/tempo/actions/index.d.ts +1 -0
  227. package/_types/tempo/actions/index.d.ts.map +1 -1
  228. package/_types/tempo/actions/nonce.d.ts +2 -2
  229. package/_types/tempo/actions/policy.d.ts +18 -18
  230. package/_types/tempo/actions/reward.d.ts +14 -14
  231. package/_types/tempo/actions/token.d.ts +61 -61
  232. package/_types/tempo/actions/validator.d.ts +27 -27
  233. package/_types/tempo/actions/virtualAddress.d.ts +350 -0
  234. package/_types/tempo/actions/virtualAddress.d.ts.map +1 -0
  235. package/_types/tempo/chainConfig.d.ts +6 -0
  236. package/_types/tempo/chainConfig.d.ts.map +1 -1
  237. package/_types/tempo/index.d.ts +1 -1
  238. package/_types/tempo/index.d.ts.map +1 -1
  239. package/_types/tempo/zones/zone.d.ts +48 -12
  240. package/_types/tempo/zones/zone.d.ts.map +1 -1
  241. package/_types/types/transaction.d.ts +3 -1
  242. package/_types/types/transaction.d.ts.map +1 -1
  243. package/_types/utils/formatters/transaction.d.ts +1 -1
  244. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  245. package/_types/zksync/chainConfig.d.ts +8 -1
  246. package/_types/zksync/chainConfig.d.ts.map +1 -1
  247. package/_types/zksync/formatters.d.ts +8 -1
  248. package/_types/zksync/formatters.d.ts.map +1 -1
  249. package/errors/utils.ts +17 -1
  250. package/errors/version.ts +1 -1
  251. package/package.json +2 -2
  252. package/tempo/Addresses.ts +1 -0
  253. package/tempo/Decorator.ts +125 -1
  254. package/tempo/Formatters.ts +6 -0
  255. package/tempo/actions/accessKey.ts +14 -12
  256. package/tempo/actions/amm.ts +14 -14
  257. package/tempo/actions/dex.ts +34 -34
  258. package/tempo/actions/faucet.ts +2 -2
  259. package/tempo/actions/fee.ts +10 -10
  260. package/tempo/actions/index.ts +1 -0
  261. package/tempo/actions/nonce.ts +2 -2
  262. package/tempo/actions/policy.ts +18 -18
  263. package/tempo/actions/reward.ts +14 -14
  264. package/tempo/actions/token.ts +61 -61
  265. package/tempo/actions/validator.ts +27 -27
  266. package/tempo/actions/virtualAddress.ts +337 -0
  267. package/tempo/index.ts +8 -1
  268. package/tempo/zones/zone.ts +23 -2
  269. package/types/transaction.ts +3 -1
  270. package/utils/formatters/transaction.ts +3 -0
@@ -27,7 +27,7 @@ import type { ReadParameters, WriteParameters } from '../internal/types.js';
27
27
  * import { Actions } from 'viem/tempo'
28
28
  *
29
29
  * const client = createClient({
30
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
30
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
31
31
  * transport: http(),
32
32
  * })
33
33
  *
@@ -128,7 +128,7 @@ export declare namespace getPool {
128
128
  * import { Actions } from 'viem/tempo'
129
129
  *
130
130
  * const client = createClient({
131
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
131
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
132
132
  * transport: http(),
133
133
  * })
134
134
  *
@@ -207,7 +207,7 @@ export declare namespace getLiquidityBalance {
207
207
  *
208
208
  * const client = createClient({
209
209
  * account: privateKeyToAccount('0x...'),
210
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
210
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
211
211
  * transport: http(),
212
212
  * })
213
213
  *
@@ -254,7 +254,7 @@ export declare namespace rebalanceSwap {
254
254
  * import { Actions } from 'viem/tempo'
255
255
  *
256
256
  * const client = createClient({
257
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
257
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
258
258
  * transport: http(),
259
259
  * }).extend(walletActions)
260
260
  *
@@ -610,7 +610,7 @@ export declare namespace rebalanceSwap {
610
610
  *
611
611
  * const client = createClient({
612
612
  * account: privateKeyToAccount('0x...'),
613
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
613
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
614
614
  * transport: http(),
615
615
  * })
616
616
  *
@@ -650,7 +650,7 @@ export declare namespace rebalanceSwapSync {
650
650
  *
651
651
  * const client = createClient({
652
652
  * account: privateKeyToAccount('0x...'),
653
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
653
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
654
654
  * transport: http(),
655
655
  * })
656
656
  *
@@ -697,7 +697,7 @@ export declare namespace mint {
697
697
  * import { Actions } from 'viem/tempo'
698
698
  *
699
699
  * const client = createClient({
700
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
700
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
701
701
  * transport: http(),
702
702
  * }).extend(walletActions)
703
703
  *
@@ -1053,7 +1053,7 @@ export declare namespace mint {
1053
1053
  *
1054
1054
  * const client = createClient({
1055
1055
  * account: privateKeyToAccount('0x...'),
1056
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1056
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1057
1057
  * transport: http(),
1058
1058
  * })
1059
1059
  *
@@ -1093,7 +1093,7 @@ export declare namespace mintSync {
1093
1093
  *
1094
1094
  * const client = createClient({
1095
1095
  * account: privateKeyToAccount('0x...'),
1096
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1096
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1097
1097
  * transport: http(),
1098
1098
  * })
1099
1099
  *
@@ -1140,7 +1140,7 @@ export declare namespace burn {
1140
1140
  * import { Actions } from 'viem/tempo'
1141
1141
  *
1142
1142
  * const client = createClient({
1143
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1143
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1144
1144
  * transport: http(),
1145
1145
  * }).extend(walletActions)
1146
1146
  *
@@ -1499,7 +1499,7 @@ export declare namespace burn {
1499
1499
  *
1500
1500
  * const client = createClient({
1501
1501
  * account: privateKeyToAccount('0x...'),
1502
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1502
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1503
1503
  * transport: http(),
1504
1504
  * })
1505
1505
  *
@@ -1537,7 +1537,7 @@ export declare namespace burnSync {
1537
1537
  * import { Actions } from 'viem/tempo'
1538
1538
  *
1539
1539
  * const client = createClient({
1540
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1540
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1541
1541
  * transport: http(),
1542
1542
  * })
1543
1543
  *
@@ -1578,7 +1578,7 @@ export declare namespace watchRebalanceSwap {
1578
1578
  * import { Actions } from 'viem/tempo'
1579
1579
  *
1580
1580
  * const client = createClient({
1581
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1581
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1582
1582
  * transport: http(),
1583
1583
  * })
1584
1584
  *
@@ -1623,7 +1623,7 @@ export declare namespace watchMint {
1623
1623
  * import { Actions } from 'viem/tempo'
1624
1624
  *
1625
1625
  * const client = createClient({
1626
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1626
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1627
1627
  * transport: http(),
1628
1628
  * })
1629
1629
  *
@@ -30,7 +30,7 @@ type OrderType = 'buy' | 'sell';
30
30
  *
31
31
  * const client = createClient({
32
32
  * account: privateKeyToAccount('0x...'),
33
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
33
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
34
34
  * transport: http(),
35
35
  * })
36
36
  *
@@ -78,7 +78,7 @@ export declare namespace buy {
78
78
  * import { Actions } from 'viem/tempo'
79
79
  *
80
80
  * const client = createClient({
81
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
81
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
82
82
  * transport: http(),
83
83
  * }).extend(walletActions)
84
84
  *
@@ -142,7 +142,7 @@ export declare namespace buy {
142
142
  *
143
143
  * const client = createClient({
144
144
  * account: privateKeyToAccount('0x...'),
145
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
145
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
146
146
  * transport: http(),
147
147
  * })
148
148
  *
@@ -180,7 +180,7 @@ export declare namespace buySync {
180
180
  *
181
181
  * const client = createClient({
182
182
  * account: privateKeyToAccount('0x...'),
183
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
183
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
184
184
  * transport: http(),
185
185
  * })
186
186
  *
@@ -219,7 +219,7 @@ export declare namespace cancel {
219
219
  * import { Actions } from 'viem/tempo'
220
220
  *
221
221
  * const client = createClient({
222
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
222
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
223
223
  * transport: http(),
224
224
  * }).extend(walletActions)
225
225
  *
@@ -796,7 +796,7 @@ export declare namespace cancel {
796
796
  *
797
797
  * const client = createClient({
798
798
  * account: privateKeyToAccount('0x...'),
799
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
799
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
800
800
  * transport: http(),
801
801
  * })
802
802
  *
@@ -837,7 +837,7 @@ export declare namespace cancelSync {
837
837
  *
838
838
  * const client = createClient({
839
839
  * account: privateKeyToAccount('0x...'),
840
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
840
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
841
841
  * transport: http(),
842
842
  * })
843
843
  *
@@ -876,7 +876,7 @@ export declare namespace cancelStale {
876
876
  * import { Actions } from 'viem/tempo'
877
877
  *
878
878
  * const client = createClient({
879
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
879
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
880
880
  * transport: http(),
881
881
  * }).extend(walletActions)
882
882
  *
@@ -1456,7 +1456,7 @@ export declare namespace cancelStale {
1456
1456
  *
1457
1457
  * const client = createClient({
1458
1458
  * account: privateKeyToAccount('0x...'),
1459
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1459
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1460
1460
  * transport: http(),
1461
1461
  * })
1462
1462
  *
@@ -1494,7 +1494,7 @@ export declare namespace cancelStaleSync {
1494
1494
  *
1495
1495
  * const client = createClient({
1496
1496
  * account: privateKeyToAccount('0x...'),
1497
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1497
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1498
1498
  * transport: http(),
1499
1499
  * })
1500
1500
  *
@@ -1533,7 +1533,7 @@ export declare namespace createPair {
1533
1533
  * import { Actions } from 'viem/tempo'
1534
1534
  *
1535
1535
  * const client = createClient({
1536
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
1536
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
1537
1537
  * transport: http(),
1538
1538
  * }).extend(walletActions)
1539
1539
  *
@@ -2113,7 +2113,7 @@ export declare namespace createPair {
2113
2113
  *
2114
2114
  * const client = createClient({
2115
2115
  * account: privateKeyToAccount('0x...'),
2116
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2116
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2117
2117
  * transport: http(),
2118
2118
  * })
2119
2119
  *
@@ -2149,7 +2149,7 @@ export declare namespace createPairSync {
2149
2149
  * import { Actions } from 'viem/tempo'
2150
2150
  *
2151
2151
  * const client = createClient({
2152
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2152
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2153
2153
  * transport: http(),
2154
2154
  * })
2155
2155
  *
@@ -2215,7 +2215,7 @@ export declare namespace getBalance {
2215
2215
  * import { Actions } from 'viem/tempo'
2216
2216
  *
2217
2217
  * const client = createClient({
2218
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2218
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2219
2219
  * transport: http(),
2220
2220
  * })
2221
2221
  *
@@ -2288,7 +2288,7 @@ export declare namespace getBuyQuote {
2288
2288
  * import { Actions } from 'viem/tempo'
2289
2289
  *
2290
2290
  * const client = createClient({
2291
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2291
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2292
2292
  * transport: http(),
2293
2293
  * })
2294
2294
  *
@@ -2382,7 +2382,7 @@ export declare namespace getOrder {
2382
2382
  * import { Actions } from 'viem/tempo'
2383
2383
  *
2384
2384
  * const client = createClient({
2385
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2385
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2386
2386
  * transport: http(),
2387
2387
  * })
2388
2388
  *
@@ -2458,7 +2458,7 @@ export declare namespace getOrderbook {
2458
2458
  * import { Actions, Tick } from 'viem/tempo'
2459
2459
  *
2460
2460
  * const client = createClient({
2461
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2461
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2462
2462
  * transport: http(),
2463
2463
  * })
2464
2464
  *
@@ -2544,7 +2544,7 @@ export declare namespace getTickLevel {
2544
2544
  * import { Actions } from 'viem/tempo'
2545
2545
  *
2546
2546
  * const client = createClient({
2547
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2547
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2548
2548
  * transport: http(),
2549
2549
  * })
2550
2550
  *
@@ -2619,7 +2619,7 @@ export declare namespace getSellQuote {
2619
2619
  *
2620
2620
  * const client = createClient({
2621
2621
  * account: privateKeyToAccount('0x...'),
2622
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2622
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2623
2623
  * transport: http(),
2624
2624
  * })
2625
2625
  *
@@ -2667,7 +2667,7 @@ export declare namespace place {
2667
2667
  * import { Actions, Tick } from 'viem/tempo'
2668
2668
  *
2669
2669
  * const client = createClient({
2670
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
2670
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
2671
2671
  * transport: http(),
2672
2672
  * }).extend(walletActions)
2673
2673
  *
@@ -3259,7 +3259,7 @@ export declare namespace place {
3259
3259
  *
3260
3260
  * const client = createClient({
3261
3261
  * account: privateKeyToAccount('0x...'),
3262
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
3262
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
3263
3263
  * transport: http(),
3264
3264
  * })
3265
3265
  *
@@ -3310,7 +3310,7 @@ export declare namespace placeFlip {
3310
3310
  * import { Actions, Tick } from 'viem/tempo'
3311
3311
  *
3312
3312
  * const client = createClient({
3313
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
3313
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
3314
3314
  * transport: http(),
3315
3315
  * }).extend(walletActions)
3316
3316
  *
@@ -3906,7 +3906,7 @@ export declare namespace placeFlip {
3906
3906
  *
3907
3907
  * const client = createClient({
3908
3908
  * account: privateKeyToAccount('0x...'),
3909
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
3909
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
3910
3910
  * transport: http(),
3911
3911
  * })
3912
3912
  *
@@ -3948,7 +3948,7 @@ export declare namespace placeFlipSync {
3948
3948
  *
3949
3949
  * const client = createClient({
3950
3950
  * account: privateKeyToAccount('0x...'),
3951
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
3951
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
3952
3952
  * transport: http(),
3953
3953
  * })
3954
3954
  *
@@ -3989,7 +3989,7 @@ export declare namespace placeSync {
3989
3989
  *
3990
3990
  * const client = createClient({
3991
3991
  * account: privateKeyToAccount('0x...'),
3992
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
3992
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
3993
3993
  * transport: http(),
3994
3994
  * })
3995
3995
  *
@@ -4037,7 +4037,7 @@ export declare namespace sell {
4037
4037
  * import { Actions } from 'viem/tempo'
4038
4038
  *
4039
4039
  * const client = createClient({
4040
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4040
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4041
4041
  * transport: http(),
4042
4042
  * }).extend(walletActions)
4043
4043
  *
@@ -4101,7 +4101,7 @@ export declare namespace sell {
4101
4101
  *
4102
4102
  * const client = createClient({
4103
4103
  * account: privateKeyToAccount('0x...'),
4104
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4104
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4105
4105
  * transport: http(),
4106
4106
  * })
4107
4107
  *
@@ -4137,7 +4137,7 @@ export declare namespace sellSync {
4137
4137
  * import { Actions } from 'viem/tempo'
4138
4138
  *
4139
4139
  * const client = createClient({
4140
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4140
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4141
4141
  * transport: http(),
4142
4142
  * })
4143
4143
  *
@@ -4178,7 +4178,7 @@ export declare namespace watchFlipOrderPlaced {
4178
4178
  * import { Actions } from 'viem/tempo'
4179
4179
  *
4180
4180
  * const client = createClient({
4181
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4181
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4182
4182
  * transport: http(),
4183
4183
  * })
4184
4184
  *
@@ -4217,7 +4217,7 @@ export declare namespace watchOrderCancelled {
4217
4217
  * import { Actions } from 'viem/tempo'
4218
4218
  *
4219
4219
  * const client = createClient({
4220
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4220
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4221
4221
  * transport: http(),
4222
4222
  * })
4223
4223
  *
@@ -4260,7 +4260,7 @@ export declare namespace watchOrderFilled {
4260
4260
  * import { Actions } from 'viem/tempo'
4261
4261
  *
4262
4262
  * const client = createClient({
4263
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4263
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4264
4264
  * transport: http(),
4265
4265
  * })
4266
4266
  *
@@ -4303,7 +4303,7 @@ export declare namespace watchOrderPlaced {
4303
4303
  *
4304
4304
  * const client = createClient({
4305
4305
  * account: privateKeyToAccount('0x...'),
4306
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4306
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4307
4307
  * transport: http(),
4308
4308
  * })
4309
4309
  *
@@ -4345,7 +4345,7 @@ export declare namespace withdraw {
4345
4345
  * import { Actions } from 'viem/tempo'
4346
4346
  *
4347
4347
  * const client = createClient({
4348
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4348
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4349
4349
  * transport: http(),
4350
4350
  * }).extend(walletActions)
4351
4351
  *
@@ -4398,7 +4398,7 @@ export declare namespace withdraw {
4398
4398
  *
4399
4399
  * const client = createClient({
4400
4400
  * account: privateKeyToAccount('0x...'),
4401
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
4401
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
4402
4402
  * transport: http(),
4403
4403
  * })
4404
4404
  *
@@ -16,7 +16,7 @@ import type { TransactionReceipt } from '../Transaction.js';
16
16
  * import { Actions } from 'viem/tempo'
17
17
  *
18
18
  * const client = createClient({
19
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
19
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' }),
20
20
  * transport: http(),
21
21
  * })
22
22
  *
@@ -49,7 +49,7 @@ export declare namespace fund {
49
49
  * import { Actions } from 'viem/tempo'
50
50
  *
51
51
  * const client = createClient({
52
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
52
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' }),
53
53
  * transport: http(),
54
54
  * })
55
55
  *
@@ -27,7 +27,7 @@ import type { TransactionReceipt } from '../Transaction.js';
27
27
  *
28
28
  * const client = createClient({
29
29
  * account: privateKeyToAccount('0x...'),
30
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
30
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
31
31
  * transport: http(),
32
32
  * })
33
33
  *
@@ -90,7 +90,7 @@ export declare namespace getUserToken {
90
90
  *
91
91
  * const client = createClient({
92
92
  * account: privateKeyToAccount('0x...'),
93
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
93
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
94
94
  * transport: http(),
95
95
  * })
96
96
  *
@@ -129,7 +129,7 @@ export declare namespace setUserToken {
129
129
  * import { Actions } from 'viem/tempo'
130
130
  *
131
131
  * const client = createClient({
132
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
132
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
133
133
  * transport: http(),
134
134
  * }).extend(walletActions)
135
135
  *
@@ -323,7 +323,7 @@ export declare namespace setUserToken {
323
323
  *
324
324
  * const client = createClient({
325
325
  * account: privateKeyToAccount('0x...'),
326
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
326
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
327
327
  * transport: http(),
328
328
  * })
329
329
  *
@@ -358,7 +358,7 @@ export declare namespace setUserTokenSync {
358
358
  * import { Actions } from 'viem/tempo'
359
359
  *
360
360
  * const client = createClient({
361
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
361
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
362
362
  * transport: http(),
363
363
  * })
364
364
  *
@@ -395,7 +395,7 @@ export declare namespace watchSetUserToken {
395
395
  * import { Actions } from 'viem/tempo'
396
396
  *
397
397
  * const client = createClient({
398
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
398
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
399
399
  * transport: http(),
400
400
  * })
401
401
  *
@@ -460,7 +460,7 @@ export declare namespace getValidatorToken {
460
460
  *
461
461
  * const client = createClient({
462
462
  * account: privateKeyToAccount('0x...'),
463
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
463
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
464
464
  * transport: http(),
465
465
  * })
466
466
  *
@@ -499,7 +499,7 @@ export declare namespace setValidatorToken {
499
499
  * import { Actions } from 'viem/tempo'
500
500
  *
501
501
  * const client = createClient({
502
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
502
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
503
503
  * transport: http(),
504
504
  * }).extend(walletActions)
505
505
  *
@@ -693,7 +693,7 @@ export declare namespace setValidatorToken {
693
693
  *
694
694
  * const client = createClient({
695
695
  * account: privateKeyToAccount('0x...'),
696
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
696
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
697
697
  * transport: http(),
698
698
  * })
699
699
  *
@@ -728,7 +728,7 @@ export declare namespace setValidatorTokenSync {
728
728
  * import { Actions } from 'viem/tempo'
729
729
  *
730
730
  * const client = createClient({
731
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })
731
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' })
732
732
  * transport: http(),
733
733
  * })
734
734
  *
@@ -9,5 +9,6 @@ export * as reward from './reward.js';
9
9
  export * as simulate from './simulate.js';
10
10
  export * as token from './token.js';
11
11
  export * as validator from './validator.js';
12
+ export * as virtualAddress from './virtualAddress.js';
12
13
  export * as zone from './zone.js';
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../tempo/actions/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAC3C,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,QAAQ,MAAM,eAAe,CAAA;AACzC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAC3C,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../tempo/actions/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAC3C,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,QAAQ,MAAM,eAAe,CAAA;AACzC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAC3C,OAAO,KAAK,cAAc,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA"}
@@ -20,7 +20,7 @@ import type { ReadParameters } from '../internal/types.js';
20
20
  * import { Actions } from 'viem/tempo'
21
21
  *
22
22
  * const client = createClient({
23
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
23
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' }),
24
24
  * transport: http(),
25
25
  * })
26
26
  *
@@ -59,7 +59,7 @@ export declare namespace getNonce {
59
59
  * import { Actions } from 'viem/tempo'
60
60
  *
61
61
  * const client = createClient({
62
- * chain: tempo({ feeToken: '0x20c0000000000000000000000000000000000001' }),
62
+ * chain: tempo.extend({ feeToken: '0x20c0000000000000000000000000000000000001' }),
63
63
  * transport: http(),
64
64
  * })
65
65
  *