From bac736f63b7ec936a7ba5fe58e754aa5b08a1414 Mon Sep 17 00:00:00 2001 From: Adam Fraser Date: Wed, 25 Oct 2023 16:01:40 -0400 Subject: [PATCH] Fix trailing comma error --- public/configs/env.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/configs/env.json b/public/configs/env.json index f4fbe03..5eae8ae 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -811,7 +811,7 @@ } ], "validators": [ - "https://dydx-testnet-rpc.polkachu.com/", + "https://dydx-testnet-rpc.polkachu.com/" ], "0xsquid": "https://testnet.api.squidrouter.com", "faucet": "https://faucet.v4testnet.dydx.exchange"