mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
remove models/live__allow_list (#115)
* remove models/live__allow_list * add livequery-base * remove live__verified_api_endpoints.csv * Re-trigger deployment checks
This commit is contained in:
parent
d01e8d47f8
commit
04bc1253f7
@ -1,12 +0,0 @@
|
||||
Project,Endpoint,Type,Documentation
|
||||
Snapshot,https://hub.snapshot.org/graphql,GraphQL,https://docs.snapshot.org/graphql-api
|
||||
Defillama,https://api.llama.fi/,REST,https://defillama.com/docs/api
|
||||
Defillama,https://yields.llama.fi/,REST,https://defillama.com/docs/api
|
||||
Defillama,https://stablecoins.llama.fi/,REST,https://defillama.com/docs/api
|
||||
Defillama,https://bridges.llama.fi/,REST,https://defillama.com/docs/api
|
||||
Defillama,https://coins.llama.fi/,REST,https://defillama.com/docs/api
|
||||
zkSync,https://api.zksync.io/api/v0.2/,REST,https://docs.zksync.io/apiv02-docs/
|
||||
DeepNFT Value,https://api.deepnftvalue.com/v1,REST,https://deepnftvalue.readme.io/reference/getting-started-with-deepnftvalue-api
|
||||
Zapper,https://api.zapper.fi/v2/,REST,https://api.zapper.fi/api/static/index.html#/Apps/AppsController_getApps
|
||||
Helius,https://api.helius.xyz,REST,https://docs.helius.xyz/introduction/why-helius
|
||||
Stargaze Name Service,https://rest.stargaze-apis.com,REST,https://github.com/public-awesome/names/blob/main/API.md
|
||||
|
@ -1,11 +0,0 @@
|
||||
|
||||
{{ config(
|
||||
materialized = 'view',
|
||||
grants = {'+select': fromyaml(var('ROLES'))}
|
||||
) }}
|
||||
SELECT '*.' || t.value AS allowed_domains
|
||||
FROM table(flatten(input => {{ this.database }}.live.udf_allow_list())) AS t
|
||||
ORDER BY
|
||||
split_part(allowed_domains, '.', -1),
|
||||
split_part(allowed_domains, '.', -2),
|
||||
split_part(allowed_domains, '.', -3)
|
||||
@ -3,3 +3,5 @@ packages:
|
||||
version: [">=0.8.0", "<0.9.0"]
|
||||
- package: dbt-labs/dbt_utils
|
||||
version: [">=1.0.0", "<1.1.0"]
|
||||
- git: https://github.com/FlipsideCrypto/livequery-base.git
|
||||
revision: v1.0.1
|
||||
Loading…
Reference in New Issue
Block a user