mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 13:57:16 +00:00
An 2461/use latest streamline endpoints (#82)
* use streamline db location for source data * use new streamline endpoints * remove limits, now controlled from streamline at runtime * get all col values from VALUE
This commit is contained in:
parent
a9c76a7046
commit
423b66cefe
@ -3,13 +3,13 @@
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
operator_address AS address,
|
||||
VALUE: operator_address :: STRING AS address,
|
||||
'osmosis' AS blockchain,
|
||||
'flipside' AS creator,
|
||||
'operator' AS label_type,
|
||||
'validator' AS label_subtype,
|
||||
moniker AS label,
|
||||
identity AS project_name,
|
||||
VALUE: moniker :: STRING AS label,
|
||||
VALUE: identity :: STRING AS project_name,
|
||||
VALUE :account_address :: STRING AS account_address,
|
||||
VALUE :delegator_shares :: NUMBER AS delegator_shares,
|
||||
VALUE :jailed :: BOOLEAN AS jailed,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user