Skip to content

Commit

Permalink
mod (Readme.md) add detailed stup and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Widiskel committed Jun 7, 2024
1 parent 5f84054 commit 696a449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Bot now have so many feature, but your daily faucet is only 30 INITIA. Thats why

```js
// MORE TX CONFIG
// this.config = Array.from({ length: 28 }, (_, i) => i + 1);
// this.config = Array.from({ length: 29 }, (_, i) => i + 1);

//FOCUS EXP CONFIG
this.config = [14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29];
Expand Down
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class Config {
// 29. Add Liquidity INIT/USDC on Tucana Liquidity Pool

// MORE TX CONFIG
// this.config = Array.from({ length: 28 }, (_, i) => i + 1);
// this.config = Array.from({ length: 29 }, (_, i) => i + 1);

//FOCUS EXP CONFIG
this.config = [14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29];
this.config = [1, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29];
}

isInConfig = (number) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "initia-daily-bot",
"version": "1.0.0",
"version": "v1.0.1",
"description": "Initia Daily Routine Bot",
"type": "module",
"repository": {
Expand Down

0 comments on commit 696a449

Please sign in to comment.