mirror of
https://github.com/FlipsideCrypto/bsc-models.git
synced 2026-02-06 10:46:44 +00:00
verified flag (#363)
This commit is contained in:
parent
d4f571b7b3
commit
a9094cb00d
@ -926,7 +926,7 @@ SELECT
|
||||
amount_unadj,
|
||||
amount,
|
||||
amount_usd,
|
||||
token_is_verified,
|
||||
IFNULL(token_is_verified, FALSE) AS token_is_verified,
|
||||
_id,
|
||||
_inserted_timestamp,
|
||||
{{ dbt_utils.generate_surrogate_key(
|
||||
|
||||
@ -1355,9 +1355,9 @@ SELECT
|
||||
protocol,
|
||||
version,
|
||||
token_in,
|
||||
token_in_is_verified,
|
||||
IFNULL(token_in_is_verified, FALSE) AS token_in_is_verified,
|
||||
token_out,
|
||||
token_out_is_verified,
|
||||
IFNULL(token_out_is_verified, FALSE) AS token_out_is_verified,
|
||||
symbol_in,
|
||||
symbol_out,
|
||||
decimals_in,
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.5.6
|
||||
revision: v4.5.7
|
||||
Loading…
Reference in New Issue
Block a user