Skip to content

Commit 23a4eb7

Browse files
committed
temp disable tempo from dropdown
1 parent 8e3a204 commit 23a4eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/src/chains.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pub mod handlers {
116116
pub async fn list(pg: &tokio_postgres::Client) -> Result<Vec<Config>> {
117117
Ok(pg
118118
.query(
119-
"select enabled, chain, name, url, start_block, popular from config order by chain",
119+
"select enabled, chain, name, url, start_block, popular from config where chain != 42429 order by chain",
120120
&[],
121121
)
122122
.await?

0 commit comments

Comments
 (0)