Skip to content

Commit

Permalink
add missing tokens to tokens.erc20 (#7499)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi authored Jan 20, 2025
1 parent 9b07123 commit a906f4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ SELECT
decimals
FROM (VALUES
(0x7204b7dbf9412567835633b6f00c3edc3a8d6330, 'CoinShift USDC', 'csUSDC', 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, 'USDC', 18),
(0xbeefc011e94f43b8b7b455ebab290c7ab4e216f1, 'CoinShift USDL', 'csUSDL', 0xbdC7c08592Ee4aa51D06C27Ee23D5087D65aDbcD, 'wUSDL', 18)
(0xbeefc011e94f43b8b7b455ebab290c7ab4e216f1, 'CoinShift USDL', 'csUSDL', 0xbdC7c08592Ee4aa51D06C27Ee23D5087D65aDbcD, 'wUSDL', 18),
(0x1e6ffa4e9F63d10B8820A3ab52566Af881Dab53c, 'Gauntlet WETH Ecosystem', 'gtWETHe', 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, 'WETH', 18)
) AS temp_table (erc4626_token, erc4626_token_name, erc4626_token_symbol, underlying_token, underlying_token_symbol, decimals)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ FROM (VALUES
, (0x521598765b0E5a4CD743f2769C06787b84617252, 'TLP', 18)
, (0xf3527ef8dE265eAa3716FB312c12847bFBA66Cef, 'USDX', 18)
, (0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92, 'sUSDX', 18)
, (0xd09ACb80C1E8f2291862c4978A008791c9167003, 'tETH', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -4747,4 +4747,5 @@ FROM (VALUES
, ( 0xbeefc011e94f43b8b7b455ebab290c7ab4e216f1, 'csUSDL', 18)
, ( 0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e, 'USUAL', 18)
, ( 0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C, 'waEthLidoGHO', 18)
, ( 0x1e6ffa4e9F63d10B8820A3ab52566Af881Dab53c, 'gtWETHe', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit a906f4b

Please sign in to comment.