gnosis/v4.30.0 (#246)

* gnosis/v4.30.0

* filter
This commit is contained in:
drethereum 2025-10-28 12:53:21 -06:00 committed by GitHub
parent d400f362d8
commit 41075faffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -21,9 +21,10 @@ WITH new_records AS (
) AS row_num
FROM
{{ ref('silver_olas__registry_reads') }}
WHERE
token_uri_link :: STRING NOT LIKE '%00000000000000000000000000000000000000000000000%'
{% if is_incremental() %}
WHERE
AND (
_inserted_timestamp > (
SELECT
MAX(_inserted_timestamp)
@ -47,6 +48,7 @@ WHERE
WHERE
NAME IS NULL
)
)
{% endif %}
),
uri_calls AS (

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.29.0
revision: v4.30.0