From 33522884f0fc3cd9c7171dddd37d13095caeea10 Mon Sep 17 00:00:00 2001 From: John Huang Date: Wed, 27 Sep 2023 10:08:23 -0700 Subject: [PATCH] Change deployment name --- public/configs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/configs.json b/public/configs.json index cf77422..d53041b 100644 --- a/public/configs.json +++ b/public/configs.json @@ -1,6 +1,6 @@ { "deployments":{ - "testnet":{ + "TESTNET":{ "environments":[ { "id":"dydxprotocol-testnet", @@ -32,7 +32,7 @@ ], "default":"dydxprotocol-testnet" }, - "development":null, - "mainnet":null + "DEV":null, + "MAINNET":null } } \ No newline at end of file