tempo.ts 0.2.0 → 0.2.1

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 (85) hide show
  1. package/dist/chains.d.ts.map +1 -1
  2. package/dist/chains.js +3 -1
  3. package/dist/chains.js.map +1 -1
  4. package/dist/viem/Actions/amm.d.ts +64 -43
  5. package/dist/viem/Actions/amm.d.ts.map +1 -1
  6. package/dist/viem/Actions/amm.js +62 -47
  7. package/dist/viem/Actions/amm.js.map +1 -1
  8. package/dist/viem/Actions/dex.d.ts +32 -32
  9. package/dist/viem/Actions/dex.js +32 -32
  10. package/dist/viem/Actions/faucet.d.ts +34 -0
  11. package/dist/viem/Actions/faucet.d.ts.map +1 -0
  12. package/dist/viem/Actions/faucet.js +33 -0
  13. package/dist/viem/Actions/faucet.js.map +1 -0
  14. package/dist/viem/Actions/fee.d.ts +13 -13
  15. package/dist/viem/Actions/fee.js +13 -13
  16. package/dist/viem/Actions/index.d.ts +1 -0
  17. package/dist/viem/Actions/index.d.ts.map +1 -1
  18. package/dist/viem/Actions/index.js +1 -0
  19. package/dist/viem/Actions/index.js.map +1 -1
  20. package/dist/viem/Actions/policy.d.ts +46 -46
  21. package/dist/viem/Actions/policy.js +46 -46
  22. package/dist/viem/Actions/reward.d.ts +38 -38
  23. package/dist/viem/Actions/reward.js +38 -38
  24. package/dist/viem/Actions/token.d.ts +159 -159
  25. package/dist/viem/Actions/token.js +159 -159
  26. package/dist/viem/Decorator.d.ts +128 -101
  27. package/dist/viem/Decorator.d.ts.map +1 -1
  28. package/dist/viem/Decorator.js +4 -0
  29. package/dist/viem/Decorator.js.map +1 -1
  30. package/dist/wagmi/Actions/amm.d.ts +12 -12
  31. package/dist/wagmi/Actions/amm.js +12 -12
  32. package/dist/wagmi/Actions/dex.d.ts +25 -25
  33. package/dist/wagmi/Actions/dex.js +25 -25
  34. package/dist/wagmi/Actions/faucet.d.ts +35 -0
  35. package/dist/wagmi/Actions/faucet.d.ts.map +1 -0
  36. package/dist/wagmi/Actions/faucet.js +33 -0
  37. package/dist/wagmi/Actions/faucet.js.map +1 -0
  38. package/dist/wagmi/Actions/fee.d.ts +3 -3
  39. package/dist/wagmi/Actions/fee.js +3 -3
  40. package/dist/wagmi/Actions/index.d.ts +1 -0
  41. package/dist/wagmi/Actions/index.d.ts.map +1 -1
  42. package/dist/wagmi/Actions/index.js +1 -0
  43. package/dist/wagmi/Actions/index.js.map +1 -1
  44. package/dist/wagmi/Actions/reward.d.ts +10 -10
  45. package/dist/wagmi/Actions/reward.js +10 -10
  46. package/dist/wagmi/Actions/token.d.ts +45 -45
  47. package/dist/wagmi/Actions/token.js +46 -46
  48. package/dist/wagmi/Actions/token.js.map +1 -1
  49. package/dist/wagmi/Connector.d.ts +11 -3
  50. package/dist/wagmi/Connector.d.ts.map +1 -1
  51. package/dist/wagmi/Connector.js +16 -4
  52. package/dist/wagmi/Connector.js.map +1 -1
  53. package/dist/wagmi/Hooks/faucet.d.ts +39 -0
  54. package/dist/wagmi/Hooks/faucet.d.ts.map +1 -0
  55. package/dist/wagmi/Hooks/faucet.js +40 -0
  56. package/dist/wagmi/Hooks/faucet.js.map +1 -0
  57. package/dist/wagmi/Hooks/index.d.ts +1 -0
  58. package/dist/wagmi/Hooks/index.d.ts.map +1 -1
  59. package/dist/wagmi/Hooks/index.js +1 -0
  60. package/dist/wagmi/Hooks/index.js.map +1 -1
  61. package/package.json +1 -1
  62. package/src/chains.ts +3 -1
  63. package/src/viem/Actions/amm.test.ts +75 -0
  64. package/src/viem/Actions/amm.ts +63 -48
  65. package/src/viem/Actions/dex.ts +32 -32
  66. package/src/viem/Actions/faucet.ts +50 -0
  67. package/src/viem/Actions/fee.ts +13 -13
  68. package/src/viem/Actions/index.ts +1 -0
  69. package/src/viem/Actions/policy.ts +46 -46
  70. package/src/viem/Actions/reward.ts +38 -38
  71. package/src/viem/Actions/token.ts +159 -159
  72. package/src/viem/Chain.bench-d.ts +12 -0
  73. package/src/viem/Decorator.bench-d.ts +1 -1
  74. package/src/viem/Decorator.test.ts +1 -0
  75. package/src/viem/Decorator.ts +133 -101
  76. package/src/wagmi/Actions/amm.ts +12 -12
  77. package/src/wagmi/Actions/dex.ts +25 -25
  78. package/src/wagmi/Actions/faucet.ts +46 -0
  79. package/src/wagmi/Actions/fee.ts +3 -3
  80. package/src/wagmi/Actions/index.ts +1 -0
  81. package/src/wagmi/Actions/reward.ts +10 -10
  82. package/src/wagmi/Actions/token.ts +46 -46
  83. package/src/wagmi/Connector.ts +31 -8
  84. package/src/wagmi/Hooks/faucet.ts +76 -0
  85. package/src/wagmi/Hooks/index.ts +1 -0
@@ -15,7 +15,7 @@ import * as viem_Actions from '../../viem/Actions/amm.js'
15
15
  * import { Actions } from 'tempo.ts/wagmi'
16
16
  *
17
17
  * const config = createConfig({
18
- * chains: [tempo],
18
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
19
19
  * transports: {
20
20
  * [tempo.id]: http(),
21
21
  * },
@@ -106,7 +106,7 @@ export namespace getPool {
106
106
  * import { Actions } from 'tempo.ts/wagmi'
107
107
  *
108
108
  * const config = createConfig({
109
- * chains: [tempo],
109
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
110
110
  * transports: {
111
111
  * [tempo.id]: http(),
112
112
  * },
@@ -202,7 +202,7 @@ export namespace getLiquidityBalance {
202
202
  * import { Actions } from 'tempo.ts/wagmi'
203
203
  *
204
204
  * const config = createConfig({
205
- * chains: [tempo],
205
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
206
206
  * transports: {
207
207
  * [tempo.id]: http(),
208
208
  * },
@@ -257,7 +257,7 @@ export declare namespace rebalanceSwap {
257
257
  * import { Actions } from 'tempo.ts/wagmi'
258
258
  *
259
259
  * const config = createConfig({
260
- * chains: [tempo],
260
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
261
261
  * transports: {
262
262
  * [tempo.id]: http(),
263
263
  * },
@@ -312,7 +312,7 @@ export declare namespace rebalanceSwapSync {
312
312
  * import { Actions } from 'tempo.ts/wagmi'
313
313
  *
314
314
  * const config = createConfig({
315
- * chains: [tempo],
315
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
316
316
  * transports: {
317
317
  * [tempo.id]: http(),
318
318
  * },
@@ -369,7 +369,7 @@ export declare namespace mint {
369
369
  * import { Actions } from 'tempo.ts/wagmi'
370
370
  *
371
371
  * const config = createConfig({
372
- * chains: [tempo],
372
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
373
373
  * transports: {
374
374
  * [tempo.id]: http(),
375
375
  * },
@@ -429,7 +429,7 @@ export declare namespace mintSync {
429
429
  * import { Actions } from 'tempo.ts/wagmi'
430
430
  *
431
431
  * const config = createConfig({
432
- * chains: [tempo],
432
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
433
433
  * transports: {
434
434
  * [tempo.id]: http(),
435
435
  * },
@@ -481,7 +481,7 @@ export declare namespace burn {
481
481
  * import { Actions } from 'tempo.ts/wagmi'
482
482
  *
483
483
  * const config = createConfig({
484
- * chains: [tempo],
484
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
485
485
  * transports: {
486
486
  * [tempo.id]: http(),
487
487
  * },
@@ -536,7 +536,7 @@ export declare namespace burnSync {
536
536
  * import { Actions } from 'tempo.ts/wagmi'
537
537
  *
538
538
  * const config = createConfig({
539
- * chains: [tempo],
539
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
540
540
  * transports: {
541
541
  * [tempo.id]: http(),
542
542
  * },
@@ -577,7 +577,7 @@ export declare namespace watchRebalanceSwap {
577
577
  * import { Actions } from 'tempo.ts/wagmi'
578
578
  *
579
579
  * const config = createConfig({
580
- * chains: [tempo],
580
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
581
581
  * transports: {
582
582
  * [tempo.id]: http(),
583
583
  * },
@@ -618,7 +618,7 @@ export declare namespace watchFeeSwap {
618
618
  * import { Actions } from 'tempo.ts/wagmi'
619
619
  *
620
620
  * const config = createConfig({
621
- * chains: [tempo],
621
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
622
622
  * transports: {
623
623
  * [tempo.id]: http(),
624
624
  * },
@@ -659,7 +659,7 @@ export declare namespace watchMint {
659
659
  * import { Actions } from 'tempo.ts/wagmi'
660
660
  *
661
661
  * const config = createConfig({
662
- * chains: [tempo],
662
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
663
663
  * transports: {
664
664
  * [tempo.id]: http(),
665
665
  * },
@@ -20,7 +20,7 @@ import * as viem_Actions from '../../viem/Actions/dex.js'
20
20
  * import { Actions } from 'tempo.ts/wagmi'
21
21
  *
22
22
  * const config = createConfig({
23
- * chains: [tempo],
23
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
24
24
  * transports: {
25
25
  * [tempo.id]: http(),
26
26
  * },
@@ -77,7 +77,7 @@ export declare namespace buy {
77
77
  * import { Actions } from 'tempo.ts/wagmi'
78
78
  *
79
79
  * const config = createConfig({
80
- * chains: [tempo],
80
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
81
81
  * transports: {
82
82
  * [tempo.id]: http(),
83
83
  * },
@@ -134,7 +134,7 @@ export declare namespace buySync {
134
134
  * import { Actions } from 'tempo.ts/wagmi'
135
135
  *
136
136
  * const config = createConfig({
137
- * chains: [tempo],
137
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
138
138
  * transports: {
139
139
  * [tempo.id]: http(),
140
140
  * },
@@ -191,7 +191,7 @@ export declare namespace cancel {
191
191
  * import { Actions } from 'tempo.ts/wagmi'
192
192
  *
193
193
  * const config = createConfig({
194
- * chains: [tempo],
194
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
195
195
  * transports: {
196
196
  * [tempo.id]: http(),
197
197
  * },
@@ -245,7 +245,7 @@ export declare namespace cancelSync {
245
245
  * import { Actions } from 'tempo.ts/wagmi'
246
246
  *
247
247
  * const config = createConfig({
248
- * chains: [tempo],
248
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
249
249
  * transports: {
250
250
  * [tempo.id]: http(),
251
251
  * },
@@ -302,7 +302,7 @@ export declare namespace createPair {
302
302
  * import { Actions } from 'tempo.ts/wagmi'
303
303
  *
304
304
  * const config = createConfig({
305
- * chains: [tempo],
305
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
306
306
  * transports: {
307
307
  * [tempo.id]: http(),
308
308
  * },
@@ -356,7 +356,7 @@ export declare namespace createPairSync {
356
356
  * import { Actions } from 'tempo.ts/wagmi'
357
357
  *
358
358
  * const config = createConfig({
359
- * chains: [tempo],
359
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
360
360
  * transports: {
361
361
  * [tempo.id]: http(),
362
362
  * },
@@ -448,7 +448,7 @@ export namespace getBalance {
448
448
  * import { Actions } from 'tempo.ts/wagmi'
449
449
  *
450
450
  * const config = createConfig({
451
- * chains: [tempo],
451
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
452
452
  * transports: {
453
453
  * [tempo.id]: http(),
454
454
  * },
@@ -540,7 +540,7 @@ export namespace getBuyQuote {
540
540
  * import { Actions } from 'tempo.ts/wagmi'
541
541
  *
542
542
  * const config = createConfig({
543
- * chains: [tempo],
543
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
544
544
  * transports: {
545
545
  * [tempo.id]: http(),
546
546
  * },
@@ -630,7 +630,7 @@ export namespace getOrder {
630
630
  * import { Actions } from 'tempo.ts/wagmi'
631
631
  *
632
632
  * const config = createConfig({
633
- * chains: [tempo],
633
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
634
634
  * transports: {
635
635
  * [tempo.id]: http(),
636
636
  * },
@@ -734,7 +734,7 @@ export namespace getOrders {
734
734
  * import { Actions } from 'tempo.ts/wagmi'
735
735
  *
736
736
  * const config = createConfig({
737
- * chains: [tempo],
737
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
738
738
  * transports: {
739
739
  * [tempo.id]: http(),
740
740
  * },
@@ -825,7 +825,7 @@ export namespace getOrderbook {
825
825
  * import { Actions, Tick } from 'tempo.ts/wagmi'
826
826
  *
827
827
  * const config = createConfig({
828
- * chains: [tempo],
828
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
829
829
  * transports: {
830
830
  * [tempo.id]: http(),
831
831
  * },
@@ -917,7 +917,7 @@ export namespace getPriceLevel {
917
917
  * import { Actions } from 'tempo.ts/wagmi'
918
918
  *
919
919
  * const config = createConfig({
920
- * chains: [tempo],
920
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
921
921
  * transports: {
922
922
  * [tempo.id]: http(),
923
923
  * },
@@ -1009,7 +1009,7 @@ export namespace getSellQuote {
1009
1009
  * import { Actions } from 'tempo.ts/wagmi'
1010
1010
  *
1011
1011
  * const config = createConfig({
1012
- * chains: [tempo],
1012
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1013
1013
  * transports: {
1014
1014
  * [tempo.id]: http(),
1015
1015
  * },
@@ -1063,7 +1063,7 @@ export declare namespace place {
1063
1063
  * import { Actions } from 'tempo.ts/wagmi'
1064
1064
  *
1065
1065
  * const config = createConfig({
1066
- * chains: [tempo],
1066
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1067
1067
  * transports: {
1068
1068
  * [tempo.id]: http(),
1069
1069
  * },
@@ -1124,7 +1124,7 @@ export declare namespace placeFlip {
1124
1124
  * import { Actions } from 'tempo.ts/wagmi'
1125
1125
  *
1126
1126
  * const config = createConfig({
1127
- * chains: [tempo],
1127
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1128
1128
  * transports: {
1129
1129
  * [tempo.id]: http(),
1130
1130
  * },
@@ -1185,7 +1185,7 @@ export declare namespace placeFlipSync {
1185
1185
  * import { Actions } from 'tempo.ts/wagmi'
1186
1186
  *
1187
1187
  * const config = createConfig({
1188
- * chains: [tempo],
1188
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1189
1189
  * transports: {
1190
1190
  * [tempo.id]: http(),
1191
1191
  * },
@@ -1242,7 +1242,7 @@ export declare namespace placeSync {
1242
1242
  * import { Actions } from 'tempo.ts/wagmi'
1243
1243
  *
1244
1244
  * const config = createConfig({
1245
- * chains: [tempo],
1245
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1246
1246
  * transports: {
1247
1247
  * [tempo.id]: http(),
1248
1248
  * },
@@ -1299,7 +1299,7 @@ export declare namespace sell {
1299
1299
  * import { Actions } from 'tempo.ts/wagmi'
1300
1300
  *
1301
1301
  * const config = createConfig({
1302
- * chains: [tempo],
1302
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1303
1303
  * transports: {
1304
1304
  * [tempo.id]: http(),
1305
1305
  * },
@@ -1356,7 +1356,7 @@ export declare namespace sellSync {
1356
1356
  * import { Actions } from 'tempo.ts/wagmi'
1357
1357
  *
1358
1358
  * const config = createConfig({
1359
- * chains: [tempo],
1359
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1360
1360
  * transports: {
1361
1361
  * [tempo.id]: http(),
1362
1362
  * },
@@ -1401,7 +1401,7 @@ export declare namespace watchFlipOrderPlaced {
1401
1401
  * import { Actions } from 'tempo.ts/wagmi'
1402
1402
  *
1403
1403
  * const config = createConfig({
1404
- * chains: [tempo],
1404
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1405
1405
  * transports: {
1406
1406
  * [tempo.id]: http(),
1407
1407
  * },
@@ -1446,7 +1446,7 @@ export declare namespace watchOrderCancelled {
1446
1446
  * import { Actions } from 'tempo.ts/wagmi'
1447
1447
  *
1448
1448
  * const config = createConfig({
1449
- * chains: [tempo],
1449
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1450
1450
  * transports: {
1451
1451
  * [tempo.id]: http(),
1452
1452
  * },
@@ -1491,7 +1491,7 @@ export declare namespace watchOrderFilled {
1491
1491
  * import { Actions } from 'tempo.ts/wagmi'
1492
1492
  *
1493
1493
  * const config = createConfig({
1494
- * chains: [tempo],
1494
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1495
1495
  * transports: {
1496
1496
  * [tempo.id]: http(),
1497
1497
  * },
@@ -1536,7 +1536,7 @@ export declare namespace watchOrderPlaced {
1536
1536
  * import { Actions } from 'tempo.ts/wagmi'
1537
1537
  *
1538
1538
  * const config = createConfig({
1539
- * chains: [tempo],
1539
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1540
1540
  * transports: {
1541
1541
  * [tempo.id]: http(),
1542
1542
  * },
@@ -1594,7 +1594,7 @@ export declare namespace withdraw {
1594
1594
  * import { Actions } from 'tempo.ts/wagmi'
1595
1595
  *
1596
1596
  * const config = createConfig({
1597
- * chains: [tempo],
1597
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
1598
1598
  * transports: {
1599
1599
  * [tempo.id]: http(),
1600
1600
  * },
@@ -0,0 +1,46 @@
1
+ import type { Config } from '@wagmi/core'
2
+ import type { ChainIdParameter, UnionCompute } from '@wagmi/core/internal'
3
+ import * as viem_Actions from '../../viem/Actions/faucet.js'
4
+
5
+ /**
6
+ * Funds an account with an initial amount of set token(s)
7
+ * on Tempo's testnet.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * import { createConfig, http } from '@wagmi/core'
12
+ * import { tempo } from 'tempo.ts/chains'
13
+ * import { Actions } from 'tempo.ts/wagmi'
14
+ *
15
+ * const config = createConfig({
16
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
17
+ * transports: {
18
+ * [tempo.id]: http(),
19
+ * },
20
+ * })
21
+ *
22
+ * const hashes = await Actions.faucet.fund(config, {
23
+ * account: '0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef',
24
+ * })
25
+ * ```
26
+ *
27
+ * @param config - Config.
28
+ * @param parameters - Parameters.
29
+ * @returns The transaction hashes.
30
+ */
31
+ export async function fund<config extends Config>(
32
+ config: config,
33
+ parameters: fund.Parameters<config>,
34
+ ): Promise<fund.ReturnValue> {
35
+ const { chainId, ...rest } = parameters
36
+ const client = config.getClient({ chainId })
37
+ return viem_Actions.fund(client, rest)
38
+ }
39
+
40
+ export declare namespace fund {
41
+ export type Parameters<config extends Config> = UnionCompute<
42
+ ChainIdParameter<config> & viem_Actions.fund.Parameters
43
+ >
44
+
45
+ export type ReturnValue = viem_Actions.fund.ReturnValue
46
+ }
@@ -15,7 +15,7 @@ import * as viem_Actions from '../../viem/Actions/fee.js'
15
15
  * import { Actions } from 'tempo.ts/wagmi'
16
16
  *
17
17
  * const config = createConfig({
18
- * chains: [tempo],
18
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
19
19
  * transports: {
20
20
  * [tempo.id]: http(),
21
21
  * },
@@ -106,7 +106,7 @@ export namespace getUserToken {
106
106
  * import { Actions } from 'tempo.ts/wagmi'
107
107
  *
108
108
  * const config = createConfig({
109
- * chains: [tempo],
109
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
110
110
  * transports: {
111
111
  * [tempo.id]: http(),
112
112
  * },
@@ -163,7 +163,7 @@ export declare namespace setUserToken {
163
163
  * import { Actions } from 'tempo.ts/wagmi'
164
164
  *
165
165
  * const config = createConfig({
166
- * chains: [tempo],
166
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
167
167
  * transports: {
168
168
  * [tempo.id]: http(),
169
169
  * },
@@ -1,5 +1,6 @@
1
1
  export * as amm from './amm.js'
2
2
  export * as dex from './dex.js'
3
+ export * as faucet from './faucet.js'
3
4
  export * as fee from './fee.js'
4
5
  export * as reward from './reward.js'
5
6
  export * as token from './token.js'
@@ -15,7 +15,7 @@ import * as viem_Actions from '../../viem/Actions/reward.js'
15
15
  * import { Actions } from 'tempo.ts/wagmi'
16
16
  *
17
17
  * const config = createConfig({
18
- * chains: [tempo],
18
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
19
19
  * transports: {
20
20
  * [tempo.id]: http(),
21
21
  * },
@@ -71,7 +71,7 @@ export declare namespace cancel {
71
71
  * import { Actions } from 'tempo.ts/wagmi'
72
72
  *
73
73
  * const config = createConfig({
74
- * chains: [tempo],
74
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
75
75
  * transports: {
76
76
  * [tempo.id]: http(),
77
77
  * },
@@ -127,7 +127,7 @@ export declare namespace cancelSync {
127
127
  * import { Actions } from 'tempo.ts/wagmi'
128
128
  *
129
129
  * const config = createConfig({
130
- * chains: [tempo],
130
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
131
131
  * transports: {
132
132
  * [tempo.id]: http(),
133
133
  * },
@@ -179,7 +179,7 @@ export declare namespace claim {
179
179
  * import { Actions } from 'tempo.ts/wagmi'
180
180
  *
181
181
  * const config = createConfig({
182
- * chains: [tempo],
182
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
183
183
  * transports: {
184
184
  * [tempo.id]: http(),
185
185
  * },
@@ -234,7 +234,7 @@ export declare namespace claimSync {
234
234
  * import { Actions } from 'tempo.ts/wagmi'
235
235
  *
236
236
  * const config = createConfig({
237
- * chains: [tempo],
237
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
238
238
  * transports: {
239
239
  * [tempo.id]: http(),
240
240
  * },
@@ -325,7 +325,7 @@ export namespace getStream {
325
325
  * import { Actions } from 'tempo.ts/wagmi'
326
326
  *
327
327
  * const config = createConfig({
328
- * chains: [tempo],
328
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
329
329
  * transports: {
330
330
  * [tempo.id]: http(),
331
331
  * },
@@ -415,7 +415,7 @@ export namespace getTotalPerSecond {
415
415
  * import { Actions } from 'tempo.ts/wagmi'
416
416
  *
417
417
  * const config = createConfig({
418
- * chains: [tempo],
418
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
419
419
  * transports: {
420
420
  * [tempo.id]: http(),
421
421
  * },
@@ -471,7 +471,7 @@ export declare namespace setRecipient {
471
471
  * import { Actions } from 'tempo.ts/wagmi'
472
472
  *
473
473
  * const config = createConfig({
474
- * chains: [tempo],
474
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
475
475
  * transports: {
476
476
  * [tempo.id]: http(),
477
477
  * },
@@ -530,7 +530,7 @@ export declare namespace setRecipientSync {
530
530
  * import { Actions } from 'tempo.ts/wagmi'
531
531
  *
532
532
  * const config = createConfig({
533
- * chains: [tempo],
533
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
534
534
  * transports: {
535
535
  * [tempo.id]: http(),
536
536
  * },
@@ -584,7 +584,7 @@ export declare namespace start {
584
584
  * import { Actions } from 'tempo.ts/wagmi'
585
585
  *
586
586
  * const config = createConfig({
587
- * chains: [tempo],
587
+ * chains: [tempo({ feeToken: '0x20c0000000000000000000000000000000000001' })],
588
588
  * transports: {
589
589
  * [tempo.id]: http(),
590
590
  * },