Skip to content

Commit

Permalink
add Catalog's Garden Finance SEED project token to tokens.erc20 (dune…
Browse files Browse the repository at this point in the history
  • Loading branch information
asnogordo authored Feb 1, 2024
1 parent 5b1ccc2 commit 3bd63db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tokens/models/tokens/ethereum/tokens_ethereum_erc20.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ SELECT
, trim(symbol) as symbol
, decimals
FROM (VALUES
(0x00000000000045166c45af0fc6e4cf31d9e14b9a, 'BID', 18)
(0x5eed99d066a8caf10f3e4327c1b3d8b673485eed, 'SEED', 18)
,(0x00000000000045166c45af0fc6e4cf31d9e14b9a, 'BID', 18)
,(0x0000000000004946c0e9f43f4dee607b0ef1fa1c, 'CHI', 0)
,(0x000000000000d0151e748d25b766e77efe2a6c83, 'XDEX', 18)
,(0x0000000000085d4780b73119b644ae5ecd22b376, 'TUSD', 18)
Expand Down

0 comments on commit 3bd63db

Please sign in to comment.