From 0359ab82b5e530d79fc127a97d78ef6de0b0c7c5 Mon Sep 17 00:00:00 2001 From: alexshchur <60445720+alexshchur@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:45:19 +0200 Subject: [PATCH] add `gasCostL1Wei` to `OptimalRate` --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 4dcd92d..1198da5 100644 --- a/src/types.ts +++ b/src/types.ts @@ -51,6 +51,7 @@ export type OptimalRate = { bestRoute: OptimalRoute[]; gasCostUSD: NumberAsString; gasCost: NumberAsString; + gasCostL1Wei?: string; // L1 surcharge on optimism others?: OptionalRate[]; side: SwapSide; contractMethod: string;