Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Jan 16, 2025
1 parent 6e6452f commit 047e51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/info.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class InfoController {
'external-contracts': [],
'keeper-version': nevermined.keeper.didRegistry.version,
'provider-address': this.nvmService.providerAddress,
'ecdsa-public-key': viemAccount.publicKey,
'ecdsa-public-key': viemAccount?.publicKey,
'rsa-public-key': key.exportKey('public'),
'babyjub-public-key': {
x: baby.x,
Expand Down

0 comments on commit 047e51b

Please # to comment.