Skip to content

Commit

Permalink
update tokens_ethereum_erc20 (#7339)
Browse files Browse the repository at this point in the history
* update tokens_ethereum_erc20

* remove extra line

* fix
  • Loading branch information
viniabussafi authored Dec 16, 2024
1 parent aa33d8d commit 2db18af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ FROM (VALUES
, (0x764bfc309090e7f93edce53e5befa374cdcb7b8e, 'GRIMACE', 18)
, (0xB0BDE111812EAC913b392D80D51966eC977bE3A2, 'jUSDC', 18)
, (0xf3b7994e4dA53E04155057Fd61dc501599d57877, 'farmdWETHV3', 18)
, (0x521598765b0E5a4CD743f2769C06787b84617252, 'TLP', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -4739,4 +4739,5 @@ FROM (VALUES
, ( 0x9Ba021B0a9b958B5E75cE9f6dff97C7eE52cb3E6, 'apxETH', 18)
, ( 0xa4f6b2cdcb67bf8f48baa459a333d2667aa4b100, 'shezETH', 8)
, ( 0x7F4B66FF703336CfC35b901144614496Ae0b0D27, 'shezUSD', 18)
, ( 0xa7b66dda0d7c7c1e43d3130491216172993d163d, 'EVS', 6)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 2db18af

Please sign in to comment.