Skip to content

Commit

Permalink
Add TAIKO ERC-20 token to Ethereum mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeky-gorilla authored Jun 6, 2024
1 parent 2ce2175 commit 8cac0b3
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 @@ -4560,5 +4560,6 @@ FROM (VALUES
, ( 0xfc87753df5ef5c368b5fba8d4c5043b77e8c5b39, 'aETH', 18)
, ( 0xf1617882a71467534d14eee865922de1395c9e89, 'saETH', 18)
, ( 0x9deb0fc809955b79c85e82918e8586d3b7d2695a, 'GOLD', 18)
, ( 0x75e88b8c2d34a52a6d36deada664d7dc9116e4ef, 'ZRS', 18)
, ( 0x75e88b8c2d34a52a6d36deada664d7dc9116e4ef, 'ZRS', 18)
, ( 0x10dea67478c5f8c5e2d90e5e9b26dbe60c54d800, 'TAIKO', 18)
) AS temp_table (contract_address, symbol, decimals)

1 comment on commit 8cac0b3

@cheeky-gorilla
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have read the CLA Document and I hereby sign the CLA

Please sign in to comment.