change path to prod

This commit is contained in:
Eric Laurello 2025-02-20 12:28:58 -05:00
parent 4a90fe29e8
commit 92b65a1a23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ SELECT
'Content-Type',
'application/json'
),{},
'Vault/dev/aleo/mainnet'
'Vault/prod/aleo/mainnet'
) AS request,
block_number
FROM

View File

@ -11,5 +11,5 @@ SELECT
'Content-Type',
'application/json'
),{},
'Vault/dev/aleo/mainnet'
'Vault/prod/aleo/mainnet'
) :data :: INT AS block_number