From a087a1f11872e702d7938780b22aa2dee65f3571 Mon Sep 17 00:00:00 2001 From: tonyman28 Date: Sun, 4 Aug 2024 17:23:29 +0700 Subject: [PATCH] Update eip155-2014.json (#5609) Co-authored-by: ligi --- _data/chains/eip155-2014.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-2014.json b/_data/chains/eip155-2014.json index 69e5f862b9e1..cc12f485daa8 100644 --- a/_data/chains/eip155-2014.json +++ b/_data/chains/eip155-2014.json @@ -1,9 +1,9 @@ { - "name": "NOW Chain", + "name": "NOW Chain Testnet", "chain": "NOW", "icon": "nowchain", - "rpc": ["https://rpc.nowscan.io"], - "faucets": [], + "rpc": ["https://rpc-testnet.nowscan.io"], + "faucets": ["https://faucet.nowchain.co"], "nativeCurrency": { "name": "NOW Coin", "symbol": "NOW", @@ -16,7 +16,7 @@ "explorers": [ { "name": "nowscan", - "url": "https://nowscan.io", + "url": "https://testnet.nowscan.io", "standard": "EIP3091" } ]