We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede02f2 commit 264610cCopy full SHA for 264610c
watcher/src/consts.ts
@@ -136,7 +136,7 @@ export const ALGORAND_INFO: { [key in Environment]: AlgorandInfo } = {
136
};
137
138
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/';
+export const SEI_EXPLORER_TXS = 'https://celatone-api-prod.alleslabs.dev/v1/sei/pacific-1/txs/';
140
141
export const DB_SOURCE =
142
process.env.NODE_ENV === 'test' ? 'local' : process.env.DB_SOURCE || 'local';
0 commit comments