Skip to content

Commit

Permalink
Added a log on get project abc luanch data
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Nov 6, 2024
1 parent 902e3fe commit 58f7f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adapters/abcLauncher/abcLauncherAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export class AbcLauncherAdapter implements IAbcLauncher {
projectAddress: projectAddress.toLocaleLowerCase(),
});

logger.info(`get abc of project address ${projectAddress} `, abc);

return (
abc && {
tokenTicker: abc.tokenTicker,
Expand Down

0 comments on commit 58f7f5f

Please sign in to comment.