Skip to content

Commit

Permalink
Merge pull request #733 from dynamic-amm/update-stats-api
Browse files Browse the repository at this point in the history
refactor: Update Stats API Url
  • Loading branch information
piavgh authored Dec 20, 2021
2 parents d0acdda + 4d664bb commit 1206eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .env.ropsten
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1206eae

Please sign in to comment.