hotfix new endpoint

This commit is contained in:
desmond-hui 2024-10-02 08:45:45 -07:00
parent aaaf6e1a98
commit 57cc1c65ae
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ SELECT
) :: INT AS partition_key,
{{ target.database }}.live.udf_api(
'POST',
'https://mainnetbeta-rpc.eclipse.xyz',
'https://eclipse.lgns.net:443',
OBJECT_CONSTRUCT(
'Content-Type',
'application/json'

View File

@ -6,7 +6,7 @@
SELECT
{{ target.database }}.live.udf_api(
'POST',
'https://mainnetbeta-rpc.eclipse.xyz',
'https://eclipse.lgns.net:443',
OBJECT_CONSTRUCT(
'Content-Type',
'application/json',