From 7e662acae8846c4c48ef3a4ae3aef676ada07453 Mon Sep 17 00:00:00 2001 From: Ralph Comia Date: Mon, 29 Apr 2024 11:40:46 +0800 Subject: [PATCH 1/3] update gateway version to dev-1.28 --- package.json | 2 +- src/app.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 36e62763c5..ef6c88127c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "dev-1.27.0", + "version": "dev-1.28.0", "description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks", "main": "index.js", "license": "Apache-2.0", diff --git a/src/app.ts b/src/app.ts index 13a53bb252..300754577a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -112,7 +112,7 @@ export const startSwagger = async () => { export const startGateway = async () => { const port = ConfigManagerV2.getInstance().get('server.port'); - const gateway_version="dev-1.27.0" + const gateway_version="dev-1.28.0" if (!ConfigManagerV2.getInstance().get('server.id')) { ConfigManagerV2.getInstance().set( 'server.id', From e3f800b43c5c8e2d03f3deb1f48a46f8c0de1a7f Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Tue, 21 May 2024 14:26:12 +0700 Subject: [PATCH 2/3] fix/Update package.json on staging to 1.28.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef6c88127c..f454bc59ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hummingbot-gateway", - "version": "dev-1.28.0", + "version": "1.28.0", "description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks", "main": "index.js", "license": "Apache-2.0", From 6565c98e83eab9bd2313048f433df7da40496a1b Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Tue, 21 May 2024 14:27:06 +0700 Subject: [PATCH 3/3] Update app.ts --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 300754577a..0c45ef8e2c 100644 --- a/src/app.ts +++ b/src/app.ts @@ -112,7 +112,7 @@ export const startSwagger = async () => { export const startGateway = async () => { const port = ConfigManagerV2.getInstance().get('server.port'); - const gateway_version="dev-1.28.0" + const gateway_version="1.28.0" if (!ConfigManagerV2.getInstance().get('server.id')) { ConfigManagerV2.getInstance().set( 'server.id',