Skip to content

Commit

Permalink
Adding sonic tokens to tokens_sonic_erc20.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno12221 authored Jan 29, 2025
1 parent 2b11fa6 commit cbb5a2a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ FROM (VALUES
, (0xD31E89Ffb929b38bA60D1c7dBeB68c7712EAAb0a, 'bSolvBTC-13', 18)
, (0x7870ddFd5ACA4E977B2287e9A212bcbe8FC4135a, 'BeefySiloV2USDC.e', 6)
, (0xe51ee9868c1f0d6cd968a8b8c8376dc2991bfe44, 'BRUSH', 18)
, (0x4D85bA8c3918359c78Ed09581E5bc7578ba932ba, 'stkscUSD', 6)
, (0x9fb76f7ce5FCeAA2C42887ff441D46095E494206, 'wstkscUSD', 6)
, (0x455d5f11Fea33A8fa9D3e285930b478B6bF85265, 'stkscETH', 18)
, (0x0C4E186Eae8aCAA7F7de1315D5AD174BE39Ec987, 'anS', 18)
, (0xfA85Fe5A8F5560e9039C04f2b0a90dE1415aBD70, 'wanS', 18)
, (0xb1e25689D55734FD3ffFc939c4C3Eb52DFf8A794, 'OS', 18)
, (0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1, 'wOS', 18)
, (0xE8a41c62BB4d5863C6eadC96792cFE90A1f37C47, 'wstkscETH', 18)
) as temp (contract_address, symbol, decimals)

0 comments on commit cbb5a2a

Please sign in to comment.