add new asset naming (#327)

This commit is contained in:
Matt Romano 2025-05-08 09:17:22 -07:00 committed by GitHub
parent fcd678639a
commit 4d5e54fefc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,10 @@ log_pull AS (
ON l.contract_address = C.contract_address
WHERE
topics [0] :: STRING = '0x7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d'
AND token_name LIKE '%Benqi %'
AND (
token_name LIKE '%Benqi %'
or token_name LIKE '%BENQI %'
)
{% if is_incremental() %}
AND l.modified_timestamp >= (