From 8c2b9e7531b000abf005407cd0628819ca2334cb Mon Sep 17 00:00:00 2001 From: Kevin Peters Date: Thu, 15 Aug 2024 15:13:19 -0500 Subject: [PATCH] disable automatic route native gas (not acutally supported) --- sdk/route/src/automatic.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/route/src/automatic.ts b/sdk/route/src/automatic.ts index eb97e0cc..4bb10d38 100644 --- a/sdk/route/src/automatic.ts +++ b/sdk/route/src/automatic.ts @@ -49,7 +49,8 @@ export class NttAutomaticRoute extends routes.AutomaticRoute implements routes.StaticRouteMethods { - static NATIVE_GAS_DROPOFF_SUPPORTED: boolean = true; + // ntt does not support gas drop-off currently + static NATIVE_GAS_DROPOFF_SUPPORTED: boolean = false; // @ts-ignore // Since we set the config on the static class, access it with this param