From f6345eff1dbba71f5a1c0ec88efb88075c39b841 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 13 Apr 2023 14:55:10 +0100 Subject: [PATCH] Add wallet connect title abouve button --- apps/remix-ide/src/app/udapp/run-tab.js | 2 +- apps/wallet-connect/src/app/app.tsx | 1 + apps/wallet-connect/src/app/walletConnectUI.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/udapp/run-tab.js b/apps/remix-ide/src/app/udapp/run-tab.js index 4c0b61df7f..6ef0abe89e 100644 --- a/apps/remix-ide/src/app/udapp/run-tab.js +++ b/apps/remix-ide/src/app/udapp/run-tab.js @@ -170,7 +170,7 @@ export class RunTab extends ViewPlugin { await addProvider('injected-optimism-provider', 'L2 - Optimism Provider', true, false) await addProvider('injected-arbitrum-one-provider', 'L2 - Arbitrum One Provider', true, false) - await addProvider('walletconnect', 'Wallet Connect', false, false) + await addProvider('walletconnect', 'WalletConnect', false, false) } diff --git a/apps/wallet-connect/src/app/app.tsx b/apps/wallet-connect/src/app/app.tsx index 824382e3c6..4c93de69a0 100644 --- a/apps/wallet-connect/src/app/app.tsx +++ b/apps/wallet-connect/src/app/app.tsx @@ -23,6 +23,7 @@ function App() { return (
+

WalletConnect

{ ethereumClient && wagmiClient && }
) diff --git a/apps/wallet-connect/src/app/walletConnectUI.tsx b/apps/wallet-connect/src/app/walletConnectUI.tsx index 35f289438a..f97e864674 100644 --- a/apps/wallet-connect/src/app/walletConnectUI.tsx +++ b/apps/wallet-connect/src/app/walletConnectUI.tsx @@ -6,7 +6,7 @@ export function WalletConnectUI ({ ethereumClient, wagmiClient }) { return (
-
+