From 72062b22eca503e67d8d9c20582dba433b363245 Mon Sep 17 00:00:00 2001 From: Slava Startsev Date: Tue, 18 Jun 2024 18:42:20 +0300 Subject: [PATCH] chore: update api url for event horizon --- package.json | 2 +- src/config/envs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 670c303..a808454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.22.7", + "version": "0.22.8", "description": "Orion Protocol SDK", "main": "./lib/index.cjs", "module": "./lib/index.js", diff --git a/src/config/envs.json b/src/config/envs.json index 442f771..112577e 100644 --- a/src/config/envs.json +++ b/src/config/envs.json @@ -246,7 +246,7 @@ } }, "123420000034": { - "api": "https://testing.orion.xyz/event-horizon", + "api": "https://testing.orion.xyz/event-horizon-testnet", "services": { "aggregator": { "http": "/backend",