Skip to content

Commit

Permalink
Update prices_scroll_tokens.sql
Browse files Browse the repository at this point in the history
add wrsETH and weETH token prices
  • Loading branch information
raho1 authored Jul 9, 2024
1 parent cb3b91f commit 90d1187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/prices/scroll/prices_scroll_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ FROM
('iusd-izumi-bond-usd', 'scroll', 'iUSD ', 0x0a3bb08b3a15a19b4de82f8acfc862606fb69a2d, 18),
('pxeth-pirex-ether', 'scroll', 'pxETH ', 0x9e0d7d79735e1c63333128149c7b616a0dc0bbdb, 18),
('frxeth-frax-ether', 'scroll', 'frxETH ', 0xecc68d0451e20292406967fe7c04280e5238ac7d, 18),
('weeth-wrapped-eeth', 'scroll', 'weETH ', 0x01f0a31698C4d065659b9bdC21B3610292a1c506, 18),
('rseth-rseth', 'scroll', 'wrsETH ', 0xa25b25548B4C98B0c7d3d27dcA5D5ca743d68b7F, 18),
('solvbtc-solv-protocol-solvbtc', 'scroll', 'SolvBTC ', 0x3ba89d490ab1c0c9cc2313385b30710e838370a4, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)

0 comments on commit 90d1187

Please sign in to comment.