From 32425ad56402f40a8d3d2efb9db9548d4ac66fe6 Mon Sep 17 00:00:00 2001 From: Kirill Varlamov Date: Mon, 7 Nov 2022 20:28:17 +0400 Subject: [PATCH] Fix STEP Test network RPC URI (#1843) --- _data/chains/eip155-12345.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-12345.json b/_data/chains/eip155-12345.json index a766223d..f318b873 100644 --- a/_data/chains/eip155-12345.json +++ b/_data/chains/eip155-12345.json @@ -3,7 +3,7 @@ "title": "Step Test Network", "chain": "STEP", "icon": "step", - "rpc": ["https://testnet.rpc.step.network"], + "rpc": ["https://rpc.testnet.step.network"], "faucets": ["https://faucet.step.network"], "nativeCurrency": { "name": "FITFI",