Skip to content

Commit

Permalink
Update tokens_ethereum_erc20.sql (#7306)
Browse files Browse the repository at this point in the history
* Update tokens_ethereum_erc20.sql

* Update tokens_ethereum_erc20.sql
  • Loading branch information
viniabussafi authored Dec 12, 2024
1 parent 4a768fe commit 92948fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4736,5 +4736,7 @@ FROM (VALUES
, ( 0x358d94b5b2F147D741088803d932Acb566acB7B6, 'rSWELL', 18)
, ( 0x9Ed15383940CC380fAEF0a75edacE507cC775f22, 'earnETH', 18)
, ( 0x66E47E6957B85Cf62564610B76dD206BB04d831a, 'earnBTC', 8)
, (0x9Ba021B0a9b958B5E75cE9f6dff97C7eE52cb3E6, 'apxETH', 18)
, ( 0x9Ba021B0a9b958B5E75cE9f6dff97C7eE52cb3E6, 'apxETH', 18)
, ( 0xa4f6b2cdcb67bf8f48baa459a333d2667aa4b100, 'shezETH', 8)
, ( 0x7F4B66FF703336CfC35b901144614496Ae0b0D27, 'shezUSD', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 92948fd

Please sign in to comment.