mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:47:00 +00:00
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
version: 2
|
|
models:
|
|
- name: price__ez_asset_metadata
|
|
description: '{{ doc("prices_ez_asset_metadata_table_doc") }}'
|
|
|
|
columns:
|
|
- name: ASSET_ID
|
|
description: '{{ doc("prices_asset_id") }}'
|
|
- name: NAME
|
|
description: '{{ doc("prices_name") }}'
|
|
- name: SYMBOL
|
|
description: '{{ doc("prices_symbol") }}'
|
|
- name: TOKEN_ADDRESS
|
|
description: '{{ doc("prices_token_address") }}'
|
|
- name: BLOCKCHAIN
|
|
description: '{{ doc("prices_blockchain") }}'
|
|
- name: DECIMALS
|
|
description: '{{ doc("prices_decimals") }}'
|
|
- name: IS_NATIVE
|
|
description: '{{ doc("prices_is_native") }}'
|
|
- name: TOKEN_IS_VERIFIED
|
|
description: "{{ doc('token_is_verified') }}"
|
|
- name: IS_DEPRECATED
|
|
description: '{{ doc("prices_is_deprecated") }}'
|
|
- name: EZ_ASSET_METADATA_ID
|
|
description: '{{ doc("id") }}'
|
|
- name: INSERTED_TIMESTAMP
|
|
description: '{{ doc("inserted_timestamp") }}'
|
|
- name: MODIFIED_TIMESTAMP
|
|
description: '{{ doc("modified_timestamp") }}'
|
|
|