Skip to content

Commit

Permalink
Update eth-lattice-keyring.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Oct 25, 2024
1 parent 92feff5 commit 05b0e0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ class LatticeKeyring extends OldLatticeKeyring {
params: {
url,
},
})
});

return creds;
return creds.result;
} catch (err: any) {
throw new Error(err);
}
Expand Down

0 comments on commit 05b0e0f

Please sign in to comment.