Skip to content

Commit

Permalink
add another console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed May 14, 2024
1 parent 479d91e commit 763050d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export class NearEthAdapter {
chainId,
params
);
console.log("Parsed Request:", payload, signatureRecoveryData);
return {
nearPayload: this.mpcContract.encodeSignatureRequestTx({
path: this.derivationPath,
Expand Down

0 comments on commit 763050d

Please sign in to comment.