Skip to content

Commit

Permalink
add gasCostL1Wei to OptimalRate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshchur committed Mar 12, 2023
1 parent 31a9249 commit 0359ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0359ab8

Please sign in to comment.