Skip to content

Commit

Permalink
fix: api url
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Jun 17, 2024
1 parent 4d790fa commit 2788e29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
12 changes: 6 additions & 6 deletions .env.master
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 2788e29

Please sign in to comment.