diff --git a/components/EntropyDeploymentsConfig.ts b/components/EntropyDeploymentsConfig.ts index c7a0d793..f66f111e 100644 --- a/components/EntropyDeploymentsConfig.ts +++ b/components/EntropyDeploymentsConfig.ts @@ -16,10 +16,26 @@ export const EntropyDeploymentsConfig: Record = { "998": { rpc: "https://rpc.hyperliquid-testnet.xyz/evm", nativeCurrency: "HYPE", - explorer: "https://testnet.purrsec.com/", + explorer: "https://app.hyperliquid-testnet.xyz/explorer", }, "999": { rpc: "https://rpc.hypurrscan.io", nativeCurrency: "HYPE", + explorer: "https://hyperevmscan.io", + }, + "1328": { + explorer: "https://testnet.seiscan.io", + }, + "1992": { + explorer: "https://sanko-arb-sepolia.explorer.caldera.xyz", + }, + "9788": { + explorer: "https://testnetv2.tabiscan.com", + }, + "14601": { + explorer: "https://testnet.sonicscan.org", + }, + "91342": { + explorer: "https://sepolia-explorer.giwa.io", }, };