Skip to content

Commit 7be11df

Browse files
committed
readme/typos
1 parent 196f9dc commit 7be11df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Jup DCA Bot
22
This bot runs a simple dollar cost averaging strategy to buy assets over a period of time. It utilizes [Jupiter Aggregator](https://jup.ag), a swap aggregator on Solana.
33

4-
This code is unaudited. Please use at your own risk!
4+
This code was made to experiment and learn. It has not been thoroughly tested and is unaudited. Please use at your own risk!
55

66
Based on the [Jupiter Core Example](https://github.com/jup-ag/jupiter-core-example)
77

src/dcaconfig-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const dcaconfig: DcaConfig[] = [
66
outputToken: "USDT",
77
amount: 0.01,
88
slippage: 1,
9-
cron: "*/* * * * *" // every minute
9+
cron: "* * * * *" // every minute
1010
},
1111
{
1212
inputToken: "USDT",

0 commit comments

Comments
 (0)