feat(indexer): add separate providers folder for testnet#10
Open
AlexeySamosadov wants to merge 1 commit intoAztecProtocol:mainfrom
Open
feat(indexer): add separate providers folder for testnet#10AlexeySamosadov wants to merge 1 commit intoAztecProtocol:mainfrom
AlexeySamosadov wants to merge 1 commit intoAztecProtocol:mainfrom
Conversation
Add providers-testnet folder and update indexer to use environment-based folder selection for provider metadata. Changes: - New providers-testnet/ folder with _example.json and README.md - Updated aggregate-providers.ts to support PROVIDERS_DIR env var - Updated bootstrap.sh to set PROVIDERS_DIR based on deployment environment Closes AztecProtocol#5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
providers-testnet/folder for testnet-specific provider metadataMotivation
Closes #5 - Testnet deployments need separate provider metadata from production. This allows different provider configurations for testnet without affecting mainnet.
Changes
New Files
providers-testnet/_example.json- Template for testnet providersproviders-testnet/README.md- Documentation (notes testnet-specific usage)Modified Files
atp-indexer/scripts/aggregate-providers.ts:PROVIDERS_DIRenvironment variable supportprovidersfor backward compatibilityatp-indexer/bootstrap.sh:PROVIDERS_DIR=providers-testnetfor testnet deploymentsPROVIDERS_DIR=providersfor prod deploymentsHow It Works
Test Plan
🤖 Generated with Claude Code