Skip to content

Commit

Permalink
Add $USUAL to tokens.erc20 (duneanalytics#7452)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandune authored Jan 10, 2025
1 parent 7691620 commit c36ee84
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4744,5 +4744,6 @@ FROM (VALUES
, ( 0x5F9D59db355b4A60501544637b00e94082cA575b, 'waEthUSDe', 18)
, ( 0x634Ed807647e07a7C038EF1956a58ADbc6695F88, 'shezUSD', 18)
, ( 0x7204b7dbf9412567835633b6f00c3edc3a8d6330, 'csUSDC', 18)
, ( 0xbeefc011e94f43b8b7b455ebab290c7ab4e216f1, 'csUSDL', 18)
, ( 0xbeefc011e94f43b8b7b455ebab290c7ab4e216f1, 'csUSDL', 18)
, ( 0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e, 'USUAL', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit c36ee84

Please sign in to comment.