Skip to content

Commit

Permalink
add missing tokens (#7617)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi authored Feb 3, 2025
1 parent b85e253 commit 6c0be54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,9 @@ FROM (VALUES
, (0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92, 'sUSDX', 18)
, (0xd09ACb80C1E8f2291862c4978A008791c9167003, 'tETH', 18)
, (0x666966ef3925b1c92fa355fda9722899f3e73451, 'STABLE', 18)
, (0x4ff50c17df0d1b788d021acd85039810a1aa68a1, 'waArbezETH', 18)
, (0x4ce13a79f45c1be00bdabd38b764ac28c082704e, 'waArbWETH', 18)
, (0x7F6501d3B98eE91f9b9535E4b0ac710Fb0f9e0bc, 'waArbUSDC', 6)
, (0xD9E3Ef2c12de90E3b03F7b7E3964956a71920d40, 'waArbweETH', 18)
, (0xe98fc055c99DECD8Da0c111B090885d5d15C774E, 'waArbwstETH', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,8 @@ FROM (VALUES
, (0xC0D3700000987C99b3C9009069E4f8413fD22330, 'cdxUSD', 18)
, (0xc694a91e6b071bf030a18bd3053a7fe09b6dae69, 'COW', 18)
, (0xecAc9C5F704e954931349Da37F60E39f515c11c1, 'LBTC', 8)
, (0x0830820D1A9aa1554364752d6D8F55C836871B74, 'waBaswstETH', 18)
, (0x616a4E1db48e22028f6bbf20444Cd3b8e3273738, 'smUSDC', 18)
, (0xF8F10f39116716e89498c1c5E94137ADa11b2BC7, 'waBasezETH', 18)
, (0xe298b938631f750DD409fB18227C4a23dCdaab9b, 'waBasWETH', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -4752,4 +4752,9 @@ FROM (VALUES
, ( 0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C, 'waEthLidoGHO', 18)
, ( 0x1e6ffa4e9F63d10B8820A3ab52566Af881Dab53c, 'gtWETHe', 18)
, ( 0x7751e2f4b8ae93ef6b79d86419d42fe3295a4559, 'wUSDL', 18)
, ( 0xb51EDdDD8c47856D81C8681EA71404Cec93E92c6, 'waEthPYUSD', 6)
, ( 0x097ffedb80d4b2ca6105a07a4d90eb739c45a666, 'steakUSDTlite', 18)
, ( 0xa1b60d96e5c50da627095b9381dc5a46af1a9a42, 'steakUSDQ', 18)
, ( 0x30881baa943777f92dc934d53d3bfdf33382cab3, 'steakUSDR', 18)
, ( 0x3976d71e7DdFBaB9bD120Ec281B7d35fa0F28528, 'slpETH', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 6c0be54

Please sign in to comment.