Skip to content

Commit

Permalink
Update ProfitClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Dec 16, 2024
1 parent 885b54e commit c9a0d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/ProfitClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ export class ProfitClient {
this.totalGasCosts[destinationChainId] = {
nativeGasCost,
tokenGasCost,
gasPrice
gasPrice,
};
});

Expand Down

0 comments on commit c9a0d42

Please sign in to comment.