Skip to content

Commit

Permalink
update tokens.erc20 (#7368)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi authored Dec 30, 2024
1 parent f788395 commit 4559a61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ FROM
('usdm-mountain-protocol-usd', 'arbitrum', 'USDM', 0x59d9356e565ab3a36dd77763fc0d87feaf85508c, 18),
('usdz-anzen-usdz', 'arbitrum', 'USDZ', 0x5018609ab477cc502e170a5accf5312b86a4b94f, 18),
('trb-tellor', 'arbitrum', 'TRB', 0xd58d345fd9c82262e087d2d0607624b410d88242, 18),
('mor-morpheusai', 'arbitrum', 'MOR', 0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86, 18)

('mor-morpheusai', 'arbitrum', 'MOR', 0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86, 18),
('usdx-usdxmoney-usdx', 'arbitrum', 'USDX', 0xf3527ef8dE265eAa3716FB312c12847bFBA66Cef, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,6 @@ FROM (VALUES
, (0xB0BDE111812EAC913b392D80D51966eC977bE3A2, 'jUSDC', 18)
, (0xf3b7994e4dA53E04155057Fd61dc501599d57877, 'farmdWETHV3', 18)
, (0x521598765b0E5a4CD743f2769C06787b84617252, 'TLP', 18)
, (0xf3527ef8dE265eAa3716FB312c12847bFBA66Cef, 'USDX', 18)
, (0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92, 'sUSDX', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -4741,4 +4741,5 @@ FROM (VALUES
, ( 0x7F4B66FF703336CfC35b901144614496Ae0b0D27, 'shezUSD', 18)
, ( 0xa7b66dda0d7c7c1e43d3130491216172993d163d, 'EVS', 6)
, ( 0x2371e134e3455e0593363cbf89d3b6cf53740618, 'gtWETH', 18)
, ( 0x634ed807647e07a7c038ef1956a58adbc6695f88, 'shezUSD', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 4559a61

Please sign in to comment.