Skip to content

Commit

Permalink
Change batching server endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Nov 15, 2024
1 parent 44f8a2f commit 58057a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export const SECONDS_IN_A_DAY = 86400;
export const BLOCK_TIME_SEC = 12;

export const PENDULUM_SUPPORT_CHAT_URL = 'https://discord.com/channels/841944723979108403/1247164487883292672';
export const BATCHING_SERVER_URL = 'https://batching-server.pendulumchain.tech/currencies';
export const BATCHING_SERVER_URL = 'https://eu-api.pendulumchain.tech/currencies';

0 comments on commit 58057a0

Please sign in to comment.