Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
Add Comment
  • Loading branch information
earthskyorg authored Nov 21, 2024
1 parent 528c82d commit b2fb9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const retrieveEnvVariable = (variableName: string, logger: Logger) => {
return variable;
};

/* declare the interface of token pair */

interface Pair {
chainId: string;
dexId: string;
Expand Down

0 comments on commit b2fb9d3

Please sign in to comment.