From 41194dc714e36de3f988caef648e8eb6a8804a29 Mon Sep 17 00:00:00 2001 From: Jeongseup Date: Sat, 16 Dec 2023 10:46:17 +0900 Subject: [PATCH] Update umee pfd endpoints --- umee-provider-config/endpoints.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/umee-provider-config/endpoints.toml b/umee-provider-config/endpoints.toml index 3a393b4..ad42663 100644 --- a/umee-provider-config/endpoints.toml +++ b/umee-provider-config/endpoints.toml @@ -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" \ No newline at end of file