Skip to content

Commit

Permalink
Add COW Token on Base (#7347)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Dec 19, 2024
1 parent dbf8c86 commit 8b0b3ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,5 +409,6 @@ FROM (VALUES
, (0x5f7373Fa845692b1dD7bfaE576D6c743482bf26a, 'CLARK', 18)
, (0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842, 'MORPHO', 18)
, (0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8, 'GYD', 18)
, (0xC0D3700000987C99b3C9009069E4f8413fD22330, 'cdxUSD', 18)
, (0xC0D3700000987C99b3C9009069E4f8413fD22330, 'cdxUSD', 18)
, (0xc694a91e6b071bf030a18bd3053a7fe09b6dae69, 'COW', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 8b0b3ae

Please sign in to comment.