mirror of
https://github.com/FlipsideCrypto/ton-models.git
synced 2026-02-06 11:46:49 +00:00
api int update
This commit is contained in:
parent
27683afe1c
commit
a4037c9047
@ -3,7 +3,7 @@
|
||||
OR REPLACE EXTERNAL FUNCTION streamline.udf_bulk_rest_api_v2(
|
||||
json OBJECT
|
||||
) returns ARRAY {% if target.database == 'TON' -%}
|
||||
api_integration = aws_ton_api_prod AS 'https://e2rz7s6i8j.execute-api.us-east-1.amazonaws.com/prod/udf_bulk_rest_api'
|
||||
api_integration = aws_ton_api_prod_v2 AS 'https://e2rz7s6i8j.execute-api.us-east-1.amazonaws.com/prod/udf_bulk_rest_api'
|
||||
{% else %}
|
||||
api_integration = aws_ton_api_stg_v2 AS 'https://f1nw4eppf9.execute-api.us-east-1.amazonaws.com/stg/udf_bulk_rest_api'
|
||||
{%- endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user