Skip to content

Commit 7b7108e

Browse files
committed
move to git - static
1 parent f5b54b1 commit 7b7108e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/src/stores/notify/saga.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const getNotifyApi = async <_R extends { [key: string]: any }>(): Promise<{
3333
...notify["en"],
3434
...notify[Lang[lng]],
3535
invest: notify.invest,
36-
campaignTagConfig: notify.campaignTagConfig,
3736
prev: { ...notify?.prev },
3837
},
3938
};

packages/webapp/src/pages/TradeRacePage/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ export type API_DATA<R extends object> = {
4545
};
4646

4747
export const url_path = "https://static.loopring.io/events";
48-
export const url_test_path = "https://static.loopring.io/events/testEvents/";
48+
export const url_test_path = "https://static.loopring.io/events/testEvents";
4949
export const Config_INFO_URL = "api/v3/activity/getFilterInfo";
5050
export const Activity_URL = "/api/v3/activity/getActivityList";

0 commit comments

Comments
 (0)