瀏覽代碼

fix: restore production API endpoint for calculate

lushdog@outlook.com 1 月之前
父節點
當前提交
deb26ee4eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',