diff --git a/public/configs/env.json b/public/configs/env.json index 67fd6c0..51b7a85 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -24,7 +24,8 @@ "dydxprotocol-testnet-dydx", "dydxprotocol-testnet-dsrv", "dydxprotocol-testnet-nodefleet", - "dydxprotocol-testnet-kingnodes" + "dydxprotocol-testnet-kingnodes", + "dydxprotocol-testnet-liquify" ], "default":"dydxprotocol-testnet" } @@ -395,7 +396,8 @@ ], "validators":[ "https://dydx-testnet.nodefleet.org", - "https://test-dydx.kingnodes.com/" + "https://test-dydx.kingnodes.com", + "https://dydx-rpc.liquify.com/api=8878132/dydx" ], "0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app", "faucet":"https://faucet.v4testnet.dydx.exchange" @@ -634,7 +636,67 @@ } ], "validators":[ - "https://test-dydx.kingnodes.com/" + "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", + "statusPage":"https://status.v4testnet.dydx.exchange/", + "mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}", + "documentation":"https://v4-teacher.vercel.app/", + "community":"https://discord.com/invite/dydx", + "feedback":"https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform", + "blogs":"https://www.dydx.foundation/blog" + }, + "wallets":{ + "walletconnect":{ + "client":{ + "name":"dYdX v4", + "description":"dYdX v4 App", + "iconUrl":"/logos/dydx-x.png" + }, + "v1":{ + "bridgeUrl":"wss://api.stage.dydx.exchange/wc/" + }, + "v2":{ + "projectId":"47559b2ec96c09aed9ff2cb54a31ab0e" + } + }, + "walletSegue":{ + "callbackUrl":"/walletsegue" + }, + "images":"/wallets/" + } + }, + "dydxprotocol-testnet-liquify":{ + "name":"v4 Public Testnet/Liquify", + "ethereumChainId":"5", + "dydxChainId":"dydx-testnet-3", + "isMainNet":false, + "tokens":{ + "chain":{ + "name":"DYDX", + "denom":"dv4tnt", + "image":"/currencies/dydx.png" + }, + "usdc":{ + "name":"USDC", + "denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "image":"/currencies/usdc.png" + } + }, + "endpoints":{ + "indexers":[ + { + "api":"https://dydx-testnet.imperator.co", + "socket":"wss://dydx-testnet.imperator.co" + } + ], + "validators":[ + "https://dydx-rpc.liquify.com/api=8878132/dydx" ], "0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app", "faucet":"https://faucet.v4testnet.dydx.exchange"