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