Skip to content

Commit

Permalink
add missing tokens to prices.usd and tokens.erc20 (#7220)
Browse files Browse the repository at this point in the history
Co-authored-by: jeff-dude <102681548+jeff-dude@users.noreply.github.com>
  • Loading branch information
viniabussafi and jeff-dude authored Dec 3, 2024
1 parent ff13514 commit 2288b5b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ FROM
('tad1-tadpole', 'base', 'TAD',0x55027a5b06f4340cc4c82dcc74c90ca93dcb173e, 18),
('blue-blue-guy', 'base', 'BLUE',0x891502ba08132653151f822a3a430198f1844115, 18),
('alb-alienbase', 'base', 'ALB',0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4, 18),
('gyd-gyro-dollar','base','GYD',0xca5d8f8a8d49439357d3cf46ca2e720702f132b8, 18),
('virtual-virtual-protocol', 'base', 'VIRTUAL', 0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b, 18)

) as temp (token_id, blockchain, symbol, contract_address, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ FROM
('pendle-pendle', 'PENDLE',0xbc7b1ff1c6989f006a1185318ed4e7b5796e66e1, 18),
('trb-tellor', 'TRB', 0xaf8ca653fa2772d58f4368b0a71980e9e3ceb888, 18),
('dtoro-dextoro', 'DTORO', 0x1cef2d62af4cd26673c7416957cc4ec619a696a7, 18),
('osak-osaka-protocol', 'OSAK', 0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e, 18)
('osak-osaka-protocol', 'OSAK', 0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e, 18),
('gyd-gyro-dollar','GYD',0xca5d8f8a8d49439357d3cf46ca2e720702f132b8, 18)
) as temp (token_id, symbol, contract_address, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,6 @@ FROM (VALUES
, (0xd68470491eb513365322810e55e0eba80785dfdd, '243M theft', 18)
, (0xb0505e5a99abd03d94a1169e638b78edfed26ea4, 'uSUI', 18)
, (0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842, 'MORPHO', 18)
, (0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8, 'GYD', 18)
, (0xC0D3700000987C99b3C9009069E4f8413fD22330, 'cdxUSD', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -4723,4 +4723,5 @@ FROM (VALUES
, ( 0x7cc6694cf75c18d488d16fb4bf3c71a3b31cc7fb, 'stataEthETHx', 18)
, ( 0x58D97B57BB95320F9a05dC918Aef65434969c2B2, 'MORPHO', 18)
, ( 0x9994E35Db50125E0DF82e4c2dde62496CE330999, 'legacyMORPHO', 18)
, ( 0x6e6B7ADfC7Db9fEeB8896418aC3422966f65D0A5, 'NET', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ WITH raw_token_list AS (
,(0xe62dda84e579e6a37296bcfc74c97349d2c59ce3, 'ysWETH', 18, 'receipt')
,(0xd08C3F25862077056cb1b710937576Af899a4959, 'InstETH', 18, 'underlying')
,(0x57f5e098cad7a3d1eed53991d4d66c45c9af7812, 'wUSDM', 18, 'receipt')
,(0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e, 'OSAK', 18, 'underlying')
,(0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e, 'OSAK', 18, 'underlying')
, (0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8, 'GYD', 18, 'underlying')
) AS temp_table (contract_address, symbol, decimals, token_type)
)
SELECT
Expand Down

0 comments on commit 2288b5b

Please sign in to comment.