Skip to content

Commit 3578892

Browse files
committed
add EURC
1 parent 75126cf commit 3578892

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

queries/coingecko/v1/tickers.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ WITH token_metadata (id, symbol, decimals) AS (
100100
(38, 'ENA', 18),
101101
(40, 'jitoSOL', 9),
102102
(41, 'CFG', 18),
103-
(42, 'EURC', 6)
103+
(42, 'EURC', 6),
104+
(1044, 'EURC', 6)
104105
),
105106
relevant_blocks AS (
106107
SELECT id

0 commit comments

Comments
 (0)