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