Skip to content

Commit 1b92bb3

Browse files
authored
new category for selling and buying in degen category (#45)
1 parent 5d04727 commit 1b92bb3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

slippage_config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,20 @@
6262
"min": 1000,
6363
"max": 2000
6464
}
65+
},
66+
{
67+
"name": "degen_buy",
68+
"range": {
69+
"min": 1000,
70+
"max": 2500
71+
}
72+
},
73+
{
74+
"name": "degen_sell",
75+
"range": {
76+
"min": 1000,
77+
"max": 5000
78+
}
6579
}
6680
]
6781
}

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ mod tests {
9090
"pump_new_graduate",
9191
"degen",
9292
"new_token",
93-
"pump_new_graduate_first_hour"
93+
"pump_new_graduate_first_hour",
94+
"degen_buy",
95+
"degen_sell"
9496
]
9597
);
9698
}

0 commit comments

Comments
 (0)