update url (#128)

This commit is contained in:
eric-laurello 2023-06-23 19:25:15 -04:00 committed by GitHub
parent 4608243d86
commit 77e0902441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ call AS (
SELECT
top 50 ethereum.streamline.udf_api(
'GET',
'https://api.kube-uw2.keplr-prod.manythings.xyz/v2/validator/proposal/memos?proposalId=' || proposal_id :: STRING || '&chainId=osmosis-1&filter=latest',{},{ 'proposal_id' :proposal_id }
'https://api-indexer.keplr.app/v2/validator/proposal/memos?proposalId=' || proposal_id :: STRING || '&chainId=osmosis-1&filter=latest',{},{ 'proposal_id' :proposal_id }
) AS resp,
proposal_id,
SYSDATE() AS _inserted_timestamp