Skip to content

Commit

Permalink
fix: issue with zerodev initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed May 6, 2024
1 parent 1ad5f6c commit 2dd3218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-ts",
"version": "3.0.1-rc1",
"version": "3.0.1-rc2",
"description": "Nevermined Node",
"main": "main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/shared/nevermined/nvm.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class NeverminedService {
}
// set provider address
if (this.zerodevSigner) {
this.nodeAccount = this.zerodevSigner.getAccountSigner()
this.nodeAccount = this.zerodevSigner
this.providerAddress = this.zerodevSigner.getId()
} else {
this.nodeAccount = await accountFromCredentialsData(
Expand Down

0 comments on commit 2dd3218

Please sign in to comment.