From 13d661049217431597ea30d6fe57e7cecdb0ee8d Mon Sep 17 00:00:00 2001 From: John Huang Date: Tue, 30 Jan 2024 11:38:39 -0800 Subject: [PATCH] Added a TestFlight deployment so help native app testers (#257) --- public/configs/env.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/configs/env.json b/public/configs/env.json index 9734142..e4ef9ba 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -11,6 +11,13 @@ ], "default": "dydxprotocol-mainnet" }, + "TESTFLIGHT": { + "environments": [ + "dydxprotocol-mainnet", + "dydxprotocol-testnet" + ], + "default": "dydxprotocol-mainnet" + }, "TESTNET": { "environments": [ "dydxprotocol-testnet"