Skip to content

Commit

Permalink
switch server from api3 to api2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Jan 22, 2025
1 parent c2354c6 commit 2f196a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2f196a9

Please sign in to comment.