Skip to content

Commit

Permalink
Add IO, LISTA and ZRO token (#6231)
Browse files Browse the repository at this point in the history
* Update prices_ethereum_tokens.sql

Add ZRO token

* Update prices_bnb_tokens.sql

Add LISTA DAO

* Update prices_solana_tokens.sql

Add IO token

---------

Co-authored-by: Huang Geyang <Sukebeta@outlook.com>
  • Loading branch information
lydiapuspita and Hosuke authored Jun 25, 2024
1 parent c19f184 commit 6d6b30b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion models/prices/bnb/prices_bnb_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ FROM
('xpe-xpense', 'bnb', 'XPE', 0x88691f292b76bf4d2caa5678a54515fae77c33af,18),
('trump-maga', 'bnb', 'TRUMP', 0x4ea98c1999575aaadfb38237dd015c5e773f75a2,9),
('wsm-wall-street-memes', 'bnb', 'WSM', 0xb62e45c3df611dce236a6ddc7a493d79f9dfadef, 18),
('the-thena', 'bnb', 'THE', 0xf4c8e32eadec4bfe97e0f595add0f4450a863a11, 18)
('the-thena', 'bnb', 'THE', 0xf4c8e32eadec4bfe97e0f595add0f4450a863a11, 18),
('lista-lista-dao', 'bnb', 'LISTA', 0xfceb31a79f71ac9cbdcf853519c1b12d379edc46, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
where contract_address not in (
0x2ab0e9e4ee70fff1fb9d67031e44f6410170d00e -- bXEN has bad price feed.
Expand Down
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 @@ -1793,7 +1793,8 @@ FROM
('bigtime-big-time', 'ethereum', 'BIGTIME', 0x64Bc2cA1Be492bE7185FAA2c8835d9b824c8a194, 18),
('portal2-portal-coin', 'ethereum', 'PORTAL', 0x1bbe973bef3a977fc51cbed703e8ffdefe001fed, 18),
('dough-l3t-h1m-c00k', 'ethereum', 'DOUGH', 0xFc116eA24F002F600e363bdce4b91715fe5e0392, 9),
('giv-giv', 'ethereum', 'GIV', 0x900db999074d9277c5da2a43f252d74366230da0, 18)
('giv-giv', 'ethereum', 'GIV', 0x900db999074d9277c5da2a43f252d74366230da0, 18),
('zro-layerzero', 'ethereum', 'ZRO', 0x6985884c4392d348587b19cb9eaaf157f13271cd, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
where contract_address not in (
-- bad price feeds
Expand Down
3 changes: 2 additions & 1 deletion models/prices/solana/prices_solana_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -675,5 +675,6 @@ FROM
('usa-american-coin', 'solana', 'USA', '69kdRLyP5DTRkpHraaSZAQbWmAwzF9guKjZfzMXzcbAs', 6),
('scnsol-socean-staked-sol', 'solana', 'SCNSOL', '5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm', 9),
('cwif-catwifhat', 'solana', 'CWIF', '7atgF8KQo4wJrD5ATGX7t1V2zVvykPJbFfNeVf1icFv1', 2),
('sc-shark-cat', 'solana', 'SC', '6D7NaB2xsLd7cauWu1wKk6KBsJohJmP2qZH9GEfVi5Ui', 6)
('sc-shark-cat', 'solana', 'SC', '6D7NaB2xsLd7cauWu1wKk6KBsJohJmP2qZH9GEfVi5Ui', 6),
('io-ionet', 'solana', 'IO', 'BZLbGTNCSFfoth2GYDtwr7e4imWzpR5jqcUuGEwr646K', 8)
) as temp (token_id, blockchain, symbol, contract_address, decimals)

0 comments on commit 6d6b30b

Please sign in to comment.