mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 13:36:46 +00:00
add fix
This commit is contained in:
parent
e23b062636
commit
90aa7f711f
@ -22,4 +22,4 @@ FROM
|
||||
'complete_provider_asset_metadata'
|
||||
) }}
|
||||
WHERE
|
||||
platform = 'aurora'
|
||||
lower(platform) = 'aurora'
|
||||
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user