From 8cac0b37d4c1b01fec5cf5946b8a6571d001e1d3 Mon Sep 17 00:00:00 2001 From: cheeky-gorilla <76262359+cheeky-gorilla@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:36:14 -0700 Subject: [PATCH] Add TAIKO ERC-20 token to Ethereum mainnet --- tokens/models/tokens/ethereum/tokens_ethereum_erc20.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tokens/models/tokens/ethereum/tokens_ethereum_erc20.sql b/tokens/models/tokens/ethereum/tokens_ethereum_erc20.sql index 62ef16eec19..41039b5cf1f 100644 --- a/tokens/models/tokens/ethereum/tokens_ethereum_erc20.sql +++ b/tokens/models/tokens/ethereum/tokens_ethereum_erc20.sql @@ -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)