diff --git a/models/streamline/core/realtime/streamline__helius_blocks.sql b/models/streamline/core/realtime/streamline__helius_blocks.sql index ede6e8be..d161f299 100644 --- a/models/streamline/core/realtime/streamline__helius_blocks.sql +++ b/models/streamline/core/realtime/streamline__helius_blocks.sql @@ -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 \ No newline at end of file