We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adab5ff commit 1c66973Copy full SHA for 1c66973
services/config.js
@@ -123,7 +123,7 @@ export const getStartChainDate = () => {
123
124
export const blockscoutURL = "https://celestia-l2-router.k8s-dev.blockscout.com/api/v1/celestia/l2BatchMetadata"
125
export const nodeStatsURL = "https://node-stats.celenium.io/v1"
126
-export const tvlServiceURL = "https://tvl-new.celenium.io/v1"
+export const tvlServiceURL = "https://tvl.celenium.io/v1"
127
export const githubServiceURL = "https://github.celenium.io/v1"
128
export const quoteServiceURL = "https://quote.celenium.io/v1"
129
export const faucetURL = {
0 commit comments