Skip to content

Commit

Permalink
switch to ankr as provider for tx counts (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui authored Dec 12, 2024
1 parent af81bfb commit cfcb06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/streamline/core/realtime/streamline__helius_blocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SELECT
replace(current_date::string,'-','_') AS partition_key, -- Issue with streamline handling `-` in partition key so changing to `_`
{{ target.database }}.live.udf_api(
'POST',
'{service}/?api-key={Authentication}',
'{Service}?apikey={Authentication}',
OBJECT_CONSTRUCT(
'Content-Type',
'application/json'
Expand All @@ -68,7 +68,7 @@ SELECT
)
)
),
'Vault/prod/solana/helius/mainnet'
'Vault/prod/solana/ankr/mainnet'
) AS request
FROM
block_ids

0 comments on commit cfcb06c

Please sign in to comment.