Skip to content

Commit

Permalink
Rename overview docblock (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
juls858 authored Nov 8, 2023
1 parent 5f341f2 commit bca4941
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/doc_descriptions/general/__overview__.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% docs __overview__ %}
{% docs __livequery_models__ %}

# Welcome to the Flipside Crypto LiveQuery Models Documentation!

Expand Down Expand Up @@ -30,7 +30,7 @@ The documentation included here details the design of the LiveQuery functions av
SELECT
`decimals` AS function_name,
livequery.utils.hex_encode_function(`decimals()`) :: STRING AS text_sig,
livequery.utils.hex_encode_function(`decimals()`) :: STRING AS text_sig,
LEFT(text_sig,10) AS function_sig,
'0x313ce567' AS expected_sig
```
Expand Down Expand Up @@ -90,7 +90,7 @@ The documentation included here details the design of the LiveQuery functions av
solana_addresses;
ex: Hit Quicknode (see instructions below for how to register an API Key with Flipside securely)
SELECT
livequery.live.udf_api(
'POST',
Expand Down Expand Up @@ -118,7 +118,7 @@ With LiveQuery you can safely store encrypted credentials, such as an API key, w
##### **API Endpoints available for use with LiveQuery:**
Please visit the Flipside discord or open a ticket for questions, concerns or more information.
- Snapshot: [https://hub.snapshot.org/graphql](https://docs.snapshot.org/graphql-api)
- Snapshot: [https://hub.snapshot.org/graphql](https://docs.snapshot.org/graphql-api)
- Defillama: [https://api.llama.fi/](https://defillama.com/docs/api)
- Defillama: [https://yields.llama.fi/](https://defillama.com/docs/api)
- Defillama: [https://stablecoins.llama.fi/](https://defillama.com/docs/api)
Expand Down

0 comments on commit bca4941

Please sign in to comment.