From 2788e2935904af866cfaba61d181283570d45d33 Mon Sep 17 00:00:00 2001 From: shrpne Date: Mon, 17 Jun 2024 11:06:49 +0100 Subject: [PATCH] fix: api url --- .env.dev | 12 ++++++------ .env.master | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.env.dev b/.env.dev index 147a377..9fe6a9d 100644 --- a/.env.dev +++ b/.env.dev @@ -1,12 +1,12 @@ APP_ENV=development APP_EXPLORER_API_URL=https://explorer-api.minter.network/api/v2/ APP_STATUS_API_URL=https://status-api.minter.network/api/v1/ -APP_BIPCHANGE_API_URL=https://exchanges-proxy.bip.dev/bipchange/ -APP_MINTER_GARANT_API_URL=https://exchanges-proxy.bip.dev/mintergarant/ -APP_HOTBIT_API_URL=https://exchanges-proxy.bip.dev/hotbit/ -APP_COINSBLACK_API_URL=https://exchanges-proxy.bip.dev/coinsblack/ -APP_DAILYEXCHANGE_API_URL=https://exchanges-proxy.bip.dev/dailyexchange/ -APP_CMC_API_URL=https://exchanges-proxy.bip.dev/cmc/ +APP_BIPCHANGE_API_URL=https://web-proxy.minter.network/bipchange/ +APP_MINTER_GARANT_API_URL=https://web-proxy.minter.network/mintergarant/ +APP_HOTBIT_API_URL=https://web-proxy.minter.network/hotbit/ +APP_COINSBLACK_API_URL=https://web-proxy.minter.network/coinsblack/ +APP_DAILYEXCHANGE_API_URL=https://web-proxy.minter.network/dailyexchange/ +APP_CMC_API_URL=https://web-proxy.minter.network/cmc/ APP_BIPBANKER_API_URL=https://bipbanker-proxy.bip.dev/v1/ #APP_BIPCHANGE_API_URL=https://bip-convert-exchanges-proxy.kubernetes.icu/bipchange/ diff --git a/.env.master b/.env.master index cef1f3d..97f6dff 100644 --- a/.env.master +++ b/.env.master @@ -1,10 +1,10 @@ APP_ENV=production APP_EXPLORER_API_URL=https://explorer-api.minter.network/api/v2/ APP_STATUS_API_URL=https://status-api.minter.network/api/v1/ -APP_BIPCHANGE_API_URL=https://exchanges-proxy.bip.dev/bipchange/ -APP_MINTER_GARANT_API_URL=https://exchanges-proxy.bip.dev/mintergarant/ -APP_HOTBIT_API_URL=https://exchanges-proxy.bip.dev/hotbit/ -APP_COINSBLACK_API_URL=https://exchanges-proxy.bip.dev/coinsblack/ -APP_DAILYEXCHANGE_API_URL=https://exchanges-proxy.bip.dev/dailyexchange/ -APP_CMC_API_URL=https://exchanges-proxy.bip.dev/cmc/ +APP_BIPCHANGE_API_URL=https://web-proxy.minter.network/bipchange/ +APP_MINTER_GARANT_API_URL=https://web-proxy.minter.network/mintergarant/ +APP_HOTBIT_API_URL=https://web-proxy.minter.network/hotbit/ +APP_COINSBLACK_API_URL=https://web-proxy.minter.network/coinsblack/ +APP_DAILYEXCHANGE_API_URL=https://web-proxy.minter.network/dailyexchange/ +APP_CMC_API_URL=https://web-proxy.minter.network/cmc/ APP_BIPBANKER_API_URL=https://bipbanker-proxy.bip.dev/v1/