From 1ec1fbee06d9c56979653ca1e79be00eefb853d0 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Tue, 7 Oct 2025 22:47:14 +0530 Subject: [PATCH] chore(entropy-explorer) Add Sonic Testnet --- apps/entropy-explorer/src/entropy-deployments.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/entropy-explorer/src/entropy-deployments.tsx b/apps/entropy-explorer/src/entropy-deployments.tsx index fe003c69b8..3b28e03e22 100644 --- a/apps/entropy-explorer/src/entropy-deployments.tsx +++ b/apps/entropy-explorer/src/entropy-deployments.tsx @@ -496,6 +496,16 @@ export const EntropyDeployments = { isTestnet: true, chainId: 168_587_773, }, + "sonic-testnet": { + address: "0x8D254a21b3C86D32F7179855531CE99164721933", + name: "Sonic Testnet", + rpc: "https://rpc.testnet.soniclabs.com", + explorerTxTemplate: "https://testnet.sonicscan.org/txs/$ADDRESS", + explorerAccountTemplate: "https://testnet.sonicscan.org/address/$ADDRESS", + icon: "https://icons.llamao.fi/icons/chains/rsz_sonic.jpg?w=20&h=20", + isTestnet: true, + chainId: 14_601, + }, } as const satisfies Record; export const isValidDeploymentSlug = (