From d6025b07606071b298a816cb0099ed2167ed43f3 Mon Sep 17 00:00:00 2001 From: "Shiv Bhonde | shivbhonde.eth" Date: Tue, 16 Jul 2024 21:29:16 +0530 Subject: [PATCH] add blockexplorer input in add chain form (#132) --- .../NetworksDropdown/AddCustomChainModal.tsx | 6 ++++++ .../components/NetworksDropdown/NetworksDropdown.tsx | 5 ++++- packages/nextjs/components/NetworksDropdown/utils.ts | 10 ++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/packages/nextjs/components/NetworksDropdown/AddCustomChainModal.tsx b/packages/nextjs/components/NetworksDropdown/AddCustomChainModal.tsx index 35ca5224..3699d4f6 100644 --- a/packages/nextjs/components/NetworksDropdown/AddCustomChainModal.tsx +++ b/packages/nextjs/components/NetworksDropdown/AddCustomChainModal.tsx @@ -109,6 +109,12 @@ export const AddCustomChainModal = forwardRef +
+ + +