sei-models/models/bronze/prices/bronze__complete_token_asset_metadata.sql
drethereum 741dd7e0aa
AN-6482/sei-evm-dex (#119)
* temp dex

* remove order book dex oxium and update vars

* is verified in prices

* gold models

* tags and remove legacy models

* heal wf

* remove file

* revert

* remove event name

* remove so
2025-08-11 10:50:35 -06:00

31 lines
536 B
SQL

{{ config (
materialized = 'view'
) }}
SELECT
token_address,
asset_id,
symbol,
NAME,
decimals,
blockchain,
blockchain_name,
blockchain_id,
is_deprecated,
is_verified,
is_verified_modified_timestamp,
provider,
source,
_inserted_timestamp,
inserted_timestamp,
modified_timestamp,
complete_token_asset_metadata_id,
_invocation_id
FROM
{{ source(
'crosschain_silver',
'complete_token_asset_metadata'
) }}
WHERE
blockchain ILIKE 'sei%'