Skip to content

Commit

Permalink
fix: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulgalimov committed May 29, 2024
1 parent b227729 commit 2b1eba7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unique-marketplace-backend",
"version": "3.0.267",
"version": "3.0.268",
"description": "Backend project for unique marketplace",
"author": "Unique Network",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/common/modules/sdk/sdk.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const sdkProvider: Provider = {

const baseUrl = configService.get('uniqueSdkRestUrl');

console.log(`Sdk provider created with signer: ${signer}, baseUrl: ${baseUrl}`);
console.log(`Sdk provider created with signer: ${signer?.address}, baseUrl: ${baseUrl}`);
return new Sdk({
signer,
baseUrl,
Expand Down

0 comments on commit 2b1eba7

Please sign in to comment.