Skip to content

Commit

Permalink
fix: error validating wallet connect signature with security provider (
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 authored Jun 5, 2024
1 parent 4818928 commit b9bfc7c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/core/WalletConnect/WalletConnectV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,7 @@ class WalletConnect2Session {
let method = requestEvent.params.request.method;
const chainId = parseInt(requestEvent.params.chainId);

const beforeMethodParams = requestEvent.params.request.params as any;
// Replace blockExplorerUrls with blockExplorerUrl
const methodParams = {
...beforeMethodParams,
// blockExplorerUrl: beforeMethodParams.blockExplorerUrls,
// test: 'test',
};
const methodParams = requestEvent.params.request.params as any;

DevLogger.log(
`WalletConnect2Session::handleRequest chainId=${chainId} method=${method}`,
Expand Down

0 comments on commit b9bfc7c

Please sign in to comment.