remove comments

This commit is contained in:
Austin 2025-12-10 13:29:48 -05:00
parent a91069c976
commit 1036b6833a

View File

@ -303,8 +303,6 @@
RUNTIME_VERSION = '3.10'
PACKAGES = ('eth-abi')
HANDLER = 'encode_call'
COMMENT = |
{{ fsc_utils.udf_encode_contract_call_comment() }}
sql: |
{{ fsc_utils.create_udf_encode_contract_call() | indent(4) }}
@ -368,8 +366,6 @@
NULL
LANGUAGE SQL
STRICT IMMUTABLE
COMMENT = |
{{ fsc_utils.udf_create_eth_call_from_abi_comment() }}
sql: |
{{ schema }}.udf_create_eth_call(
contract_address,
@ -387,8 +383,6 @@
NULL
LANGUAGE SQL
STRICT IMMUTABLE
COMMENT = |
{{ fsc_utils.udf_create_eth_call_from_abi_comment() }}
sql: |
{{ schema }}.udf_create_eth_call(
contract_address,