From ed34f33b8361218e89e9aa7ec1f5c6b7cb617b55 Mon Sep 17 00:00:00 2001 From: cryptocifer <4777457+cryptocifer@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:43:34 +0300 Subject: [PATCH] update rpc and explorer urls --- _data/chains/eip155-20240324.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-20240324.json b/_data/chains/eip155-20240324.json index b501699b2a1c..d669578d898e 100644 --- a/_data/chains/eip155-20240324.json +++ b/_data/chains/eip155-20240324.json @@ -1,7 +1,7 @@ { "name": "DeBank Sepolia Testnet", "chain": "DeBank", - "rpc": ["https://sepolia.rpc.debank.com"], + "rpc": ["https://sepolia-rpc.testnet.debank.com"], "faucets": [], "icon": "debank", "nativeCurrency": { @@ -17,7 +17,7 @@ "explorers": [ { "name": "DeBank Chain Explorer", - "url": "https://sepolia.explorer.debank.com", + "url": "https://sepolia-explorer.testnet.debank.com", "standard": "EIP3091" } ]