Skip to content

Commit

Permalink
Add BRUSH to prices_sonic_tokens.sql (#7580)
Browse files Browse the repository at this point in the history
Add Paintswap BRUSH to prices for Sonic blockchain. 

https://sonicscan.org/token/0xe51ee9868c1f0d6cd968a8b8c8376dc2991bfe44

Fixes #7554
  • Loading branch information
doublesharp authored Jan 28, 2025
1 parent 411b9e3 commit c75124d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ FROM
, ('ag-silver', 'AG', 0x005851f943ee2957b1748957f26319e4f9edebc1, 18)
, ('solvbtc-solv-protocol-solvbtc', 'SOLVBTC', 0x541FD749419CA806a8bc7da8ac23D346f2dF8B77, 18)
, ('solvbtcbbn-solv-protocol-solvbtcbbn', 'SOLVBTCBBN', 0xCC0966D8418d412c599A6421b760a847eB169A8c, 18)
, ('brush-brush', 'BRUSH', 0xe51ee9868c1f0d6cd968a8b8c8376dc2991bfe44, 18)
) as temp (token_id, symbol, contract_address, decimals)

0 comments on commit c75124d

Please sign in to comment.