From 2f196a9975a9b499c291d9753b669701278a4216 Mon Sep 17 00:00:00 2001 From: gmolki Date: Wed, 22 Jan 2025 09:39:15 +0100 Subject: [PATCH] switch server from api3 to api2 --- src/helpers/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/constants.ts b/src/helpers/constants.ts index 77a3416..f125615 100644 --- a/src/helpers/constants.ts +++ b/src/helpers/constants.ts @@ -5,8 +5,8 @@ export const channel = 'FOUNDATION' export const tags = ['mainnet'] export const postType = 'corechan-operation' -export const apiServer = 'https://api3.aleph.im' -export const wsServer = 'wss://api3.aleph.im' +export const apiServer = 'https://api2.aleph.im' +export const wsServer = 'wss://api2.aleph.im' export const mbPerAleph = 3 export const scoringAddress = '0x4D52380D3191274a04846c89c069E6C3F2Ed94e4'