Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Always checksum addresses in wallet-connect
Alexis Sellier committed 4 years ago
commit caccbdfa037c5404b2dbdf0057fac85cf77459b7
parent d1994fa31060c29d29cee7be2b65c4373993df0f
1 file changed +1 -1
modified src/WalletConnectSigner.ts
@@ -28,7 +28,7 @@ export class WalletConnectSigner extends ethers.Signer {
        "The connected wallet has no accounts or there is a connection problem"
      );
    }
-
    return accountAddress;
+
    return ethers.utils.getAddress(accountAddress);
  }

  async _signTypedData(domain: TypedDataDomain, types: Record<string, Array<TypedDataField>>, value: Record<string, any>): Promise<string> {