Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix available wallets link
Sebastian Martinez committed 4 years ago
commit 137cbe82f950104ce7bdafec7bc9208e67483c3a
parent c5172b8cc5682e7a159b7e0141815a2e307c38d1
2 files changed +1 -2
modified src/components/Modal/ConnectWallet.svelte
@@ -53,7 +53,7 @@
    <div slot="subtitle">
      <div class="text-small">
        WalletConnect<br/>
-
        <a href="https://walletconnect.org/wallets" class="link">
+
        <a href="https://walletconnect.com/registry/wallets" class="link">
          View compatible wallets
        </a>
      </div>
modified src/config.ts
@@ -7,7 +7,6 @@ import { Core } from '@self.id/core';
import WalletConnect from "@walletconnect/client";
import config from "@app/config.json";
import { WalletConnectSigner } from "./WalletConnectSigner";
-
import { disconnectWallet } from "./session";

declare global {
  interface Window {