Skip to content

Commit

Permalink
I have made the requested corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
okolicodes7 committed Jan 7, 2025
1 parent 7859fe1 commit a04cbb0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1871,9 +1871,11 @@ FROM
('mstr-mstr2100', 'ethereum', 'MSTR', 0x42069026EAC8Eee0Fd9b5f7aDFa4f6E6D69a2B39, 9),
('usdl-lift-dollar', 'ethereum', 'USDL', 0xbdC7c08592Ee4aa51D06C27Ee23D5087D65aDbcD, 18),
('usr-resolv-usr', 'ethereum', 'USR', 0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110, 18),
('sovrn-sovrun','ethereum', 'SOVRN', 0x031B8d752d73d7Fe9678ACEf26e818280D0646b4, 18)
('sovrn-sovrun','ethereum', 'SOVRN', 0x031B8d752d73d7Fe9678ACEf26e818280D0646b4, 18),
('apw-spectra','ethereum', 'APW', 0x4104b135dbc9609fc1a9490e61369036497660c8, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)


) as temp (token_id, blockchain, symbol, contract_address, decimals)
where contract_address not in (
-- bad price feeds
0x841fb148863454a3b3570f515414759be9091465 -- SHIH
Expand Down

0 comments on commit a04cbb0

Please sign in to comment.