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:
desmond-hui 2022-12-12 14:26:55 -08:00 committed by GitHub
parent a9c76a7046
commit 423b66cefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,