Skip to content

Commit

Permalink
Add yieldnest asset (#7608)
Browse files Browse the repository at this point in the history
* feat: add Yieldnest asset to erc20

* fix space

* remove duplicate token - ynETH

---------

Co-authored-by: Huang Geyang <[email protected]>
Co-authored-by: jeff-dude <[email protected]>
  • Loading branch information
3 people authored Feb 3, 2025
1 parent 6c0be54 commit 66fe741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,4 +620,7 @@ FROM (VALUES
, (0x258903a8e68d5248de85cf8a0a173d9e046edd98, 'BabyElon', 9)
, (0xe66fd34c0f8726a5eb97f6d45c5a5df4d57d39fc, 'BabyTrump', 9)
, (0x92072f045d0904e9a0cdfd48519f54c83bf41e82, 'MOCHI', 9)
) AS temp_table (contract_address, symbol, decimals)
, (0x304B5845b9114182ECb4495Be4C91a273b74B509, 'ynBNB', 18)
, (0x78839cE14a8213779128Ee4da6D75E1326606A56, 'ynBTCk', 18)
, (0x32C830f5c34122C6afB8aE87ABA541B7900a2C5F, 'ynBNBx', 18)
) AS temp_table (contract_address, symbol, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -4752,6 +4752,8 @@ FROM (VALUES
, ( 0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C, 'waEthLidoGHO', 18)
, ( 0x1e6ffa4e9F63d10B8820A3ab52566Af881Dab53c, 'gtWETHe', 18)
, ( 0x7751e2f4b8ae93ef6b79d86419d42fe3295a4559, 'wUSDL', 18)
, ( 0x35Ec69A77B79c255e5d47D5A3BdbEFEfE342630c, 'ynLSDe', 18)
, ( 0x657d9aba1dbb59e53f9f3ecaa878447dcfc96dcb, 'ynETHx', 18)
, ( 0xb51EDdDD8c47856D81C8681EA71404Cec93E92c6, 'waEthPYUSD', 6)
, ( 0x097ffedb80d4b2ca6105a07a4d90eb739c45a666, 'steakUSDTlite', 18)
, ( 0xa1b60d96e5c50da627095b9381dc5a46af1a9a42, 'steakUSDQ', 18)
Expand Down

0 comments on commit 66fe741

Please sign in to comment.