From 2251133fc26ae412a923e5cc1c4aa83905b65f4b Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 10 Jun 2020 10:10:31 +0300 Subject: [PATCH] Replace POA-ETH Binance link to POA-BTC --- CHANGELOG.md | 2 ++ app/scripts/lib/buy-eth-url.js | 2 +- test/unit/app/buy-eth-url.spec.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca460c7b..4c33105d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +- [#383](https://github.com/poanetwork/nifty-wallet/pull/383) - (Chore) Replace POA-ETH Binance link to POA-BTC + ## 5.1.0 Tue May 12 2020 - [#356](https://github.com/poanetwork/nifty-wallet/pull/356) - (Backwards-compatibility feature) Custom derivation paths and access to funds in accounts derived from ETH dPath diff --git a/app/scripts/lib/buy-eth-url.js b/app/scripts/lib/buy-eth-url.js index 58b5eb945..fe72b3a5f 100644 --- a/app/scripts/lib/buy-eth-url.js +++ b/app/scripts/lib/buy-eth-url.js @@ -91,7 +91,7 @@ function getExchanges ({network, amount, address}) { return [ { name: 'Binance', - link: 'https://www.binance.com/en/trade/POA_ETH', + link: 'https://www.binance.com/en/trade/POA_BTC', }, { name: 'BiBox', diff --git a/test/unit/app/buy-eth-url.spec.js b/test/unit/app/buy-eth-url.spec.js index 49ecb229a..78128b757 100644 --- a/test/unit/app/buy-eth-url.spec.js +++ b/test/unit/app/buy-eth-url.spec.js @@ -71,7 +71,7 @@ describe('', function () { assert.deepEqual(exchanges, [ { name: 'Binance', - link: 'https://www.binance.com/en/trade/POA_ETH', + link: 'https://www.binance.com/en/trade/POA_BTC', }, { name: 'BiBox',