From 82edf51f9a7af2bac5231edeaa55783d7011c03a Mon Sep 17 00:00:00 2001 From: guibescos <59208140+guibescos@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:31:24 +0000 Subject: [PATCH] send it (#279) --- scripts/dex-router/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dex-router/src/index.ts b/scripts/dex-router/src/index.ts index 738dec91..b3c4d82f 100644 --- a/scripts/dex-router/src/index.ts +++ b/scripts/dex-router/src/index.ts @@ -70,7 +70,6 @@ export class DexRouter { this.routers = maxAccountsJupiter.map( (maxAccounts) => new JupiterRouter( - this.chainId, this.executor.publicKey, maxAccounts, jupiterApiEndpoint,