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