Merge pull request #24 from FlipsideCrypto/dev-to-prod-path

change path to prod
This commit is contained in:
eric-laurello 2025-02-20 12:31:28 -05:00 committed by GitHub
commit 183192ebfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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