Skip to content

Commit

Permalink
moved from prod to stage for providers
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Sep 25, 2023
1 parent a7b2436 commit 6c773a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions umee-provider-config/endpoints.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[[provider_endpoints]]
name = "osmosis"
rest = "https://api.osmo-api.prod.ojo.network"
websocket = "api.osmo-api.prod.ojo.network"
# After test needs to change prod
rest = "https://api.osmo-api.staging.ojo.network"
websocket = "api.osmo-api.staging.ojo.network"

[[provider_endpoints]]
name = "crescent"
rest = "https://api.cresc-api.prod.ojo.network"
websocket = "api.cresc-api.prod.ojo.network"
rest = "https://api.cresc-api.staging.ojo.network"
websocket = "api.cresc-api.staging.ojo.network"

[[provider_endpoints]]
name = "binance"
Expand Down

0 comments on commit 6c773a1

Please sign in to comment.