Skip to content

Commit 264610c

Browse files
committed
watcher: update sei explorer
1 parent ede02f2 commit 264610c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watcher/src/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const ALGORAND_INFO: { [key in Environment]: AlgorandInfo } = {
136136
};
137137

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

141141
export const DB_SOURCE =
142142
process.env.NODE_ENV === 'test' ? 'local' : process.env.DB_SOURCE || 'local';

0 commit comments

Comments
 (0)