This commit is contained in:
WHYTEWYLL 2024-05-01 22:33:00 +03:00
parent e23b062636
commit 90aa7f711f
3 changed files with 5 additions and 1 deletions

View File

@ -22,4 +22,4 @@ FROM
'complete_provider_asset_metadata'
) }}
WHERE
platform = 'aurora'
lower(platform) = 'aurora'

View File

@ -11,6 +11,7 @@ SELECT
NAME,
decimals,
blockchain,
is_deprecated,
FALSE AS is_native,
inserted_timestamp,
modified_timestamp,
@ -25,6 +26,7 @@ SELECT
NAME,
decimals,
blockchain,
is_deprecated,
TRUE AS is_native,
inserted_timestamp,
modified_timestamp,

View File

@ -12,6 +12,8 @@ models:
description: '{{ doc("prices_symbol") }}'
- name: TOKEN_ADDRESS
description: '{{ doc("prices_token_address") }}'
- name: IS_DEPRECATED
description: '{{ doc("is_deprecated") }}'
- name: BLOCKCHAIN
description: '{{ doc("prices_blockchain") }}'
- name: DECIMALS