Skip to content

Commit 4d83240

Browse files
committed
update api call
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
1 parent 5e7274c commit 4d83240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/plugin-solana/src/providers/simulationSellingService.ts

+3
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export class simulationSellingService {
211211
const process = await this.startProcessInTheSonarBackend(
212212
tokenAddress,
213213
balance,
214+
true,
214215
sell_recommender_id,
215216
tokenPerformance.initial_mc
216217
);
@@ -225,6 +226,7 @@ export class simulationSellingService {
225226
tokenAddress: string,
226227
balance: number,
227228
isSimulation: boolean,
229+
sell_recommender_id: string,
228230
initial_mc: number
229231
) {
230232
try {
@@ -233,6 +235,7 @@ export class simulationSellingService {
233235
balance,
234236
isSimulation,
235237
initial_mc,
238+
sell_recommender_id,
236239
});
237240
const response = await fetch(
238241
`${this.sonarBe}/ai16z-sol/startProcess`,

0 commit comments

Comments
 (0)