Explorar o código

fix: restore production API endpoint for calculate

lushdog@outlook.com hai 1 mes
pai
achega
deb26ee4eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/config/index.js

+ 1 - 1
src/config/index.js

@@ -31,7 +31,7 @@ export const CONFIG = {
   BYREAL_API_BASE: 'https://api2.byreal.io/byreal/api/dex/v2',
   TICK_API: 'https://love.hdlife.me/api/tick-to-price',
   COPY_ACTION_URL: 'https://byreal.cb.hdlife.me/api/lp-copy',
-  COPY_CALCULATE_URL: 'http://localhost:3000/api/lp-copy/calculate',
+  COPY_CALCULATE_URL: 'https://byreal.cb.hdlife.me/api/lp-copy/calculate',
   CLOSE_ACTION_URL: 'https://byreal.cb.hdlife.me/api/lp-close',
   CHECK_COPY_URL: 'https://api2.byreal.io/byreal/api/dex/v2/copyfarmer/top-positions',