Skip to content

Commit

Permalink
add LBTC on base to tokens.erc20 and prices.usd (#7522)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi authored Jan 23, 2025
1 parent 05db61b commit 9ed1883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ FROM
('ogn-origin-protocol', 'base', 'OGN', 0x7002458b1df59eccb57387bc79ffc7c29e22e6f7, 18),
('usdt-tether', 'base', 'USDT', 0xfde4c96c8593536e31f229ea8f37b2ada2699bb2, 6),
('klima-klimadao', 'base', 'KLIMA', 0xdcefd8c8fcc492630b943abcab3429f12ea9fea2, 9),
('yfi-yearnfinance', 'base', 'YFI', 0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239, 18)
('yfi-yearnfinance', 'base', 'YFI', 0x9eaf8c1e34f05a589eda6bafdf391cf6ad3cb239, 18),
('lbtc-lombard-staked-btc', 'base', 'LBTC', 0xecAc9C5F704e954931349Da37F60E39f515c11c1, 8)
--('well-moonwell' ,'base', 'WELL', 0xa88594d404727625a9437c3f886c7643872296ae, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,5 @@ FROM (VALUES
, (0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8, 'GYD', 18)
, (0xC0D3700000987C99b3C9009069E4f8413fD22330, 'cdxUSD', 18)
, (0xc694a91e6b071bf030a18bd3053a7fe09b6dae69, 'COW', 18)
, (0xecAc9C5F704e954931349Da37F60E39f515c11c1, 'LBTC', 8)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 9ed1883

Please sign in to comment.