Skip to content

Commit

Permalink
remove bad price feeds (duneanalytics#6845)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Sep 26, 2024
1 parent 85a13e0 commit 7b6fc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ FROM
('pepe-pepecoin-bsc', 'bnb', 'PEPE', 0xb46584e0efde3092e04010a13f2eae62adb3b9f0, 18),
('babydoge-baby-doge-coin', 'bnb', 'BABYDOGE', 0xc748673057861a797275cd8a068abb95a902e8de, 9),
('bwjup-bsc-wrapped-jupiter', 'bnb', 'bwJUP', 0x0231f91e02debd20345ae8ab7d71a41f8e140ce7, 18),
('lovely-lovely-inu-finance', 'bnb', 'LOVELY', 0x9e24415d1e549ebc626a13a482bb117a2b43e9cf, 8),
--('pvc-pvc-meta','bnb','PVC',0x75ca521892de7f2ecfb070cab545c250d0ceb7e3, 9), --token_id not found
('bvsd-bvsd','bnb','BVSD',0x7f9ad7a5854658d984924e868187b2135514fb88, 18),
('coco-coco-coin', 'bnb', 'COCO', 0xf563e86e461de100cfcfd8b65daa542d3d4b0550, 18),
Expand All @@ -289,4 +288,5 @@ where contract_address not in (
,0x7ddee176f665cd201f93eede625770e2fd911990 -- GALA doesn't exists on BSC, it's a scam-token address.
,0xe552fb52a4f19e44ef5a967632dbc320b0820639 -- METIS has bad price feed since PolyNetwork incident and will be replaced by new contract
,0x9fdc3ae5c814b79dca2556564047c5e7e5449c19 -- DG, bad price feed
,0x9e24415d1e549ebc626a13a482bb117a2b43e9cf -- LOVELY, rugpull
)
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,6 @@ FROM
('usdz-anzen-usdz', 'ethereum', 'USDZ', 0xa469b7ee9ee773642b3e93e842e5d9b5baa10067, 18),
('lbtc-lombard-staked-btc', 'ethereum', 'LBTC', 0x8236a87084f8b84306f72007f36f2618a5634494, 8),
('msn-mesonnetwork', 'ethereum', 'MSN', 0xaa247c0d81b83812e1abf8bab078e4540d87e3fb, 18),
('bubble-imaginary-ones', 'ethereum', 'BUBBLE', 0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3, 18),
('zeta-zetachain', 'ethereum', 'ZETA', 0xf091867ec603a6628ed83d274e835539d82e9cc8, 18),
('euri-eurite', 'ethereum', 'EURI', 0x9d1a7a3191102e9f900faa10540837ba84dcbae7, 18),
('sky-sky', 'ethereum', 'SKY', 0x56072C95FAA701256059aa122697B133aDEd9279, 18)
Expand Down Expand Up @@ -1869,4 +1868,5 @@ where contract_address not in (
,0x630d98424efe0ea27fb1b3ab7741907dffeaad78 -- PEAKDEFI
,0xee06a81a695750e71a662b51066f2c74cf4478a0 -- DG, bad price feed
,0x9e24415d1e549ebc626a13a482bb117a2b43e9cf -- LOVELY, rugpull
,0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3 -- BUBBLE, bad price feed
)

0 comments on commit 7b6fc1c

Please sign in to comment.