Description: Restructure the configuration management to separate pricing and compute units. Tasks: - [ ] Create config/ directory. - [ ] Move core/config.py to config/config.py. - [ ] Extract Alchemy compute units and QuickNode credits constants into config/compute_units.py. - [ ] Update config/config.py to import from compute_units.py if necessary, or expose them cleanly.
Description: Restructure the configuration management to separate pricing and compute units. Tasks:
Create config/ directory.
Move core/config.py to config/config.py.
Extract Alchemy compute units and QuickNode credits constants into config/compute_units.py.
Update config/config.py to import from compute_units.py if necessary, or expose them cleanly.