Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Nov 6, 2024
2 parents bffb21b + 58f7f5f commit 513bd9e
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 513bd9e

Please sign in to comment.