From d1f8ef2ef04d85dc46a11b39b2a7e31f0706723d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20D=C3=ADaz?= Date: Fri, 16 Aug 2024 09:23:21 -0300 Subject: [PATCH] fix: Get provider for guest and connected wallets (#467) --- src/components/warning/NetworkWarning.tsx | 2 +- src/eth/provider.ts | 9 +++-- src/kernel-loader/index.ts | 48 +++++++++++++---------- 3 files changed, 34 insertions(+), 25 deletions(-) diff --git a/src/components/warning/NetworkWarning.tsx b/src/components/warning/NetworkWarning.tsx index a95a9564..6a1f50a7 100644 --- a/src/components/warning/NetworkWarning.tsx +++ b/src/components/warning/NetworkWarning.tsx @@ -12,7 +12,7 @@ export const NetworkWarning: React.FC = ({ onClose }) => (
Blockchain transactions in this network have a cost and real consequences. We recommend you use the{' '} - Sepolia or Goerli test networks instead. + Sepolia test network instead.