Skip to content

Commit 88fbe6f

Browse files
committed
fix token name
1 parent eda4fea commit 88fbe6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web/routes/symbols.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pub async fn get_symbols(
1717
let symbol_data = json!({
1818
"symbol": config.symbol,
1919
"ticker": config.symbol,
20-
"name": "Ethereum / USDC",
21-
"description": "ETH to USDC",
20+
"name": config.symbol,
21+
"description": config.symbol,
2222
"type_": "stock",
2323
"exchange": "ETH USDC",
2424
"timezone": "America/New_York",

0 commit comments

Comments
 (0)