Skip to content

Commit

Permalink
disable automatic route native gas (not acutally supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters authored and nik-suri committed Aug 20, 2024
1 parent e475459 commit e1bc18c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/route/src/automatic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export class NttAutomaticRoute<N extends Network>
extends routes.AutomaticRoute<N, Op, Vp, R>
implements routes.StaticRouteMethods<typeof NttAutomaticRoute>
{
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
Expand Down

0 comments on commit e1bc18c

Please sign in to comment.