mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 15:56:47 +00:00
switch to ankr as provider for tx counts (#736)
This commit is contained in:
parent
af81bfb6d9
commit
cfcb06c56f
@ -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'
|
||||
@ -68,7 +68,7 @@ SELECT
|
||||
)
|
||||
)
|
||||
),
|
||||
'Vault/prod/solana/helius/mainnet'
|
||||
'Vault/prod/solana/ankr/mainnet'
|
||||
) AS request
|
||||
FROM
|
||||
block_ids
|
||||
Loading…
Reference in New Issue
Block a user