Skip to content

Commit

Permalink
Added RBX to prices_ethereum_tokens.sql (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVeto authored Jan 23, 2024
1 parent 106a1f6 commit d689a74
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 @@ -1636,7 +1636,8 @@ FROM
('hilo-hilo', 'ethereum', 'HILO', 0xbb9fd9fa4863c03c574007ff3370787b9ce65ff6, 18),
('pear-pear-swap', 'ethereum', 'PEAR', 0x5dcd6272c3cbb250823f0b7e6c618bce11b21f90, 18),
('dinero-dinerobet', 'ethereum', 'DINERO', 0xa3ad8c7ab6b731045b5b16e3fdf77975c71abe79, 18),
('jbot-jackbot', 'ethereum', 'JBOT', 0x3a97e00b48d56bd5e0502e1a2a8c036a040e1b99, 9)
('jbot-jackbot', 'ethereum', 'JBOT', 0x3a97e00b48d56bd5e0502e1a2a8c036a040e1b99, 9),
('rbx-rabbitx', 'ethereum', 'RBX', 0x3Ba925fdeAe6B46d0BB4d424D829982Cb2F7309e, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
where contract_address not in (
-- bad price feeds
Expand Down

0 comments on commit d689a74

Please sign in to comment.