From 06cbc74a64616ee9e5c635669f005dd52dacd90c Mon Sep 17 00:00:00 2001 From: John Huang Date: Wed, 27 Sep 2023 10:05:48 -0700 Subject: [PATCH] Added a config file, retrievable as public json --- public/configs.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 public/configs.json diff --git a/public/configs.json b/public/configs.json new file mode 100644 index 0000000..cf77422 --- /dev/null +++ b/public/configs.json @@ -0,0 +1,38 @@ +{ + "deployments":{ + "testnet":{ + "environments":[ + { + "id":"dydxprotocol-testnet", + "name":"v4 Public Testnet", + "ethereumChainId":"5", + "dydxChainId":"dydx-testnet-3", + "isMainNet":false, + "endpoints":{ + "indexers":[ + { + "api":"https://dydx-testnet.imperator.co", + "socket":"wss://dydx-testnet.imperator.co" + } + ], + "validators":[ + "https://dydx-testnet.nodefleet.org", + "https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R", + "https://test-dydx.kingnodes.com/" + ], + "0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app", + "faucet":"https://faucet.v4testnet.dydx.exchange" + }, + "links":{ + "tos":"https://dydx.exchange/v4-terms", + "privacy":"https://dydx.exchange/privacy", + "mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}" + } + } + ], + "default":"dydxprotocol-testnet" + }, + "development":null, + "mainnet":null + } + } \ No newline at end of file