Skip to content

Commit

Permalink
Update umee pfd endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongseup committed Dec 16, 2023
1 parent 10bf61c commit 41194dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion umee-provider-config/endpoints.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[[provider_endpoints]]
name = "osmosis"
rest = "https://api.osmo-api.prod.ojo.network"
websocket = "api.osmo-api.prod.ojo.network"

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

[[provider_endpoints]]
name = "binance"
rest = "https://api1.binance.com"
websocket = "stream.binance.com:9443"
websocket = "stream.binance.com:9443"

0 comments on commit 41194dc

Please sign in to comment.