Skip to content

Commit

Permalink
add missing tokens to tokens.erc20 (duneanalytics#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi authored Aug 16, 2024
1 parent ea76a11 commit d948aee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ WITH gyro_tokens as (
SELECT * FROM (values
(0x7CFaDFD5645B50bE87d546f42699d863648251ad, 'stataArbUSDCn', 6, 'arbitrum'),
(0xb165a74407fE1e519d6bCbDeC1Ed3202B35a4140, 'stataArbUSDT', 6, 'arbitrum'),
(0xD9FBA68D89178e3538e708939332c79efC540179, 'stataArbGHO', 18, 'arbitrum'),
(0x89AEc2023f89E26Dbb7eaa7a98fe3996f9d112A8, 'stataArbFRAX', 18, 'arbitrum'),
(0x4EA71A20e655794051D1eE8b6e4A3269B13ccaCc, 'stataBasUSDC', 6, 'base'),
(0x270ba1f35d8b87510d24f693fccc0da02e6e4eeb, 'stataGnoUSDC', 6, 'base'),
(0x862c57d48becB45583AEbA3f489696D22466Ca1b, 'stataEthUSDT', 6, 'ethereum'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@ FROM (VALUES
, (0x777cf5ba9c291a1a8f57ff14836f6f9dc5c0f9dd, 'SOLID', 18)
, (0x7448c7456a97769F6cD04F1E83A4a23cCdC46aBD, 'MAV', 18)
, (0x17A8541B82BF67e10B0874284b4Ae66858cb1fd5, 'PSM', 18)
, (0xD9FBA68D89178e3538e708939332c79efC540179, 'stataArbGHO', 18)
, (0x89AEc2023f89E26Dbb7eaa7a98fe3996f9d112A8, 'stataArbFRAX', 18)
, (0xbC404429558292eE2D769E57d57D6E74bbd2792d, 'sUSX', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -4588,4 +4588,6 @@ FROM (VALUES
, ( 0xDfFb77dB95E16B791178D28CF994b13E84036076, 'BLU', 18)
, ( 0x866a2bf4e572cbcf37d5071a7a58503bfb36be1b, 'M', 6)
, ( 0x20157dbabb84e3bbfe68c349d0d44e48ae7b5ad2, 'dlcBTC', 8)
, ( 0xe1B4d34E8754600962Cd944B535180Bd758E6c2e, 'agETH', 18)
, ( 0x5C5b196aBE0d54485975D1Ec29617D42D9198326, 'stdeUSD', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ WITH raw_token_list AS (
,(0x43a502d7e947c8a2ebbaf7627e104ddcc253abc6, 's_aOptDAI', 18, 'receipt')
,(0x337b4b933d60f40cb57dd19ae834af103f049810, 's_aOptWETH', 18, 'receipt')
,(0xe62dda84e579e6a37296bcfc74c97349d2c59ce3, 'ysWETH', 18, 'receipt')
,(0xd08C3F25862077056cb1b710937576Af899a4959, 'InstETH', 18, 'underlying')
) AS temp_table (contract_address, symbol, decimals, token_type)
)
SELECT
Expand Down

0 comments on commit d948aee

Please sign in to comment.