Skip to content

Commit

Permalink
Feat: Add Category To Exclude Tokens From Being Used As Intermediates (
Browse files Browse the repository at this point in the history
…#31)

* Add a exclusion vec to token category

* Add exclusion list in token category and a pumpfun slippage config
  • Loading branch information
boxme authored Jan 23, 2025
1 parent 496197c commit c135c18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions slippage_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"min": 100,
"max": 1000
}
},
{
"name": "pump_new_graduated",
"range": {
"min": 500,
"max": 1000
}
}
]
}
3 changes: 2 additions & 1 deletion token_categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,6 @@
"jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL"
]
}
]
],
"excluded_from_intermediate_hop_mints": []
}

0 comments on commit c135c18

Please sign in to comment.