Skip to content

Commit

Permalink
fix source name (duneanalytics#5611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Mar 15, 2024
1 parent 8c7eebc commit 2fb3103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/layerzero/base/layerzero_base_send.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WITH send_detail AS (
CASE WHEN bytearray_length(_destination) >= 40
THEN bytearray_reverse(bytearray_substring(bytearray_reverse(_destination), 21))
ELSE _destination END AS remote_contract_address
FROM {{ source ('layezero_base', 'Endpoint_call_send') }} s
FROM {{ source ('layerzero_base', 'Endpoint_call_send') }} s
INNER JOIN {{ source('base','transactions') }} t on t.block_number = s.call_block_number
AND t.hash = s.call_tx_hash
{% if not is_incremental() %}
Expand Down
2 changes: 1 addition & 1 deletion sources/layerzero/base/layerzero_base_sources.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

sources:
- name: layezero_base
- name: layerzero_base
freshness:
warn_after: { count: 12, period: hour }
error_after: { count: 24, period: hour }
Expand Down

0 comments on commit 2fb3103

Please sign in to comment.