From 01d298e1ebd27b36797a3decd60e8a8d947492ba Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 06:28:16 +0000 Subject: [PATCH] Add explorer links for Giwa, Sanko, Sonic, and Tabi testnets Co-Authored-By: aditya@dourolabs.xyz --- components/EntropyDeploymentsConfig.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/EntropyDeploymentsConfig.ts b/components/EntropyDeploymentsConfig.ts index c7a0d793..89c07afb 100644 --- a/components/EntropyDeploymentsConfig.ts +++ b/components/EntropyDeploymentsConfig.ts @@ -22,4 +22,16 @@ export const EntropyDeploymentsConfig: Record = { rpc: "https://rpc.hypurrscan.io", nativeCurrency: "HYPE", }, + "91342": { + explorer: "https://sepolia-explorer.giwa.io", + }, + "1992": { + explorer: "https://sanko-arb-sepolia.explorer.caldera.xyz", + }, + "14601": { + explorer: "https://testnet.sonicscan.org", + }, + "9788": { + explorer: "https://testnetv2.tabiscan.com", + }, };