From 09634c8a98c83b6758f3c417ceb6bfd2513abddb Mon Sep 17 00:00:00 2001 From: Piotr Witek <739075+piotrwitek@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:46:18 +0200 Subject: [PATCH] fixed metamask --- features/web3OnBoard/injected-wallet-interactions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/features/web3OnBoard/injected-wallet-interactions.ts b/features/web3OnBoard/injected-wallet-interactions.ts index 0727767020..a9dee16b42 100644 --- a/features/web3OnBoard/injected-wallet-interactions.ts +++ b/features/web3OnBoard/injected-wallet-interactions.ts @@ -55,6 +55,7 @@ export async function addCustomForkToTheWallet(network: NetworkConfig) { symbol: network.token, decimals: 18, }, + blockExplorerUrls: null, }, ], })