From ab3369546a6f436dc19265c87559468732318f5f Mon Sep 17 00:00:00 2001 From: Rantum Date: Fri, 27 Sep 2024 06:40:54 -0700 Subject: [PATCH] add gho, dyad (#6840) --- .../tokens/ethereum/tokens_ethereum_erc20_stablecoins.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dbt_subprojects/tokens/models/tokens/ethereum/tokens_ethereum_erc20_stablecoins.sql b/dbt_subprojects/tokens/models/tokens/ethereum/tokens_ethereum_erc20_stablecoins.sql index 69adcbb06ef..a2233cdf6e1 100644 --- a/dbt_subprojects/tokens/models/tokens/ethereum/tokens_ethereum_erc20_stablecoins.sql +++ b/dbt_subprojects/tokens/models/tokens/ethereum/tokens_ethereum_erc20_stablecoins.sql @@ -79,6 +79,8 @@ FROM (VALUES ('ethereum', 0xcfc5bd99915aaa815401c5a41a927ab7a38d29cf, 'Crypto-backed stablecoin', 'thUSD', 18, ''), ('ethereum', 0xdf3ac4f479375802a821f7b7b46cd7eb5e4262cc, 'Crypto-backed stablecoin', 'eUSD', 18, ''), ('ethereum', 0xbbaec992fc2d637151daf40451f160bf85f3c8c1, 'Crypto-backed stablecoin', 'USDM', 6, ''), - ('ethereum', 0x7945b0a6674b175695e5d1d08ae1e6f13744abb0, 'Crypto-backed stablecoin', 'BaoUSD', 18, '') + ('ethereum', 0x7945b0a6674b175695e5d1d08ae1e6f13744abb0, 'Crypto-backed stablecoin', 'BaoUSD', 18, ''), + ('ethereum', 0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f, 'Crypto-backed stablecoin', 'GHO', 18, ''), + ('ethereum', 0xfd03723a9a3abe0562451496a9a394d2c4bad4ab, 'Crypto-backed stablecoin', 'DYAD', 18, '') ) AS temp_table (blockchain, contract_address, backing, symbol, decimals, name)