From 7e48c8900639b59c70604fbdbb1ee1d0b37f210c Mon Sep 17 00:00:00 2001 From: Jensen Yap Date: Fri, 4 Apr 2025 22:47:54 +0900 Subject: [PATCH] fix --- macros/evm/evm.yaml.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/evm/evm.yaml.sql b/macros/evm/evm.yaml.sql index d50a71c..a9ddfce 100644 --- a/macros/evm/evm.yaml.sql +++ b/macros/evm/evm.yaml.sql @@ -510,7 +510,7 @@ VOLATILE COMMENT = $$Returns the token transfers for a given block height. If to_latest is true, it will continue fetching transfers until the latest block. Otherwise, it will fetch transfers until the block height is reached.$$ sql: | - {{ evm_live_view_ez_token_transfers(schema, blockchain, network) | indent(4) -}} + {{ evm_ez_token_transfers(schema, blockchain, network) | indent(4) -}} {%- endmacro -%}