Skip to content

Commit

Permalink
BE-643 | Update configs (#555)
Browse files Browse the repository at this point in the history
* BE-643 | Update configs
  • Loading branch information
deividaspetraitis authored Nov 12, 2024
1 parent 70cdc3b commit a9e6b46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/sqs_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ var DefaultConfig = domain.Config{
},

Passthrough: &passthroughdomain.PassthroughConfig{
NumiaURL: "https://public-osmosis-api.numia.xyz",
TimeseriesURL: "https://stage-proxy-data-api.osmosis-labs.workers.dev",
NumiaURL: "https://data.app.osmosis.zone",
TimeseriesURL: "https://data.stage.osmosis.zone",
APRFetchIntervalMinutes: 5,
PoolFeesFetchIntervalMinutes: 5,
},
Expand Down
4 changes: 2 additions & 2 deletions domain/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ var (
WorkerMinPoolLiquidityCap: 1,
},
Passthrough: &passthroughdomain.PassthroughConfig{
NumiaURL: "https://public-osmosis-api.numia.dev",
TimeseriesURL: "https://stage-proxy-data-api.osmosis-labs.workers.dev",
NumiaURL: "https://data.app.osmosis.zone",
TimeseriesURL: "https://data.stage.osmosis.zone",
APRFetchIntervalMinutes: 5,
PoolFeesFetchIntervalMinutes: 5,
},
Expand Down
2 changes: 1 addition & 1 deletion tests/data_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import conftest

# Endpoint URLs
NUMIA_API_URL = 'https://stage-proxy-data-api.osmosis-labs.workers.dev'
NUMIA_API_URL = 'https://data.stage.osmosis.zone'
TOKENS_ENDPOINT = '/tokens/v2/all'
POOLS_ENDPOINT = '/stream/pool/v1/all'

Expand Down

0 comments on commit a9e6b46

Please sign in to comment.