Skip to content

Commit

Permalink
Add crvUSD price (#4140)
Browse files Browse the repository at this point in the history
* Update prices_ethereum_tokens.sql

* Update prices_ethereum_tokens.sql
  • Loading branch information
chef-seaweed authored Aug 24, 2023
1 parent b191d82 commit fe73c69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/prices/ethereum/prices_ethereum_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,8 @@ FROM
('verse-verse-token', 'ethereum', 'VERSE', 0x249ca82617ec3dfb2589c4c17ab7ec9765350a18, 18),
('mc-merit-circle', 'ethereum', 'MC', 0x949d48eca67b17269629c7194f4b727d4ef9e5d6, 18),
('r-r-stablecoin', 'ethereum', 'R', 0x183015a9ba6ff60230fdeadc3f43b3d788b13e21, 18),
('gnx-genaro-network', 'ethereum', 'GNX', 0x6ec8a24cabdc339a06a172f8223ea557055adaa5, 9)
('gnx-genaro-network', 'ethereum', 'GNX', 0x6ec8a24cabdc339a06a172f8223ea557055adaa5, 9),
('crvusd-curvefi-usd-stablecoin', 'ethereum', 'CRVUSD', 0xf939e0a03fb07f59a73314e73794be0e57ac1b4e, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
where contract_address not in (
-- bad price feeds
Expand Down

0 comments on commit fe73c69

Please sign in to comment.