Skip to content

Commit

Permalink
watcher: update sei explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jan 25, 2024
1 parent ede02f2 commit 264610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const ALGORAND_INFO: { [key in Environment]: AlgorandInfo } = {
};

export const SEI_EXPLORER_GRAPHQL = 'https://pacific-1-graphql.alleslabs.dev/v1/graphql';
export const SEI_EXPLORER_TXS = 'https://celatone-api.alleslabs.dev/txs/sei/pacific-1/';
export const SEI_EXPLORER_TXS = 'https://celatone-api-prod.alleslabs.dev/v1/sei/pacific-1/txs/';

export const DB_SOURCE =
process.env.NODE_ENV === 'test' ? 'local' : process.env.DB_SOURCE || 'local';
Expand Down

0 comments on commit 264610c

Please sign in to comment.