mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 13:26:44 +00:00
verified flag (#362)
This commit is contained in:
parent
d595c53601
commit
faf5383fbc
@ -1046,7 +1046,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(
|
||||
|
||||
@ -1067,9 +1067,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