Skip to content

Commit

Permalink
refactor: list $VEIL (#7550)
Browse files Browse the repository at this point in the history
* refactor: list $VEIL

* Update dbt_subprojects/tokens/models/prices/base/prices_base_tokens.sql

Co-authored-by: jeff-dude <102681548+jeff-dude@users.noreply.github.com>

* Update dbt_subprojects/tokens/models/prices/base/prices_base_tokens.sql

Co-authored-by: jeff-dude <102681548+jeff-dude@users.noreply.github.com>

---------

Co-authored-by: jeff-dude <102681548+jeff-dude@users.noreply.github.com>
  • Loading branch information
maxdesalle and jeff-dude authored Jan 28, 2025
1 parent c75124d commit bdb2073
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ FROM
('usdt-tether', 'base', 'USDT', 0xfde4c96c8593536e31f229ea8f37b2ada2699bb2, 6),
('klima-klimadao', 'base', 'KLIMA', 0xdcefd8c8fcc492630b943abcab3429f12ea9fea2, 9),
('yfi-yearnfinance', 'base', 'YFI', 0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239, 18),
('lbtc-lombard-staked-btc', 'base', 'LBTC', 0xecAc9C5F704e954931349Da37F60E39f515c11c1, 8)
('lbtc-lombard-staked-btc', 'base', 'LBTC', 0xecAc9C5F704e954931349Da37F60E39f515c11c1, 8),
('veil2-veil-token', 'base', 'VEIL', 0x767A739D1A152639e9Ea1D8c1BD55FDC5B217D7f, 18)
--('well-moonwell' ,'base', 'WELL', 0xa88594d404727625a9437c3f886c7643872296ae, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)

0 comments on commit bdb2073

Please sign in to comment.