diff --git a/.env b/.env index 95bc96c8a5..af5c605389 100644 --- a/.env +++ b/.env @@ -5,6 +5,6 @@ REACT_APP_MIGRATOR_ADDRESS=0x247B641bB4eAff621987E2B5c3D0247489556E75 REACT_APP_MAINNET_ENV=staging REACT_APP_INFURA_KEY="9aa3d95b3bc440fa88ea12eaa4456161" REACT_APP_AGGREGATOR_API="https://dev-dmm-aggregator.knstats.com" -REACT_APP_AGGREGATOR_STATS_API="https://dev-dmm-aggregator-stats.knstats.com" +REACT_APP_AGGREGATOR_STATS_API="https://aggregator-stats.kyberswap.com" REACT_APP_KRYSTAL_API="https://api.krystal.app" REACT_APP_SERVICE_WORKER=true diff --git a/.env.production b/.env.production index c2ab178fcc..0ad2b2d94d 100644 --- a/.env.production +++ b/.env.production @@ -7,5 +7,5 @@ REACT_APP_MIGRATOR_ADDRESS=0x6a65e062ce8290007301296f3c6ae446af7bdeec REACT_APP_MAINNET_ENV=production REACT_APP_INFURA_KEY="9aa3d95b3bc440fa88ea12eaa4456161" REACT_APP_AGGREGATOR_API="https://aggregator-api.kyber.org" -REACT_APP_AGGREGATOR_STATS_API="https://dev-dmm-aggregator-stats.knstats.com" +REACT_APP_AGGREGATOR_STATS_API="https://aggregator-stats.kyberswap.com" REACT_APP_KRYSTAL_API="https://api.krystal.app" diff --git a/.env.ropsten b/.env.ropsten index 52fe1e2e11..9bc25be244 100644 --- a/.env.ropsten +++ b/.env.ropsten @@ -7,6 +7,6 @@ REACT_APP_MIGRATOR_ADDRESS=0x247B641bB4eAff621987E2B5c3D0247489556E75 REACT_APP_MAINNET_ENV=staging REACT_APP_INFURA_KEY="9aa3d95b3bc440fa88ea12eaa4456161" REACT_APP_AGGREGATOR_API="https://dev-dmm-aggregator.knstats.com" -REACT_APP_AGGREGATOR_STATS_API="https://dev-dmm-aggregator-stats.knstats.com" +REACT_APP_AGGREGATOR_STATS_API="https://aggregator-stats.kyberswap.com" REACT_APP_KRYSTAL_API="https://api.krystal.app" REACT_APP_SERVICE_WORKER=true