Skip to content

Commit

Permalink
Update tokens_arbitrum_erc20.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Eth161dm authored Jan 26, 2025
1 parent b612468 commit 17fe7a2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,12 @@ FROM (VALUES
, (0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92, 'sUSDX', 18)
, (0xd09ACb80C1E8f2291862c4978A008791c9167003, 'tETH', 18)
, (0x666966ef3925b1c92fa355fda9722899f3e73451, 'STABLE', 18)
, (0x912CE59144191C1204E64559FE8253a0e49E6548, 'ARB', 18)
, (0x539bdE0d7Dbd336b79148AA742883198BBF60342, 'MAGIC', 18)
, (0x6694340fc020c5E6B96567843da2df01b2CE1eb6, 'STG', 18)
, (0x3082CC23568eA640225c2467653dB90e9250AaA0, 'RDNT', 18)
, (0x5979D7b546E38E414F7E9822514be443A4800529, 'wstETH', 18)
, (0x9623063377AD1B27544C965cCd7342f7EA7e88C7, 'GRT', 18)
, (0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55, 'DPX', 18)
, (0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F, 'FRAX', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 17fe7a2

Please sign in to comment.